commit 45ee594c390d41d45b967cde8b3bdf1dc4ee1074 Author: MSVSphere Packaging Team Date: Fri Dec 20 17:04:26 2024 +0300 import rust-scratch-1.0.7-5.el10 diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..288e411 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +SOURCES/scratch-1.0.7.crate diff --git a/.rust-scratch.metadata b/.rust-scratch.metadata new file mode 100644 index 0000000..e8e2321 --- /dev/null +++ b/.rust-scratch.metadata @@ -0,0 +1 @@ +9636b4e0284d7deebdde2d9bf57018d30499b10c SOURCES/scratch-1.0.7.crate diff --git a/SOURCES/rust2rpm.toml b/SOURCES/rust2rpm.toml new file mode 100644 index 0000000..64431b9 --- /dev/null +++ b/SOURCES/rust2rpm.toml @@ -0,0 +1,7 @@ +[package] +summary = "Shared compile-time directory" + +[tests] +run = ["none"] +comments = ["obsolete dev-dependencies: fs2"] + diff --git a/SPECS/rust-scratch.spec b/SPECS/rust-scratch.spec new file mode 100644 index 0000000..f58d76a --- /dev/null +++ b/SPECS/rust-scratch.spec @@ -0,0 +1,127 @@ +## 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 26 +# * obsolete dev-dependencies: fs2 +%bcond_with check +%global debug_package %{nil} + +%global crate scratch + +Name: rust-scratch +Version: 1.0.7 +Release: %autorelease +Summary: Shared compile-time directory + +License: MIT OR Apache-2.0 +URL: https://crates.io/crates/scratch +Source: %{crates_source} + +BuildRequires: cargo-rpm-macros >= 24 + +%global _description %{expand: +Compile-time temporary directory shared by multiple crates and erased by +`cargo clean`.} + +%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 - 1.0.7-5 +- Rebuilt for MSVSphere 10 + +## START: Generated by rpmautospec +* Tue Sep 24 2024 Fabio Valentini - 1.0.7-5 +- Disable tests to avoid pulling in obsolete dependencies + +* Sat Jul 20 2024 Fedora Release Engineering - 1.0.7-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild + +* Fri Jan 26 2024 Fedora Release Engineering - 1.0.7-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild + +* Fri Jul 21 2023 Fedora Release Engineering - 1.0.7-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild + +* Mon Jul 17 2023 Fabio Valentini - 1.0.7-1 +- Update to version 1.0.7; Fixes RHBZ#2223139 + +* Fri Jul 07 2023 Fabio Valentini - 1.0.6-1 +- Update to version 1.0.6; Fixes RHBZ#2220996 + +* Sat May 20 2023 Fabio Valentini - 1.0.5-1 +- Update to version 1.0.5; Fixes RHBZ#2208770 + +* Sat Jan 21 2023 Fedora Release Engineering - 1.0.0-7 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild + +* Sat Jul 23 2022 Fedora Release Engineering - 1.0.0-6 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild + +* Fri Jan 21 2022 Fedora Release Engineering - 1.0.0-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild + +* Fri Jul 23 2021 Fedora Release Engineering - 1.0.0-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild + +* Mon Feb 15 2021 Jan Staněk - 1.0.0-3 +- Shorten summary field + +* Wed Feb 10 2021 Jan Staněk - 1.0.0-2 +- Mark license files + +* Mon Feb 01 13:02:33 CET 2021 Jan Staněk - 1.0.0-1 +- Initial package + +## END: Generated by rpmautospec