Compare commits

..

No commits in common. 'i10ce' and 'epel9' have entirely different histories.
i10ce ... epel9

5
.gitignore vendored

@ -1 +1,4 @@
SOURCES/rand_xorshift-0.2.0.crate /results_*/
/*.src.rpm
/rand_xorshift-0.2.0.crate

@ -1 +0,0 @@
f791e89024464728e28f2c4694647737165736a0 SOURCES/rand_xorshift-0.2.0.crate

@ -1,30 +1,25 @@
## START: Set by rpmautospec # Generated by rust2rpm 17
## (rpmautospec version 0.7.1)
## RPMAUTOSPEC: autorelease, autochangelog
%define autorelease(e:s:pb:n) %{?-p:0.}%{lua:
release_number = 10;
base_release_number = tonumber(rpm.expand("%{?-b*}%{!?-b:1}"));
print(release_number + base_release_number - 1);
}%{?-e:.%{-e*}}%{?-s:.%{-s*}}%{!?-n:%{?dist}}
## END: Set by rpmautospec
# Generated by rust2rpm 24
%bcond_without check %bcond_without check
%global debug_package %{nil} %global debug_package %{nil}
%global crate rand_xorshift %global crate rand_xorshift
Name: rust-rand_xorshift0.2 Name: rust-%{crate}0.2
Version: 0.2.0 Version: 0.2.0
Release: %autorelease Release: 4%{?dist}
Summary: Xorshift random number generator Summary: Xorshift random number generator
# Upstream license specification: MIT/Apache-2.0 # Upstream license specification: MIT/Apache-2.0
License: MIT OR Apache-2.0 License: MIT or ASL 2.0
URL: https://crates.io/crates/rand_xorshift URL: https://crates.io/crates/rand_xorshift
Source: %{crates_source} Source: %{crates_source}
BuildRequires: rust-packaging >= 21 ExclusiveArch: %{rust_arches}
%if %{__cargo_skip_build}
BuildArch: noarch
%endif
BuildRequires: rust-packaging
%global _description %{expand: %global _description %{expand:
Xorshift random number generator.} Xorshift random number generator.}
@ -37,16 +32,13 @@ BuildArch: noarch
%description devel %{_description} %description devel %{_description}
This package contains library source intended for building other packages which This package contains library source intended for building other packages
use the "%{crate}" crate. which use "%{crate}" crate.
%files devel %files devel
%license %{crate_instdir}/COPYRIGHT %doc README.md CHANGELOG.md
%license %{crate_instdir}/LICENSE-APACHE %license COPYRIGHT LICENSE-APACHE LICENSE-MIT
%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}
@ -54,11 +46,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 which This package contains library source intended for building other packages
use the "default" feature of the "%{crate}" crate. which use "default" feature of "%{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}+serde-devel %package -n %{name}+serde-devel
Summary: %{summary} Summary: %{summary}
@ -66,11 +58,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 which This package contains library source intended for building other packages
use the "serde" feature of the "%{crate}" crate. which use "serde" feature of "%{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}
@ -78,11 +70,11 @@ BuildArch: noarch
%description -n %{name}+serde1-devel %{_description} %description -n %{name}+serde1-devel %{_description}
This package contains library source intended for building other packages which This package contains library source intended for building other packages
use the "serde1" feature of the "%{crate}" crate. which use "serde1" feature of "%{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
%prep %prep
%autosetup -n %{crate}-%{version_no_tilde} -p1 %autosetup -n %{crate}-%{version_no_tilde} -p1
@ -103,25 +95,6 @@ use the "serde1" feature of the "%{crate}" crate.
%endif %endif
%changelog %changelog
* Fri Dec 20 2024 MSVSphere Packaging Team <packager@msvsphere-os.ru> - 0.2.0-10
- Rebuilt for MSVSphere 10
## START: Generated by rpmautospec
* Sat Jul 20 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.0-10
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
* Fri Jan 26 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.0-9
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
* Fri Jul 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.0-8
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
* Sun May 21 2023 Fabio Valentini <decathorpe@gmail.com> - 0.2.0-7
- Regenerate with rust2rpm v24
* Sat Jan 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.0-5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
* Sat Jul 23 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.0-4 * Sat Jul 23 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.0-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
@ -133,5 +106,3 @@ use the "serde1" feature of the "%{crate}" crate.
* Fri May 21 2021 Fabio Valentini <decathorpe@gmail.com> - 0.2.0-1 * Fri May 21 2021 Fabio Valentini <decathorpe@gmail.com> - 0.2.0-1
- Initial compat package for rand_xorshift 0.2 - Initial compat package for rand_xorshift 0.2
## END: Generated by rpmautospec

@ -0,0 +1 @@
SHA512 (rand_xorshift-0.2.0.crate) = 9c6ad8928dcd250f5fe5d9e8dea3693f6ccd4dfcfbb874dbb92abd5c844de623b95216c895c67d302b4f8f7cdf459d9572ad7c10a35bae6da831e4dabd43adaa
Loading…
Cancel
Save