Compare commits

...

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

15
.gitignore vendored

@ -1,14 +1 @@
/walkdir-2.0.1.crate
/walkdir-2.1.0.crate
/walkdir-2.1.1.crate
/walkdir-2.1.3.crate
/walkdir-2.1.4.crate
/walkdir-2.2.0.crate
/walkdir-2.2.5.crate
/walkdir-2.2.7.crate
/walkdir-2.2.8.crate
/walkdir-2.2.9.crate
/walkdir-2.3.1.crate
/walkdir-2.3.2.crate
/walkdir-2.3.3.crate
/walkdir-2.4.0.crate
SOURCES/walkdir-2.4.0.crate

@ -0,0 +1 @@
aede27ccdc529b59322f8944f768b9cba617c577 SOURCES/walkdir-2.4.0.crate

@ -1,3 +1,97 @@
## 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 24
%bcond_without check
%global debug_package %{nil}
%global crate walkdir
Name: rust-walkdir
Version: 2.4.0
Release: %autorelease
Summary: Recursively walk a directory
# Upstream license specification: Unlicense/MIT
License: Unlicense OR MIT
URL: https://crates.io/crates/walkdir
Source: %{crates_source}
# Automatically generated patch to strip foreign dependencies
Patch: walkdir-fix-metadata-auto.diff
BuildRequires: rust-packaging >= 21
%global _description %{expand:
Recursively walk a directory.}
%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
%prep
%autosetup -n %{crate}-%{version_no_tilde} -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> - 2.4.0-1
- Rebuilt for MSVSphere 9.3
* Tue Sep 05 2023 Fabio Valentini <decathorpe@gmail.com> - 2.4.0-1
- Update to version 2.4.0; Fixes RHBZ#2237474
* Thu Mar 16 2023 Fabio Valentini <decathorpe@gmail.com> - 2.3.3-1
- Update to version 2.3.3; Fixes RHBZ#2179020
* Wed Dec 29 2021 Igor Raits <ignatenkobrain@fedoraproject.org> - 2.3.2-4
- Rebuild
* Fri Jul 23 2021 Fedora Release Engineering <releng@fedoraproject.org> - 2.3.2-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
@ -95,3 +189,4 @@
* Sat Feb 18 2017 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 1.0.7-1
- Initial package

@ -1,73 +0,0 @@
# Generated by rust2rpm 24
%bcond_without check
%global debug_package %{nil}
%global crate walkdir
Name: rust-walkdir
Version: 2.4.0
Release: %autorelease
Summary: Recursively walk a directory
# Upstream license specification: Unlicense/MIT
License: Unlicense OR MIT
URL: https://crates.io/crates/walkdir
Source: %{crates_source}
# Automatically generated patch to strip foreign dependencies
Patch: walkdir-fix-metadata-auto.diff
BuildRequires: rust-packaging >= 21
%global _description %{expand:
Recursively walk a directory.}
%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
%prep
%autosetup -n %{crate}-%{version_no_tilde} -p1
%cargo_prep
%generate_buildrequires
%cargo_generate_buildrequires
%build
%cargo_build
%install
%cargo_install
%if %{with check}
%check
%cargo_test
%endif
%changelog
%autochangelog

@ -1 +0,0 @@
SHA512 (walkdir-2.4.0.crate) = 09e1bc852c01b452c95b26a369831a97bc5c9e0ada3111c73774570dd73bb5b9e4735317d5572304fb48dca44ce7b9f77bbd17c418b6b047b2ab17b8bb42d9d9
Loading…
Cancel
Save