Compare commits

...

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

14
.gitignore vendored

@ -1 +1,13 @@
SOURCES/grep-0.2.12.crate
/grep-0.1.7.crate
/grep-0.1.8.crate
/grep-0.1.9.crate
/grep-0.2.2.crate
/grep-0.2.3.crate
/grep-0.2.4.crate
/grep-0.2.5.crate
/grep-0.2.6.crate
/grep-0.2.7.crate
/grep-0.2.8.crate
/grep-0.2.10.crate
/grep-0.2.11.crate
/grep-0.2.12.crate

@ -1 +0,0 @@
8f539fc6e7a50abeb8250940c1db76ebebfb1fe7 SOURCES/grep-0.2.12.crate

@ -1,124 +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 24
%bcond_without check
%global debug_package %{nil}
%global crate grep
Name: rust-grep
Version: 0.2.12
Release: %autorelease
Summary: Fast line oriented regex searching as a library
License: Unlicense OR MIT
URL: https://crates.io/crates/grep
Source: %{crates_source}
BuildRequires: rust-packaging >= 21
%global _description %{expand:
Fast line oriented regex searching as a library.}
%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}+grep-pcre2-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+grep-pcre2-devel %{_description}
This package contains library source intended for building other packages which
use the "grep-pcre2" feature of the "%{crate}" crate.
%files -n %{name}+grep-pcre2-devel
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+pcre2-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+pcre2-devel %{_description}
This package contains library source intended for building other packages which
use the "pcre2" feature of the "%{crate}" crate.
%files -n %{name}+pcre2-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> - 0.2.12-1
- Rebuilt for MSVSphere 9.3
* Thu May 18 2023 Fabio Valentini <decathorpe@gmail.com> - 0.2.12-1
- Update to version 0.2.12; Fixes RHBZ#2207747
* Fri Apr 28 2023 Fabio Valentini <decathorpe@gmail.com> - 0.2.11-1
- Update to version 0.2.11; Fixes RHBZ#2158498
* Fri Jan 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.10-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
* Sat Jul 23 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.10-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
* Sun Jul 17 2022 Fabio Valentini <decathorpe@gmail.com> - 0.2.10-1
- Update to version 0.2.10; Fixes RHBZ#2107661
* Fri Jan 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.8-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
@ -213,4 +92,3 @@ use the "pcre2" feature of the "%{crate}" crate.
* Sat Feb 25 2017 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.1.5-1
- Initial package

@ -0,0 +1,94 @@
# Generated by rust2rpm 24
%bcond_without check
%global debug_package %{nil}
%global crate grep
Name: rust-grep
Version: 0.2.12
Release: %autorelease
Summary: Fast line oriented regex searching as a library
License: Unlicense OR MIT
URL: https://crates.io/crates/grep
Source: %{crates_source}
BuildRequires: rust-packaging >= 21
%global _description %{expand:
Fast line oriented regex searching as a library.}
%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}+grep-pcre2-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+grep-pcre2-devel %{_description}
This package contains library source intended for building other packages which
use the "grep-pcre2" feature of the "%{crate}" crate.
%files -n %{name}+grep-pcre2-devel
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+pcre2-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+pcre2-devel %{_description}
This package contains library source intended for building other packages which
use the "pcre2" feature of the "%{crate}" crate.
%files -n %{name}+pcre2-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

@ -0,0 +1 @@
SHA512 (grep-0.2.12.crate) = 369993bd6d336e32936d454e6850b18316f2eab61ce1eb02e8c159262f1d8e850d9045596c5ca87470f8d7e8e5cf3790f5b9efbd8a0b895516edd9367c6a5a8e
Loading…
Cancel
Save