From 588501ae974c89a2e93385a31fc3524abecf2ab0 Mon Sep 17 00:00:00 2001 From: MSVSphere Packaging Team Date: Fri, 20 Dec 2024 15:48:47 +0300 Subject: [PATCH] import rust-grep-0.3.2-1.el10 --- .gitignore | 1 + .rust-grep.metadata | 1 + SOURCES/rust2rpm.toml | 6 ++ SPECS/rust-grep.spec | 233 ++++++++++++++++++++++++++++++++++++++++++ 4 files changed, 241 insertions(+) create mode 100644 .gitignore create mode 100644 .rust-grep.metadata create mode 100644 SOURCES/rust2rpm.toml create mode 100644 SPECS/rust-grep.spec diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..807a6db --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +SOURCES/grep-0.3.2.crate diff --git a/.rust-grep.metadata b/.rust-grep.metadata new file mode 100644 index 0000000..f4d4f83 --- /dev/null +++ b/.rust-grep.metadata @@ -0,0 +1 @@ +aac0d855c2ddd8c8347ea3f5170a8fc622bdebf7 SOURCES/grep-0.3.2.crate diff --git a/SOURCES/rust2rpm.toml b/SOURCES/rust2rpm.toml new file mode 100644 index 0000000..a4eba90 --- /dev/null +++ b/SOURCES/rust2rpm.toml @@ -0,0 +1,6 @@ +[features] +hide = [ + "avx-accel", + "simd-accel", +] + diff --git a/SPECS/rust-grep.spec b/SPECS/rust-grep.spec new file mode 100644 index 0000000..2e38e7c --- /dev/null +++ b/SPECS/rust-grep.spec @@ -0,0 +1,233 @@ +## START: Set by rpmautospec +## (rpmautospec version 0.7.3) +## 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 26 +%bcond_without check +%global debug_package %{nil} + +%global crate grep + +Name: rust-grep +Version: 0.3.2 +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: cargo-rpm-macros >= 24 + +%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} -p1 +%cargo_prep + +%generate_buildrequires +%cargo_generate_buildrequires + +%build +%cargo_build + +%install +%cargo_install + +%if %{with check} +%check +%cargo_test +%endif + +%changelog +* Fri Dec 20 2024 MSVSphere Packaging Team - 0.3.2-1 +- Rebuilt for MSVSphere 10 + +## START: Generated by rpmautospec +* Sun Oct 06 2024 Fabio Valentini - 0.3.2-1 +- Update to version 0.3.2; Fixes RHBZ#2310771 + +* Fri Jul 19 2024 Fedora Release Engineering - 0.3.1-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild + +* Fri Jan 26 2024 Fedora Release Engineering - 0.3.1-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild + +* Sun Dec 31 2023 Fabio Valentini - 0.3.1-1 +- Update to version 0.3.1; Fixes RHBZ#2251596 + +* Fri Jul 21 2023 Fedora Release Engineering - 0.2.12-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild + +* 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 + +## END: Generated by rpmautospec