Compare commits

..

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

3
.gitignore vendored

@ -1 +1,2 @@
SOURCES/permutohedron-0.2.4.crate
/permutohedron-0.2.2.crate
/permutohedron-0.2.4.crate

@ -1 +0,0 @@
9ac1b1dcefb50cbdc9258c6486d0f0435c12952b SOURCES/permutohedron-0.2.4.crate

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

@ -1,35 +1,26 @@
## START: Set by rpmautospec
## (rpmautospec version 0.7.1)
## RPMAUTOSPEC: autorelease, autochangelog
%define autorelease(e:s:pb:n) %{?-p:0.}%{lua:
release_number = 19;
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
# Generated by rust2rpm
%bcond_without check
%global debug_package %{nil}
%global crate permutohedron
Name: rust-permutohedron
Name: rust-%{crate}
Version: 0.2.4
Release: %autorelease
Release: 13%{?dist}
Summary: Generate permutations of sequences
# Upstream license specification: MIT/Apache-2.0
License: MIT OR Apache-2.0
License: MIT or ASL 2.0
URL: https://crates.io/crates/permutohedron
Source: %{crates_source}
Source0: https://crates.io/api/v1/crates/%{crate}/%{version}/download#/%{crate}-%{version}.crate
BuildRequires: rust-packaging >= 21
ExclusiveArch: %{rust_arches}
%global _description %{expand:
Generate permutations of sequences. Either lexicographical order
permutations, or a minimal swaps permutation sequence implemented using
Heap's algorithm.}
BuildRequires: rust-packaging
%global _description \
Generate permutations of sequences. Either lexicographical order permutations,\
or a minimal swaps permutation sequence implemented using Heap's algorithm.
%description %{_description}
@ -39,14 +30,13 @@ BuildArch: noarch
%description devel %{_description}
This package contains library source intended for building other packages which
use the "%{crate}" crate.
This package contains library source intended for building other packages
which use "%{crate}" crate.
%files devel
%license %{crate_instdir}/LICENSE-APACHE
%license %{crate_instdir}/LICENSE-MIT
%doc %{crate_instdir}/README.rst
%{crate_instdir}/
%license LICENSE-APACHE LICENSE-MIT
%{cargo_registry}/%{crate}-%{version}/
%exclude %{cargo_registry}/%{crate}-%{version}/{Makefile,custom.css}
%package -n %{name}+default-devel
Summary: %{summary}
@ -54,11 +44,11 @@ BuildArch: noarch
%description -n %{name}+default-devel %{_description}
This package contains library source intended for building other packages which
use the "default" feature of the "%{crate}" crate.
This package contains library source intended for building other packages
which use "default" feature of "%{crate}" crate.
%files -n %{name}+default-devel
%ghost %{crate_instdir}/Cargo.toml
%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml
%package -n %{name}+std-devel
Summary: %{summary}
@ -66,19 +56,16 @@ BuildArch: noarch
%description -n %{name}+std-devel %{_description}
This package contains library source intended for building other packages which
use the "std" feature of the "%{crate}" crate.
This package contains library source intended for building other packages
which use "std" feature of "%{crate}" crate.
%files -n %{name}+std-devel
%ghost %{crate_instdir}/Cargo.toml
%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml
%prep
%autosetup -n %{crate}-%{version_no_tilde} -p1
%autosetup -n %{crate}-%{version} -p1
%cargo_prep
%generate_buildrequires
%cargo_generate_buildrequires
%build
%cargo_build
@ -91,25 +78,6 @@ use the "std" feature of the "%{crate}" crate.
%endif
%changelog
* Fri Dec 20 2024 MSVSphere Packaging Team <packager@msvsphere-os.ru> - 0.2.4-19
- Rebuilt for MSVSphere 10
## START: Generated by rpmautospec
* Sat Jul 20 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.4-19
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
* Fri Jan 26 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.4-18
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
* Fri Jul 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.4-17
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
* Mon Mar 20 2023 Fabio Valentini <decathorpe@gmail.com> - 0.2.4-16
- Regenerate with rust2rpm v24
* Sat Jan 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.4-14
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
* Sat Jul 23 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.4-13
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
@ -160,5 +128,3 @@ use the "std" feature of the "%{crate}" crate.
* Sun Feb 26 2017 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.2.2-1
- Initial package
## END: Generated by rpmautospec

@ -0,0 +1 @@
SHA512 (permutohedron-0.2.4.crate) = 40a355843b57c8e455456173b5de6816bd30102bcee857f1df40b8d7b7cb4101926737f10d9986b6beaa41807b2e1465f5600488f717301b9b21c921395ca3b0
Loading…
Cancel
Save