From 4e2949127b5f08f46a8d6dcf0734f814068b5392 Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Wed, 31 Oct 2018 11:21:34 +0100 Subject: [PATCH] Adapt to new packaging Signed-off-by: Igor Gnatenko --- num-traits-fix-metadata.diff | 10 ++++++ rust-num-traits.spec | 66 +++++++++++++++++++++++++++++------- 2 files changed, 64 insertions(+), 12 deletions(-) create mode 100644 num-traits-fix-metadata.diff diff --git a/num-traits-fix-metadata.diff b/num-traits-fix-metadata.diff new file mode 100644 index 0000000..e31a8e1 --- /dev/null +++ b/num-traits-fix-metadata.diff @@ -0,0 +1,10 @@ +--- num-traits-0.2.6/Cargo.toml 1970-01-01T01:00:00+01:00 ++++ num-traits-0.2.6/Cargo.toml 2018-10-31T11:24:53.673968+01:00 +@@ -23,6 +23,7 @@ + categories = ["algorithms", "science", "no-std"] + license = "MIT/Apache-2.0" + repository = "https://github.com/rust-num/num-traits" ++exclude = ["/ci/*", "/.travis.yml", "/bors.toml"] + [package.metadata.docs.rs] + features = ["std"] + diff --git a/rust-num-traits.spec b/rust-num-traits.spec index e5e8130..e9b4ada 100644 --- a/rust-num-traits.spec +++ b/rust-num-traits.spec @@ -6,30 +6,75 @@ Name: rust-%{crate} Version: 0.2.6 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Numeric traits for generic mathematics # Upstream license specification: MIT/Apache-2.0 License: MIT or ASL 2.0 URL: https://crates.io/crates/num-traits Source0: https://crates.io/api/v1/crates/%{crate}/%{version}/download#/%{crate}-%{version}.crate +# Initial patched metadata +# * Exclude CI files, https://github.com/rust-num/num-traits/pull/92 +Patch0: num-traits-fix-metadata.diff ExclusiveArch: %{rust_arches} BuildRequires: rust-packaging -%description -%{summary}. +%global _description \ +Numeric traits for generic mathematics. + +%description %{_description} %package devel Summary: %{summary} BuildArch: noarch -%description devel -Numeric traits for generic mathematics. +%description devel %{_description} + +This package contains library source intended for building other packages +which use "%{crate}" crate. + +%files devel +%license LICENSE-MIT LICENSE-APACHE +%doc README.md RELEASES.md +%{cargo_registry}/%{crate}-%{version}/ + +%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 %{crate} from crates.io. +which use "default" feature of "%{crate}" crate. + +%files -n %{name}+default-devel +%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml + +%package -n %{name}+i128-devel +Summary: %{summary} +BuildArch: noarch + +%description -n %{name}+i128-devel %{_description} + +This package contains library source intended for building other packages +which use "i128" feature of "%{crate}" crate. + +%files -n %{name}+i128-devel +%ghost %{cargo_registry}/%{crate}-%{version}/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 "std" feature of "%{crate}" crate. + +%files -n %{name}+std-devel +%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml %prep %autosetup -n %{crate}-%{version} -p1 @@ -46,13 +91,10 @@ which use %{crate} from crates.io. %cargo_test %endif -%files devel -%license LICENSE-MIT LICENSE-APACHE -%doc README.md RELEASES.md -%{cargo_registry}/%{crate}-%{version}/ -%exclude %{cargo_registry}/%{crate}-%{version}/{bors.toml,ci} - %changelog +* Wed Oct 31 2018 Igor Gnatenko - 0.2.6-2 +- Adapt to new packaging + * Fri Sep 14 2018 Josh Stone - 0.2.6-1 - Update to 0.2.6