Regenerate with rust2rpm v24

epel9
Fabio Valentini 2 years ago
parent 206b0a9887
commit 81437c7240
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

@ -1,3 +0,0 @@
# rust-num-bigint
The rust-num-bigint package

@ -1,25 +1,19 @@
# Generated by rust2rpm 18 # Generated by rust2rpm 24
%bcond_without check %bcond_without check
%global debug_package %{nil} %global debug_package %{nil}
%global crate num-bigint %global crate num-bigint
Name: rust-%{crate} Name: rust-num-bigint
Version: 0.4.3 Version: 0.4.3
Release: %autorelease Release: %autorelease
Summary: Big integer implementation for Rust Summary: Big integer implementation for Rust
# Upstream license specification: MIT OR Apache-2.0 License: MIT OR Apache-2.0
License: MIT or ASL 2.0
URL: https://crates.io/crates/num-bigint URL: https://crates.io/crates/num-bigint
Source: %{crates_source} Source: %{crates_source}
ExclusiveArch: %{rust_arches} BuildRequires: rust-packaging >= 21
%if %{__cargo_skip_build}
BuildArch: noarch
%endif
BuildRequires: rust-packaging
%global _description %{expand: %global _description %{expand:
Big integer implementation for Rust.} Big integer implementation for Rust.}
@ -32,13 +26,15 @@ BuildArch: noarch
%description devel %{_description} %description devel %{_description}
This package contains library source intended for building other packages This package contains library source intended for building other packages which
which use "%{crate}" crate. use the "%{crate}" crate.
%files devel %files devel
%license LICENSE-MIT LICENSE-APACHE %license %{crate_instdir}/LICENSE-APACHE
%doc README.md RELEASES.md %license %{crate_instdir}/LICENSE-MIT
%{cargo_registry}/%{crate}-%{version_no_tilde}/ %doc %{crate_instdir}/README.md
%doc %{crate_instdir}/RELEASES.md
%{crate_instdir}/
%package -n %{name}+default-devel %package -n %{name}+default-devel
Summary: %{summary} Summary: %{summary}
@ -46,11 +42,11 @@ BuildArch: noarch
%description -n %{name}+default-devel %{_description} %description -n %{name}+default-devel %{_description}
This package contains library source intended for building other packages This package contains library source intended for building other packages which
which use "default" feature of "%{crate}" crate. use the "default" feature of the "%{crate}" crate.
%files -n %{name}+default-devel %files -n %{name}+default-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml %ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+arbitrary-devel %package -n %{name}+arbitrary-devel
Summary: %{summary} Summary: %{summary}
@ -58,11 +54,11 @@ BuildArch: noarch
%description -n %{name}+arbitrary-devel %{_description} %description -n %{name}+arbitrary-devel %{_description}
This package contains library source intended for building other packages This package contains library source intended for building other packages which
which use "arbitrary" feature of "%{crate}" crate. use the "arbitrary" feature of the "%{crate}" crate.
%files -n %{name}+arbitrary-devel %files -n %{name}+arbitrary-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml %ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+quickcheck-devel %package -n %{name}+quickcheck-devel
Summary: %{summary} Summary: %{summary}
@ -70,11 +66,11 @@ BuildArch: noarch
%description -n %{name}+quickcheck-devel %{_description} %description -n %{name}+quickcheck-devel %{_description}
This package contains library source intended for building other packages This package contains library source intended for building other packages which
which use "quickcheck" feature of "%{crate}" crate. use the "quickcheck" feature of the "%{crate}" crate.
%files -n %{name}+quickcheck-devel %files -n %{name}+quickcheck-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml %ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+rand-devel %package -n %{name}+rand-devel
Summary: %{summary} Summary: %{summary}
@ -82,11 +78,11 @@ BuildArch: noarch
%description -n %{name}+rand-devel %{_description} %description -n %{name}+rand-devel %{_description}
This package contains library source intended for building other packages This package contains library source intended for building other packages which
which use "rand" feature of "%{crate}" crate. use the "rand" feature of the "%{crate}" crate.
%files -n %{name}+rand-devel %files -n %{name}+rand-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml %ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+serde-devel %package -n %{name}+serde-devel
Summary: %{summary} Summary: %{summary}
@ -94,11 +90,11 @@ BuildArch: noarch
%description -n %{name}+serde-devel %{_description} %description -n %{name}+serde-devel %{_description}
This package contains library source intended for building other packages This package contains library source intended for building other packages which
which use "serde" feature of "%{crate}" crate. use the "serde" feature of the "%{crate}" crate.
%files -n %{name}+serde-devel %files -n %{name}+serde-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml %ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+std-devel %package -n %{name}+std-devel
Summary: %{summary} Summary: %{summary}
@ -106,11 +102,11 @@ BuildArch: noarch
%description -n %{name}+std-devel %{_description} %description -n %{name}+std-devel %{_description}
This package contains library source intended for building other packages This package contains library source intended for building other packages which
which use "std" feature of "%{crate}" crate. use the "std" feature of the "%{crate}" crate.
%files -n %{name}+std-devel %files -n %{name}+std-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml %ghost %{crate_instdir}/Cargo.toml
%prep %prep
%autosetup -n %{crate}-%{version_no_tilde} -p1 %autosetup -n %{crate}-%{version_no_tilde} -p1

Loading…
Cancel
Save