commit 9cc63470f977ec51d560419f31b097684fb28028 Author: MSVSphere Packaging Team Date: Fri Dec 20 16:43:08 2024 +0300 import rust-psl-types-2.0.11-5.el10 diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..1212536 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +SOURCES/psl-types-2.0.11.crate diff --git a/.rust-psl-types.metadata b/.rust-psl-types.metadata new file mode 100644 index 0000000..ce244d1 --- /dev/null +++ b/.rust-psl-types.metadata @@ -0,0 +1 @@ +795f6ef9238515450db79d35c33df0b0cf87d9f5 SOURCES/psl-types-2.0.11.crate diff --git a/SPECS/rust-psl-types.spec b/SPECS/rust-psl-types.spec new file mode 100644 index 0000000..d2eae76 --- /dev/null +++ b/SPECS/rust-psl-types.spec @@ -0,0 +1,109 @@ +## START: Set by rpmautospec +## (rpmautospec version 0.7.2) +## RPMAUTOSPEC: autorelease, autochangelog +%define autorelease(e:s:pb:n) %{?-p:0.}%{lua: + release_number = 5; + 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 22 +%bcond_without check +%global debug_package %{nil} + +%global crate psl-types + +Name: rust-psl-types +Version: 2.0.11 +Release: %autorelease +Summary: Common types for the public suffix implementation crates + +# Upstream license specification: MIT/Apache-2.0 +License: MIT OR Apache-2.0 +URL: https://crates.io/crates/psl-types +Source: %{crates_source} + +ExclusiveArch: %{rust_arches} + +BuildRequires: rust-packaging >= 21 + +%global _description %{expand: +Common types for the public suffix implementation crates.} + +%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 +%license %{crate_instdir}/LICENSE-APACHE +%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 - 2.0.11-5 +- Rebuilt for MSVSphere 10 + +## START: Generated by rpmautospec +* Sat Jul 20 2024 Fedora Release Engineering - 2.0.11-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild + +* Fri Jan 26 2024 Fedora Release Engineering - 2.0.11-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild + +* Fri Jul 21 2023 Fedora Release Engineering - 2.0.11-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild + +* Sat Jan 21 2023 Fedora Release Engineering - 2.0.11-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild + +* Thu Aug 11 2022 Fabio Valentini - 2.0.11-1 +- Update to version 2.0.11; Fixes RHBZ#2117266 + +* Sat Jul 23 2022 Fedora Release Engineering - 2.0.10-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild + +* Fri Jan 21 2022 Fedora Release Engineering - 2.0.10-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild + +* Wed Jan 05 2022 Fabio Valentini - 2.0.10-1 +- Initial import (#2030875) +## END: Generated by rpmautospec