commit 0d79347c2787f4ea9464dd5ccd1e0e5e2077ba94 Author: tigro Date: Mon Jan 15 21:28:00 2024 +0300 import rust-grep-0.2.12-1.el9 diff --git a/.rust-grep.metadata b/.rust-grep.metadata new file mode 100644 index 0000000..e69de29 diff --git a/SOURCES/grep-0.2.12.crate b/SOURCES/grep-0.2.12.crate new file mode 100644 index 0000000..4a953da Binary files /dev/null and b/SOURCES/grep-0.2.12.crate differ diff --git a/SPECS/rust-grep.spec b/SPECS/rust-grep.spec new file mode 100644 index 0000000..4c73ab5 --- /dev/null +++ b/SPECS/rust-grep.spec @@ -0,0 +1,216 @@ +## 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 - 0.2.12-1 +- Rebuilt for MSVSphere 9.3 + +* Thu May 18 2023 Fabio Valentini - 0.2.12-1 +- Update to version 0.2.12; Fixes RHBZ#2207747 + +* Fri Apr 28 2023 Fabio Valentini - 0.2.11-1 +- Update to version 0.2.11; Fixes RHBZ#2158498 + +* Fri Jan 20 2023 Fedora Release Engineering - 0.2.10-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild + +* Sat Jul 23 2022 Fedora Release Engineering - 0.2.10-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild + +* Sun Jul 17 2022 Fabio Valentini - 0.2.10-1 +- Update to version 0.2.10; Fixes RHBZ#2107661 + +* Fri Jan 21 2022 Fedora Release Engineering - 0.2.8-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild + +* Tue Jul 27 2021 Fedora Release Engineering - 0.2.8-2 +- Second attempt - Rebuilt for + https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild + +* Fri Jun 18 2021 Fabio Valentini - 0.2.8-1 +- Update to version 0.2.8. +- Fixes RHBZ#1971143 + +* Wed Jan 27 2021 Fedora Release Engineering - 0.2.7-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild + +* Mon Nov 23 2020 Fabio Valentini - 0.2.7-3 +- Remove unused broken features. + +* Wed Jul 29 2020 Fedora Release Engineering - 0.2.7-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild + +* Fri May 29 16:52:57 CEST 2020 Igor Raits - 0.2.7-1 +- Update to 0.2.7 + +* Sun May 10 10:16:35 CEST 2020 Igor Raits - 0.2.6-1 +- Update to 0.2.6 + +* Tue Mar 17 16:44:38 CET 2020 Igor Raits - 0.2.5-1 +- Update to 0.2.5 + +* Thu Jan 30 2020 Fedora Release Engineering - 0.2.4-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild + +* Fri Jul 26 2019 Fedora Release Engineering - 0.2.4-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild + +* Wed Jun 12 13:01:11 CEST 2019 Igor Gnatenko - 0.2.4-3 +- Dynamic BuildRequires + +* Sun Jun 09 09:56:28 CEST 2019 Igor Gnatenko - 0.2.4-2 +- Regenerate + +* Tue Apr 16 13:39:47 CEST 2019 Igor Gnatenko - 0.2.4-1 +- Update to 0.2.4 + +* Sun Mar 10 2019 Igor Gnatenko - 0.2.3-5 +- Do not pull optional dependencies + +* Sat Feb 02 2019 Fedora Release Engineering - 0.2.3-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild + +* Sun Oct 28 2018 Igor Gnatenko - 0.2.3-3 +- Rebuild + +* Sun Oct 07 2018 Igor Gnatenko - 0.2.3-2 +- Run tests in infrastructure + +* Sun Sep 09 2018 Igor Gnatenko - 0.2.3-1 +- Update to 0.2.3 + +* Sat Sep 08 2018 Igor Gnatenko - 0.2.2-1 +- Update to 0.2.2 + +* Sat Aug 04 2018 Josh Stone - 0.1.9-1 +- Update to 0.1.9 + +* Sat Jul 14 2018 Fedora Release Engineering - 0.1.8-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild + +* Tue Jun 12 2018 Igor Gnatenko - 0.1.8-3 +- Bump regex to 1 + +* Wed Mar 14 2018 Josh Stone - 0.1.8-2 +- bump regex and regex-syntax + +* Mon Feb 12 2018 Igor Gnatenko - 0.1.8-1 +- Update to 0.1.8 + +* Fri Feb 09 2018 Fedora Release Engineering - 0.1.7-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild + +* Mon Jan 08 2018 Igor Gnatenko - 0.1.7-2 +- Rebuild for rust-packaging v5 + +* Wed Nov 08 2017 Igor Gnatenko - 0.1.7-1 +- Update to 0.1.7 + +* Wed Jun 14 2017 Igor Gnatenko - 0.1.6-2 +- Port to use rust-packaging + +* Wed Mar 15 2017 Igor Gnatenko - 0.1.6-1 +- Update to 0.1.6 + +* Sat Feb 25 2017 Igor Gnatenko - 0.1.5-1 +- Initial package +