commit 7ac35b5809fafc9248f2d8fda4b03c8051b97792 Author: MSVSphere Packaging Team Date: Fri Dec 20 16:33:44 2024 +0300 import rust-pcre2-sys-0.2.9-2.el10 diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..e4f2e9e --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +SOURCES/pcre2-sys-0.2.9.crate diff --git a/.rust-pcre2-sys.metadata b/.rust-pcre2-sys.metadata new file mode 100644 index 0000000..95d4ce7 --- /dev/null +++ b/.rust-pcre2-sys.metadata @@ -0,0 +1 @@ +6096d837f7831d9d6d0164948152228ee11793d2 SOURCES/pcre2-sys-0.2.9.crate diff --git a/SOURCES/pcre2-sys-fix-metadata.diff b/SOURCES/pcre2-sys-fix-metadata.diff new file mode 100644 index 0000000..b7864f3 --- /dev/null +++ b/SOURCES/pcre2-sys-fix-metadata.diff @@ -0,0 +1,13 @@ +--- pcre2-sys-0.2.9/Cargo.toml 1970-01-01T00:00:01+00:00 ++++ pcre2-sys-0.2.9/Cargo.toml 2024-06-25T09:28:32.739579+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/SOURCES/rust2rpm.toml b/SOURCES/rust2rpm.toml new file mode 100644 index 0000000..a5927e8 --- /dev/null +++ b/SOURCES/rust2rpm.toml @@ -0,0 +1,15 @@ +[package] +cargo-toml-patch-comments = [ + "exclude files that are only useful for upstream development", +] + +[requires] +build = ["pkgconfig(libpcre2-8)"] +lib = ["pkgconfig(libpcre2-8)"] + +[scripts] +prep.post = [ + "# remove bundled copy of pcre2", + "rm -rv upstream/", +] + diff --git a/SPECS/rust-pcre2-sys.spec b/SPECS/rust-pcre2-sys.spec new file mode 100644 index 0000000..93a2ead --- /dev/null +++ b/SPECS/rust-pcre2-sys.spec @@ -0,0 +1,172 @@ +## START: Set by rpmautospec +## (rpmautospec version 0.7.3) +## RPMAUTOSPEC: autorelease, autochangelog +%define autorelease(e:s:pb:n) %{?-p:0.}%{lua: + release_number = 2; + 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 pcre2-sys + +Name: rust-pcre2-sys +Version: 0.2.9 +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 +BuildRequires: pkgconfig(libpcre2-8) + +%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 + +%build +%cargo_build + +%install +%cargo_install + +%if %{with check} +%check +%cargo_test +%endif + +%changelog +* Fri Dec 20 2024 MSVSphere Packaging Team - 0.2.9-2 +- Rebuilt for MSVSphere 10 + +## START: Generated by rpmautospec +* Sat Jul 20 2024 Fedora Release Engineering - 0.2.9-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild + +* Tue Jun 25 2024 Fabio Valentini - 0.2.9-1 +- Update to version 0.2.9; Fixes RHBZ#2271336 + +* Fri Jan 26 2024 Fedora Release Engineering - 0.2.8-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild + +* 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 + +## END: Generated by rpmautospec