diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..1e13678 --- /dev/null +++ b/.gitignore @@ -0,0 +1,3 @@ +*.crate +*.src.rpm +results_*/ diff --git a/rust-cfg_aliases.spec b/rust-cfg_aliases.spec new file mode 100644 index 0000000..e666c49 --- /dev/null +++ b/rust-cfg_aliases.spec @@ -0,0 +1,71 @@ +# Generated by rust2rpm 24 +%bcond_without check +%global debug_package %{nil} + +%global crate cfg_aliases + +Name: rust-cfg_aliases +Version: 0.1.1 +Release: %autorelease +Summary: Tiny utility to help with long winded #[cfg()] checks + +License: MIT +URL: https://crates.io/crates/cfg_aliases +Source: %{crates_source} + +BuildRequires: rust-packaging >= 21 + +%global _description %{expand: +A tiny utility to help save you a lot of effort with long winded +`#[cfg()]` checks.} + +%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 +%license %{crate_instdir}/NOTICES.md +%doc %{crate_instdir}/NOTICES.md +%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 + +%prep +%autosetup -n %{crate}-%{version_no_tilde} -p1 +%cargo_prep + +%generate_buildrequires +%cargo_generate_buildrequires + +%build +%cargo_build + +%install +%cargo_install + +%if %{with check} +%check +%cargo_test +%endif + +%changelog +%autochangelog diff --git a/rust2rpm.conf b/rust2rpm.conf new file mode 100644 index 0000000..10e1cb7 --- /dev/null +++ b/rust2rpm.conf @@ -0,0 +1,2 @@ +[DEFAULT] +summary = Tiny utility to help with long winded #[cfg()] checks diff --git a/sources b/sources new file mode 100644 index 0000000..96ff43f --- /dev/null +++ b/sources @@ -0,0 +1 @@ +SHA512 (cfg_aliases-0.1.1.crate) = 238828445c5b48ca41ff88825af0a1ad30494e423bb6f89b6d5e4d26042afaa1ceb0e32041f7cddd79c3e15c6c82a1ddb9469c4b63a1ac52d4bcc1174900f880