Compare commits

..

2 Commits

Author SHA1 Message Date
Fabio Valentini a7022c7fd3
Merge branch 'rawhide' into epel9
2 years ago
Igor Raits d106b73c5e
Rebuild
3 years ago

@ -0,0 +1,3 @@
# rust-rand
The rust-rand package

@ -1,19 +1,22 @@
# Generated by rust2rpm 24 # Generated by rust2rpm 20
%bcond_without check %bcond_without check
%global debug_package %{nil} %global debug_package %{nil}
%global crate rand %global crate rand
Name: rust-rand Name: rust-%{crate}
Version: 0.8.5 Version: 0.8.5
Release: %autorelease Release: %autorelease
Summary: Random number generators and other randomness functionality Summary: Random number generators and other randomness functionality
License: MIT OR Apache-2.0 # Upstream license specification: MIT OR Apache-2.0
License: MIT or ASL 2.0
URL: https://crates.io/crates/rand URL: https://crates.io/crates/rand
Source: %{crates_source} Source: %{crates_source}
BuildRequires: rust-packaging >= 21 ExclusiveArch: %{rust_arches}
BuildRequires: rust-packaging
%global _description %{expand: %global _description %{expand:
Random number generators and other randomness functionality.} Random number generators and other randomness functionality.}
@ -30,12 +33,9 @@ This package contains library source intended for building other packages which
use the "%{crate}" crate. use the "%{crate}" crate.
%files devel %files devel
%license %{crate_instdir}/COPYRIGHT %license COPYRIGHT LICENSE-APACHE LICENSE-MIT
%license %{crate_instdir}/LICENSE-APACHE %doc CHANGELOG.md README.md
%license %{crate_instdir}/LICENSE-MIT %{cargo_registry}/%{crate}-%{version_no_tilde}/
%doc %{crate_instdir}/CHANGELOG.md
%doc %{crate_instdir}/README.md
%{crate_instdir}/
%package -n %{name}+default-devel %package -n %{name}+default-devel
Summary: %{summary} Summary: %{summary}
@ -47,7 +47,7 @@ This package contains library source intended for building other packages which
use the "default" feature of the "%{crate}" crate. use the "default" feature of the "%{crate}" crate.
%files -n %{name}+default-devel %files -n %{name}+default-devel
%ghost %{crate_instdir}/Cargo.toml %ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%package -n %{name}+alloc-devel %package -n %{name}+alloc-devel
Summary: %{summary} Summary: %{summary}
@ -59,7 +59,7 @@ This package contains library source intended for building other packages which
use the "alloc" feature of the "%{crate}" crate. use the "alloc" feature of the "%{crate}" crate.
%files -n %{name}+alloc-devel %files -n %{name}+alloc-devel
%ghost %{crate_instdir}/Cargo.toml %ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%package -n %{name}+getrandom-devel %package -n %{name}+getrandom-devel
Summary: %{summary} Summary: %{summary}
@ -71,7 +71,7 @@ This package contains library source intended for building other packages which
use the "getrandom" feature of the "%{crate}" crate. use the "getrandom" feature of the "%{crate}" crate.
%files -n %{name}+getrandom-devel %files -n %{name}+getrandom-devel
%ghost %{crate_instdir}/Cargo.toml %ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%package -n %{name}+libc-devel %package -n %{name}+libc-devel
Summary: %{summary} Summary: %{summary}
@ -83,7 +83,7 @@ This package contains library source intended for building other packages which
use the "libc" feature of the "%{crate}" crate. use the "libc" feature of the "%{crate}" crate.
%files -n %{name}+libc-devel %files -n %{name}+libc-devel
%ghost %{crate_instdir}/Cargo.toml %ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%package -n %{name}+log-devel %package -n %{name}+log-devel
Summary: %{summary} Summary: %{summary}
@ -95,7 +95,7 @@ This package contains library source intended for building other packages which
use the "log" feature of the "%{crate}" crate. use the "log" feature of the "%{crate}" crate.
%files -n %{name}+log-devel %files -n %{name}+log-devel
%ghost %{crate_instdir}/Cargo.toml %ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%package -n %{name}+min_const_gen-devel %package -n %{name}+min_const_gen-devel
Summary: %{summary} Summary: %{summary}
@ -107,7 +107,7 @@ This package contains library source intended for building other packages which
use the "min_const_gen" feature of the "%{crate}" crate. use the "min_const_gen" feature of the "%{crate}" crate.
%files -n %{name}+min_const_gen-devel %files -n %{name}+min_const_gen-devel
%ghost %{crate_instdir}/Cargo.toml %ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%package -n %{name}+rand_chacha-devel %package -n %{name}+rand_chacha-devel
Summary: %{summary} Summary: %{summary}
@ -119,7 +119,7 @@ This package contains library source intended for building other packages which
use the "rand_chacha" feature of the "%{crate}" crate. use the "rand_chacha" feature of the "%{crate}" crate.
%files -n %{name}+rand_chacha-devel %files -n %{name}+rand_chacha-devel
%ghost %{crate_instdir}/Cargo.toml %ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%package -n %{name}+serde-devel %package -n %{name}+serde-devel
Summary: %{summary} Summary: %{summary}
@ -131,7 +131,7 @@ This package contains library source intended for building other packages which
use the "serde" feature of the "%{crate}" crate. use the "serde" feature of the "%{crate}" crate.
%files -n %{name}+serde-devel %files -n %{name}+serde-devel
%ghost %{crate_instdir}/Cargo.toml %ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%package -n %{name}+serde1-devel %package -n %{name}+serde1-devel
Summary: %{summary} Summary: %{summary}
@ -143,7 +143,7 @@ This package contains library source intended for building other packages which
use the "serde1" feature of the "%{crate}" crate. use the "serde1" feature of the "%{crate}" crate.
%files -n %{name}+serde1-devel %files -n %{name}+serde1-devel
%ghost %{crate_instdir}/Cargo.toml %ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%package -n %{name}+small_rng-devel %package -n %{name}+small_rng-devel
Summary: %{summary} Summary: %{summary}
@ -155,7 +155,7 @@ This package contains library source intended for building other packages which
use the "small_rng" feature of the "%{crate}" crate. use the "small_rng" feature of the "%{crate}" crate.
%files -n %{name}+small_rng-devel %files -n %{name}+small_rng-devel
%ghost %{crate_instdir}/Cargo.toml %ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%package -n %{name}+std-devel %package -n %{name}+std-devel
Summary: %{summary} Summary: %{summary}
@ -167,7 +167,7 @@ This package contains library source intended for building other packages which
use the "std" feature of the "%{crate}" crate. use the "std" feature of the "%{crate}" crate.
%files -n %{name}+std-devel %files -n %{name}+std-devel
%ghost %{crate_instdir}/Cargo.toml %ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%package -n %{name}+std_rng-devel %package -n %{name}+std_rng-devel
Summary: %{summary} Summary: %{summary}
@ -179,7 +179,7 @@ This package contains library source intended for building other packages which
use the "std_rng" feature of the "%{crate}" crate. use the "std_rng" feature of the "%{crate}" crate.
%files -n %{name}+std_rng-devel %files -n %{name}+std_rng-devel
%ghost %{crate_instdir}/Cargo.toml %ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%prep %prep
%autosetup -n %{crate}-%{version_no_tilde} -p1 %autosetup -n %{crate}-%{version_no_tilde} -p1

Loading…
Cancel
Save