Compare commits

...

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

23
.gitignore vendored

@ -1 +1,22 @@
SOURCES/ignore-0.4.22.crate /ignore-0.3.1.crate
/ignore-0.4.0.crate
/ignore-0.4.1.crate
/ignore-0.4.2.crate
/ignore-0.4.3.crate
/ignore-0.4.4.crate
/ignore-0.4.5.crate
/ignore-0.4.6.crate
/ignore-0.4.7.crate
/ignore-0.4.9.crate
/ignore-0.4.10.crate
/ignore-0.4.11.crate
/ignore-0.4.12.crate
/ignore-0.4.13.crate
/ignore-0.4.14.crate
/ignore-0.4.15.crate
/ignore-0.4.16.crate
/ignore-0.4.17.crate
/ignore-0.4.18.crate
/ignore-0.4.20.crate
/ignore-0.4.21.crate
/ignore-0.4.22.crate

@ -1 +0,0 @@
9e9e67d19a29e4828c8927585cba793b049bf945 SOURCES/ignore-0.4.22.crate

@ -1,112 +1,3 @@
## START: Set by rpmautospec
## (rpmautospec version 0.3.5)
## RPMAUTOSPEC: autorelease, autochangelog
%define autorelease(e:s:pb:n) %{?-p:0.}%{lua:
release_number = 1;
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 25
%bcond_without check
%global debug_package %{nil}
%global crate ignore
Name: rust-ignore
Version: 0.4.22
Release: %autorelease
Summary: Fast library for efficiently matching ignore files
License: Unlicense OR MIT
URL: https://crates.io/crates/ignore
Source: %{crates_source}
# Automatically generated patch to strip dependencies and normalize metadata
Patch: ignore-fix-metadata-auto.diff
BuildRequires: cargo-rpm-macros >= 24
%global _description %{expand:
A fast library for efficiently matching ignore files such as
`.gitignore` against file paths.}
%description %{_description}
%package devel
Summary: %{summary}
BuildArch: noarch
%description devel %{_description}
This package contains library source intended for building other packages which
use the "%{crate}" crate.
%files devel
%license %{crate_instdir}/COPYING
%license %{crate_instdir}/LICENSE-MIT
%license %{crate_instdir}/UNLICENSE
%doc %{crate_instdir}/README.md
%{crate_instdir}/
%package -n %{name}+default-devel
Summary: %{summary}
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.
%files -n %{name}+default-devel
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+simd-accel-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+simd-accel-devel %{_description}
This package contains library source intended for building other packages which
use the "simd-accel" feature of the "%{crate}" crate.
%files -n %{name}+simd-accel-devel
%ghost %{crate_instdir}/Cargo.toml
%prep
%autosetup -n %{crate}-%{version} -p1
%cargo_prep
%generate_buildrequires
%cargo_generate_buildrequires
%build
%cargo_build
%install
%cargo_install
%if %{with check}
%check
%cargo_test
%endif
%changelog
* Mon Jan 15 2024 Arkady L. Shane <tigro@msvsphere-os.ru> - 0.4.22-1
- Rebuilt for MSVSphere 9.3
* Sun Jan 07 2024 Fabio Valentini <decathorpe@gmail.com> - 0.4.22-1
- Update to version 0.4.22; Fixes RHBZ#2257090
* Sat Dec 02 2023 Fabio Valentini <decathorpe@gmail.com> - 0.4.21-1
- Update to version 0.4.21; Fixes RHBZ#2251601
* Fri Jul 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.4.20-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
* Mon Apr 17 2023 Fabio Valentini <decathorpe@gmail.com> - 0.4.20-1
- Update to version 0.4.20; Fixes RHBZ#2158506
* Fri Jan 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.4.18-5 * Fri Jan 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.4.18-5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
@ -238,4 +129,3 @@ use the "simd-accel" feature of the "%{crate}" crate.
* Sun Feb 26 2017 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.1.7-1 * Sun Feb 26 2017 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.1.7-1
- Initial package - Initial package

@ -0,0 +1,85 @@
# Generated by rust2rpm 25
%bcond_without check
%global debug_package %{nil}
%global crate ignore
Name: rust-ignore
Version: 0.4.22
Release: %autorelease
Summary: Fast library for efficiently matching ignore files
License: Unlicense OR MIT
URL: https://crates.io/crates/ignore
Source: %{crates_source}
# Automatically generated patch to strip dependencies and normalize metadata
Patch: ignore-fix-metadata-auto.diff
BuildRequires: cargo-rpm-macros >= 24
%global _description %{expand:
A fast library for efficiently matching ignore files such as
`.gitignore` against file paths.}
%description %{_description}
%package devel
Summary: %{summary}
BuildArch: noarch
%description devel %{_description}
This package contains library source intended for building other packages which
use the "%{crate}" crate.
%files devel
%license %{crate_instdir}/COPYING
%license %{crate_instdir}/LICENSE-MIT
%license %{crate_instdir}/UNLICENSE
%doc %{crate_instdir}/README.md
%{crate_instdir}/
%package -n %{name}+default-devel
Summary: %{summary}
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.
%files -n %{name}+default-devel
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+simd-accel-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+simd-accel-devel %{_description}
This package contains library source intended for building other packages which
use the "simd-accel" feature of the "%{crate}" crate.
%files -n %{name}+simd-accel-devel
%ghost %{crate_instdir}/Cargo.toml
%prep
%autosetup -n %{crate}-%{version} -p1
%cargo_prep
%generate_buildrequires
%cargo_generate_buildrequires
%build
%cargo_build
%install
%cargo_install
%if %{with check}
%check
%cargo_test
%endif
%changelog
%autochangelog

@ -0,0 +1 @@
SHA512 (ignore-0.4.22.crate) = 9647a4887258dd970c87798dee32a16c1cda75ce3e352829f78d97e1b786d67f74d89b2fd76d48a607fe795213965c04c9dfb47713f8fa80561f87ac465956d9
Loading…
Cancel
Save