Compare commits

..

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

2
.gitignore vendored

@ -1 +1 @@
SOURCES/fxhash-0.2.1.crate /fxhash-0.2.1.crate

@ -1 +0,0 @@
784dd47e0ab3faef160cae3a6ff1d12887dca8d1 SOURCES/fxhash-0.2.1.crate

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

@ -1,35 +1,30 @@
## START: Set by rpmautospec # Generated by rust2rpm 10
## (rpmautospec version 0.7.1)
## RPMAUTOSPEC: autorelease, autochangelog
%define autorelease(e:s:pb:n) %{?-p:0.}%{lua:
release_number = 15;
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 fxhash %global crate fxhash
Name: rust-fxhash Name: rust-%{crate}
Version: 0.2.1 Version: 0.2.1
Release: %autorelease Release: 7%{?dist}
Summary: Fast, non-secure, hashing algorithm Summary: Fast, non-secure, hashing algorithm
# Upstream license specification: Apache-2.0/MIT # Upstream license specification: Apache-2.0/MIT
# https://github.com/cbreeden/fxhash/issues/9 # https://github.com/cbreeden/fxhash/issues/9
License: Apache-2.0 OR MIT License: ASL 2.0 or MIT
URL: https://crates.io/crates/fxhash URL: https://crates.io/crates/fxhash
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:
A fast, non-secure, hashing algorithm derived from an internal hasher Fast, non-secure, hashing algorithm derived from an internal hasher used in
used in FireFox and Rustc.} FireFox and Rustc.}
%description %{_description} %description %{_description}
@ -39,12 +34,12 @@ 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
%doc %{crate_instdir}/README.md %doc README.md
%{crate_instdir}/ %{cargo_registry}/%{crate}-%{version}/
%package -n %{name}+default-devel %package -n %{name}+default-devel
Summary: %{summary} Summary: %{summary}
@ -52,11 +47,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}/Cargo.toml
%prep %prep
%autosetup -n %{crate}-%{version_no_tilde} -p1 %autosetup -n %{crate}-%{version_no_tilde} -p1
@ -77,25 +72,6 @@ use the "default" feature of the "%{crate}" crate.
%endif %endif
%changelog %changelog
* Fri Dec 20 2024 MSVSphere Packaging Team <packager@msvsphere-os.ru> - 0.2.1-15
- Rebuilt for MSVSphere 10
## START: Generated by rpmautospec
* Fri Jul 19 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.1-15
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
* Fri Jan 26 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.1-14
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
* Fri Jul 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.1-13
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
* Wed Apr 12 2023 Fabio Valentini <decathorpe@gmail.com> - 0.2.1-12
- Regenerate with rust2rpm v24
* Fri Jan 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.1-8
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
* Sat Jul 23 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.1-7 * Sat Jul 23 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.1-7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
@ -117,5 +93,3 @@ use the "default" feature of the "%{crate}" crate.
* Tue Jul 30 23:13:54 CEST 2019 Robert-André Mauchin <zebob.m@gmail.com> - 0.2.1-1 * Tue Jul 30 23:13:54 CEST 2019 Robert-André Mauchin <zebob.m@gmail.com> - 0.2.1-1
- Initial package - Initial package
## END: Generated by rpmautospec

@ -0,0 +1 @@
SHA512 (fxhash-0.2.1.crate) = 638e1c0a4e7f365483a329e715afbc2e57e47c03b32e0e1818c879baa96996e81dce8ab39320e24a3e1633f73dec1e5f18a06c37f3ad38043002fc99b55efc38
Loading…
Cancel
Save