commit b436e62452a4e41d258d1c97e8baa047bb194089 Author: MSVSphere Packaging Team Date: Fri Dec 20 16:19:16 2024 +0300 import rust-matches-0.1.10-4.el10 diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..5570c86 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +SOURCES/matches-0.1.10.crate diff --git a/.rust-matches.metadata b/.rust-matches.metadata new file mode 100644 index 0000000..74aeec9 --- /dev/null +++ b/.rust-matches.metadata @@ -0,0 +1 @@ +429978a81253fcb6c33881aab404615502f2a4e8 SOURCES/matches-0.1.10.crate diff --git a/SOURCES/README.md b/SOURCES/README.md new file mode 100644 index 0000000..55dbf54 --- /dev/null +++ b/SOURCES/README.md @@ -0,0 +1,3 @@ +# rust-matches + +The rust-matches package \ No newline at end of file diff --git a/SPECS/rust-matches.spec b/SPECS/rust-matches.spec new file mode 100644 index 0000000..ceb277a --- /dev/null +++ b/SPECS/rust-matches.spec @@ -0,0 +1,157 @@ +## START: Set by rpmautospec +## (rpmautospec version 0.7.1) +## RPMAUTOSPEC: autorelease, autochangelog +%define autorelease(e:s:pb:n) %{?-p:0.}%{lua: + release_number = 4; + 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 23 +%bcond_without check +%global debug_package %{nil} + +%global crate matches + +Name: rust-matches +Version: 0.1.10 +Release: %autorelease +Summary: Macro to evaluate, as a boolean, whether an expression matches a pattern + +License: MIT +URL: https://crates.io/crates/matches +Source: %{crates_source} + +BuildRequires: rust-packaging >= 21 + +%global _description %{expand: +Macro to evaluate, as a boolean, whether an expression matches a pattern.} + +%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 +%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_no_tilde} -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.10-4 +- Rebuilt for MSVSphere 10 + +## START: Generated by rpmautospec +* Sat Jul 20 2024 Fedora Release Engineering - 0.1.10-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild + +* Fri Jan 26 2024 Fedora Release Engineering - 0.1.10-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild + +* Fri Jul 21 2023 Fedora Release Engineering - 0.1.10-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild + +* Sat Jan 28 2023 Fabio Valentini - 0.1.10-1 +- Update to version 0.1.10; Fixes RHBZ#2162895 + +* Fri Jan 20 2023 Fedora Release Engineering - 0.1.9-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild + +* Sat Jul 23 2022 Fedora Release Engineering - 0.1.9-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild + +* Fri Jan 21 2022 Fedora Release Engineering - 0.1.9-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild + +* Fri Aug 13 2021 Fabio Valentini - 0.1.9-1 +- Update to version 0.1.9; Fixes RHBZ#1993345 + +* Fri Jul 23 2021 Fedora Release Engineering - 0.1.8-10 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild + +* Wed Jan 27 2021 Fedora Release Engineering - 0.1.8-9 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild + +* Wed Jul 29 2020 Fedora Release Engineering - 0.1.8-8 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild + +* Thu Jan 30 2020 Fedora Release Engineering - 0.1.8-7 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild + +* Fri Jul 26 2019 Fedora Release Engineering - 0.1.8-6 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild + +* Wed Jun 19 23:22:50 CEST 2019 Igor Gnatenko - 0.1.8-5 +- Regenerate + +* Sat Feb 02 2019 Fedora Release Engineering - 0.1.8-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild + +* Thu Dec 20 2018 Igor Gnatenko - 0.1.8-3 +- Run tests in infrastructure + +* Sat Nov 03 2018 Igor Gnatenko - 0.1.8-2 +- Adapt to new packaging + +* Sat Sep 08 2018 Josh Stone - 0.1.8-1 +- Update to 0.1.8 + +* Thu Jul 19 2018 Igor Gnatenko - 0.1.7-1 +- Update to 0.1.7 + +* Sat Jul 14 2018 Fedora Release Engineering - 0.1.6-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild + +* Fri Feb 09 2018 Fedora Release Engineering - 0.1.6-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild + +* Mon Jan 08 2018 Igor Gnatenko - 0.1.6-2 +- Rebuild for rust-packaging v5 + +* Wed Jun 14 2017 Igor Gnatenko - 0.1.6-1 +- Update to 0.1.6 + +* Wed Jun 14 2017 Igor Gnatenko - 0.1.4-2 +- Port to use rust-packaging + +* Sun Feb 12 2017 Igor Gnatenko - 0.1.4-1 +- Initial package + +## END: Generated by rpmautospec