From 7055424f2cd026579d73c509f3a25e288df8624b Mon Sep 17 00:00:00 2001 From: Fabio Valentini Date: Tue, 12 Sep 2023 20:15:27 +0200 Subject: [PATCH] Initial import (#2228097) --- .gitignore | 1 + README.md | 3 - rust-deranged.spec | 141 +++++++++++++++++++++++++++++++++++++++++++++ sources | 1 + 4 files changed, 143 insertions(+), 3 deletions(-) create mode 100644 .gitignore delete mode 100644 README.md create mode 100644 rust-deranged.spec create mode 100644 sources diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..24d0355 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +/deranged-0.3.8.crate diff --git a/README.md b/README.md deleted file mode 100644 index aee3a91..0000000 --- a/README.md +++ /dev/null @@ -1,3 +0,0 @@ -# rust-deranged - -The rust-deranged package diff --git a/rust-deranged.spec b/rust-deranged.spec new file mode 100644 index 0000000..48019d1 --- /dev/null +++ b/rust-deranged.spec @@ -0,0 +1,141 @@ +# Generated by rust2rpm 24 +%bcond_without check +%global debug_package %{nil} + +%global crate deranged + +Name: rust-deranged +Version: 0.3.8 +Release: %autorelease +Summary: Ranged integers + +License: MIT OR Apache-2.0 +URL: https://crates.io/crates/deranged +Source: %{crates_source} + +BuildRequires: cargo-rpm-macros >= 24 + +%global _description %{expand: +Ranged integers.} + +%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}+alloc-devel +Summary: %{summary} +BuildArch: noarch + +%description -n %{name}+alloc-devel %{_description} + +This package contains library source intended for building other packages which +use the "alloc" feature of the "%{crate}" crate. + +%files -n %{name}+alloc-devel +%ghost %{crate_instdir}/Cargo.toml + +%package -n %{name}+num-devel +Summary: %{summary} +BuildArch: noarch + +%description -n %{name}+num-devel %{_description} + +This package contains library source intended for building other packages which +use the "num" feature of the "%{crate}" crate. + +%files -n %{name}+num-devel +%ghost %{crate_instdir}/Cargo.toml + +%package -n %{name}+quickcheck-devel +Summary: %{summary} +BuildArch: noarch + +%description -n %{name}+quickcheck-devel %{_description} + +This package contains library source intended for building other packages which +use the "quickcheck" feature of the "%{crate}" crate. + +%files -n %{name}+quickcheck-devel +%ghost %{crate_instdir}/Cargo.toml + +%package -n %{name}+rand-devel +Summary: %{summary} +BuildArch: noarch + +%description -n %{name}+rand-devel %{_description} + +This package contains library source intended for building other packages which +use the "rand" feature of the "%{crate}" crate. + +%files -n %{name}+rand-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_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/sources b/sources new file mode 100644 index 0000000..08c7eac --- /dev/null +++ b/sources @@ -0,0 +1 @@ +SHA512 (deranged-0.3.8.crate) = 81577e7371b6850da0abec985f1268735169a4e9272a6bef2e1e46753457260b54ad76fedaa36280102daa0030f70dabd16d2b99fe9c67b2690e469df3c3154e