## START: Set by rpmautospec ## (rpmautospec version 0.7.3) ## RPMAUTOSPEC: autorelease, autochangelog %define autorelease(e:s:pb:n) %{?-p:0.}%{lua: release_number = 1; base_release_number = tonumber(rpm.expand("%{?-b*}%{!?-b:1}")); print(release_number + base_release_number - 1); }%{?-e:.%{-e*}}%{?-s:.%{-s*}}%{!?-n:%{?dist}} ## END: Set by rpmautospec # Generated by rust2rpm 27 %bcond check 1 %global debug_package %{nil} %global crate priority-queue Name: rust-priority-queue Version: 2.1.2 Release: %autorelease Summary: Priority Queue implemented as a heap License: LGPL-3.0-or-later OR MPL-2.0 URL: https://crates.io/crates/priority-queue Source: %{crates_source} BuildRequires: cargo-rpm-macros >= 24 %global _description %{expand: A Priority Queue implemented as a heap with a function to efficiently change the priority of an item.} %description %{_description} %package devel Summary: %{summary} BuildArch: noarch %description devel %{_description} This package contains library source intended for building other packages which use the "%{crate}" crate. %files devel %license %{crate_instdir}/LGPL-3.0-or-later.txt %license %{crate_instdir}/MPL-2.0.txt %doc %{crate_instdir}/README.md %{crate_instdir}/ %package -n %{name}+default-devel Summary: %{summary} BuildArch: noarch %description -n %{name}+default-devel %{_description} This package contains library source intended for building other packages which use the "default" feature of the "%{crate}" crate. %files -n %{name}+default-devel %ghost %{crate_instdir}/Cargo.toml %package -n %{name}+benchmarks-devel Summary: %{summary} BuildArch: noarch %description -n %{name}+benchmarks-devel %{_description} This package contains library source intended for building other packages which use the "benchmarks" feature of the "%{crate}" crate. %files -n %{name}+benchmarks-devel %ghost %{crate_instdir}/Cargo.toml %package -n %{name}+serde-devel Summary: %{summary} BuildArch: noarch %description -n %{name}+serde-devel %{_description} This package contains library source intended for building other packages which use the "serde" feature of the "%{crate}" crate. %files -n %{name}+serde-devel %ghost %{crate_instdir}/Cargo.toml %package -n %{name}+std-devel Summary: %{summary} BuildArch: noarch %description -n %{name}+std-devel %{_description} This package contains library source intended for building other packages which use the "std" feature of the "%{crate}" crate. %files -n %{name}+std-devel %ghost %{crate_instdir}/Cargo.toml %prep %autosetup -n %{crate}-%{version} -p1 %cargo_prep %generate_buildrequires %cargo_generate_buildrequires %build %cargo_build %install %cargo_install %if %{with check} %check %cargo_test %endif %changelog ## START: Generated by rpmautospec * Sat Feb 01 2025 Benjamin A. Beasley - 2.1.2-1 - Update to 2.1.2 (close RHBZ#2343324) * Sun Jan 19 2025 Fedora Release Engineering - 2.1.1-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild * Sun Sep 22 2024 Benjamin A. Beasley - 2.1.1-1 - Update to 2.1.1 (close RHBZ#2314080) * Sun Aug 11 2024 Benjamin A. Beasley - 2.1.0-1 - Update to 2.1.0 (close RHBZ#2304020) * Sat Jul 20 2024 Fedora Release Engineering - 2.0.3-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild * Tue May 28 2024 Benjamin A. Beasley - 2.0.3-1 - Initial package (close RHBZ#2283264) ## END: Generated by rpmautospec