commit 3a8349b9721eecad7dd59cc684a084984923020e Author: MSVSphere Packaging Team Date: Fri Dec 20 16:54:03 2024 +0300 import rust-regex-test-0.1.1-2.el10 diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..f4da6b7 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +SOURCES/regex-test-0.1.1.crate diff --git a/.rust-regex-test.metadata b/.rust-regex-test.metadata new file mode 100644 index 0000000..1ef4b7b --- /dev/null +++ b/.rust-regex-test.metadata @@ -0,0 +1 @@ +981149012ee44d20a6f30ba87d74be48b6f0b8c2 SOURCES/regex-test-0.1.1.crate diff --git a/SPECS/rust-regex-test.spec b/SPECS/rust-regex-test.spec new file mode 100644 index 0000000..a69d9c4 --- /dev/null +++ b/SPECS/rust-regex-test.spec @@ -0,0 +1,98 @@ +## START: Set by rpmautospec +## (rpmautospec version 0.7.1) +## 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 regex-test + +Name: rust-regex-test +Version: 0.1.1 +Release: %autorelease +Summary: Infrastructure for testing regexes + +License: MIT OR Apache-2.0 +URL: https://crates.io/crates/regex-test +Source: %{crates_source} + +BuildRequires: cargo-rpm-macros >= 24 + +%global _description %{expand: +Infrastructure for testing regexes. You probably don't want to use this +crate unless you're working on a regex implementation.} + +%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}/LICENSE-APACHE +%license %{crate_instdir}/LICENSE-MIT +%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 + +%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.1.1-2 +- Rebuilt for MSVSphere 10 + +## START: Generated by rpmautospec +* Sat Jul 20 2024 Fedora Release Engineering - 0.1.1-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild + +* Mon Jun 10 2024 Fabio Valentini - 0.1.1-1 +- Update to version 0.1.1; Fixes RHBZ#2291085 + +* Fri Jan 26 2024 Fedora Release Engineering - 0.1.0-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild + +* Fri Jul 21 2023 Fedora Release Engineering - 0.1.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild + +* Tue Jul 11 2023 Fabio Valentini - 0.1.0-1 +- Initial import (#2221224) +## END: Generated by rpmautospec