commit 189ae331baaa57893413c58e7aac2c9b178a347a Author: tigro Date: Mon Jan 15 22:07:18 2024 +0300 import rust-pcre2-sys-0.2.8-1.el9 diff --git a/.rust-pcre2-sys.metadata b/.rust-pcre2-sys.metadata new file mode 100644 index 0000000..e69de29 diff --git a/SOURCES/pcre2-sys-0.2.8.crate b/SOURCES/pcre2-sys-0.2.8.crate new file mode 100644 index 0000000..66471dd Binary files /dev/null and b/SOURCES/pcre2-sys-0.2.8.crate differ diff --git a/SOURCES/pcre2-sys-fix-metadata.diff b/SOURCES/pcre2-sys-fix-metadata.diff new file mode 100644 index 0000000..8c06c44 --- /dev/null +++ b/SOURCES/pcre2-sys-fix-metadata.diff @@ -0,0 +1,13 @@ +--- pcre2-sys-0.2.8/Cargo.toml 1970-01-01T00:00:01+00:00 ++++ pcre2-sys-0.2.8/Cargo.toml 2024-01-05T21:42:05.157915+00:00 +@@ -27,6 +27,10 @@ + categories = ["external-ffi-bindings"] + license = "Unlicense OR MIT" + repository = "https://github.com/BurntSushi/rust-pcre2" ++exclude = [ ++ "/generate-bindings", ++ "/update-pcre2", ++] + + [dependencies.libc] + version = "0.2.146" diff --git a/SPECS/rust-pcre2-sys.spec b/SPECS/rust-pcre2-sys.spec new file mode 100644 index 0000000..f343887 --- /dev/null +++ b/SPECS/rust-pcre2-sys.spec @@ -0,0 +1,161 @@ +## 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 pcre2-sys + +Name: rust-pcre2-sys +Version: 0.2.8 +Release: %autorelease +Summary: Low level bindings to PCRE2 + +License: Unlicense OR MIT +URL: https://crates.io/crates/pcre2-sys +Source: %{crates_source} +# Manually created patch for downstream crate metadata changes +# * exclude files that are only useful for upstream development +Patch: pcre2-sys-fix-metadata.diff + +BuildRequires: cargo-rpm-macros >= 24 + +%global _description %{expand: +Low level bindings to PCRE2.} + +%description %{_description} + +%package devel +Summary: %{summary} +BuildArch: noarch +Requires: pkgconfig(libpcre2-8) + +%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} -p1 +%cargo_prep +# remove bundled copy of pcre2 +rm -rv upstream/ + +%generate_buildrequires +%cargo_generate_buildrequires +echo 'pkgconfig(libpcre2-8)' + +%build +%cargo_build + +%install +%cargo_install + +%if %{with check} +%check +%cargo_test +%endif + +%changelog +* Mon Jan 15 2024 Arkady L. Shane - 0.2.8-1 +- Rebuilt for MSVSphere 9.3 + +* Fri Jan 05 2024 Fabio Valentini - 0.2.8-1 +- Update to version 0.2.8; Fixes RHBZ#2256892 + +* Sat Dec 02 2023 Fabio Valentini - 0.2.7-1 +- Update to version 0.2.7; Fixes RHBZ#2251591 + +* Thu Aug 31 2023 Fabio Valentini - 0.2.6-1 +- Update to version 0.2.6; Fixes RHBZ#2215776 + +* Fri Jul 21 2023 Fedora Release Engineering - 0.2.5-9 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild + +* Tue May 16 2023 Fabio Valentini - 0.2.5-8 +- Regenerate with rust2rpm v24 + +* Sat Jan 21 2023 Fedora Release Engineering - 0.2.5-6 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild + +* Sat Jul 23 2022 Fedora Release Engineering - 0.2.5-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild + +* Fri Jan 21 2022 Fedora Release Engineering - 0.2.5-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild + +* Fri Jul 23 2021 Fedora Release Engineering - 0.2.5-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild + +* Wed Jan 27 2021 Fedora Release Engineering - 0.2.5-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild + +* Wed Sep 16 2020 Fabio Valentini - 0.2.5-1 +- Update to version 0.2.5. + +* Wed Aug 26 2020 Josh Stone - 0.2.4-1 +- Update to 0.2.4 + +* Wed Jul 29 2020 Fedora Release Engineering - 0.2.2-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild + +* Thu Jan 30 2020 Fedora Release Engineering - 0.2.2-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild + +* Fri Jul 26 2019 Fedora Release Engineering - 0.2.2-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild + +* Thu Jun 27 08:55:35 CEST 2019 Igor Gnatenko - 0.2.2-2 +- Regenerate + +* Sun Jun 09 15:19:59 CEST 2019 Igor Gnatenko - 0.2.2-1 +- Update to 0.2.2 + +* Sun Jun 09 11:33:02 CEST 2019 Igor Gnatenko - 0.2.1-2 +- Regenerate + +* Tue Apr 30 08:43:36 CEST 2019 Igor Gnatenko - 0.2.1-1 +- Update to 0.2.1 + +* Tue Apr 16 2019 Josh Stone - 0.2.0-1 +- Update to 0.2.0 + +* Sat Feb 02 2019 Fedora Release Engineering - 0.1.1-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild + +* Sun Oct 28 2018 Igor Gnatenko - 0.1.1-3 +- Adapt to new packaging + +* Sun Oct 07 2018 Igor Gnatenko - 0.1.1-2 +- Run tests in infrastructure + +* Sat Sep 08 2018 Igor Gnatenko - 0.1.1-1 +- Initial package +