## START: Set by rpmautospec ## (rpmautospec version 0.6.5) ## RPMAUTOSPEC: autorelease, autochangelog %define autorelease(e:s:pb:n) %{?-p:0.}%{lua: release_number = 3; 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 25 %bcond_without check %global debug_package %{nil} %global crate countme Name: rust-countme Version: 3.0.1 Release: %autorelease Summary: Counts the number of live instances of types License: MIT OR Apache-2.0 URL: https://crates.io/crates/countme Source: %{crates_source} BuildRequires: cargo-rpm-macros >= 24 %global _description %{expand: Counts the number of live instances of types.} %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}/LICENSE-APACHE %license %{crate_instdir}/LICENSE-MIT %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}+dashmap-devel Summary: %{summary} BuildArch: noarch %description -n %{name}+dashmap-devel %{_description} This package contains library source intended for building other packages which use the "dashmap" feature of the "%{crate}" crate. %files -n %{name}+dashmap-devel %ghost %{crate_instdir}/Cargo.toml %package -n %{name}+enable-devel Summary: %{summary} BuildArch: noarch %description -n %{name}+enable-devel %{_description} This package contains library source intended for building other packages which use the "enable" feature of the "%{crate}" crate. %files -n %{name}+enable-devel %ghost %{crate_instdir}/Cargo.toml %package -n %{name}+once_cell-devel Summary: %{summary} BuildArch: noarch %description -n %{name}+once_cell-devel %{_description} This package contains library source intended for building other packages which use the "once_cell" feature of the "%{crate}" crate. %files -n %{name}+once_cell-devel %ghost %{crate_instdir}/Cargo.toml %package -n %{name}+print_at_exit-devel Summary: %{summary} BuildArch: noarch %description -n %{name}+print_at_exit-devel %{_description} This package contains library source intended for building other packages which use the "print_at_exit" feature of the "%{crate}" crate. %files -n %{name}+print_at_exit-devel %ghost %{crate_instdir}/Cargo.toml %package -n %{name}+rustc-hash-devel Summary: %{summary} BuildArch: noarch %description -n %{name}+rustc-hash-devel %{_description} This package contains library source intended for building other packages which use the "rustc-hash" feature of the "%{crate}" crate. %files -n %{name}+rustc-hash-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 * Fri Jul 19 2024 Fedora Release Engineering - 3.0.1-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild * Fri Jan 26 2024 Fedora Release Engineering - 3.0.1-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild * Thu Nov 23 2023 Fabio Valentini - 3.0.1-1 - Initial import (#2247720) ## END: Generated by rpmautospec