From 742ace5a902251ca90ef3a101668af24dacdf109 Mon Sep 17 00:00:00 2001 From: MSVSphere Packaging Team Date: Fri, 20 Dec 2024 15:02:31 +0300 Subject: [PATCH] import rust-cargo-credential-libsecret-0.4.9-1.el10 --- .gitignore | 1 + .rust-cargo-credential-libsecret.metadata | 1 + SPECS/rust-cargo-credential-libsecret.spec | 118 +++++++++++++++++++++ 3 files changed, 120 insertions(+) create mode 100644 .gitignore create mode 100644 .rust-cargo-credential-libsecret.metadata create mode 100644 SPECS/rust-cargo-credential-libsecret.spec diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..68f718b --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +SOURCES/cargo-credential-libsecret-0.4.9.crate diff --git a/.rust-cargo-credential-libsecret.metadata b/.rust-cargo-credential-libsecret.metadata new file mode 100644 index 0000000..a936b05 --- /dev/null +++ b/.rust-cargo-credential-libsecret.metadata @@ -0,0 +1 @@ +d31a791e1c0e3b367a7b700de638eab0c96b879d SOURCES/cargo-credential-libsecret-0.4.9.crate diff --git a/SPECS/rust-cargo-credential-libsecret.spec b/SPECS/rust-cargo-credential-libsecret.spec new file mode 100644 index 0000000..28bd253 --- /dev/null +++ b/SPECS/rust-cargo-credential-libsecret.spec @@ -0,0 +1,118 @@ +## START: Set by rpmautospec +## (rpmautospec version 0.7.3) +## RPMAUTOSPEC: autorelease, autochangelog +%define autorelease(e:s:pb:n) %{?-p:0.}%{lua: + release_number = 1; + 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 27 +%bcond check 1 +%global debug_package %{nil} + +%global crate cargo-credential-libsecret + +Name: rust-cargo-credential-libsecret +Version: 0.4.9 +Release: %autorelease +Summary: Cargo credential process that stores tokens with GNOME libsecret + +License: MIT OR Apache-2.0 +URL: https://crates.io/crates/cargo-credential-libsecret +Source: %{crates_source} + +BuildRequires: cargo-rpm-macros >= 24 + +%global _description %{expand: +A Cargo credential process that stores tokens with GNOME libsecret.} + +%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.4.9-1 +- Rebuilt for MSVSphere 10 + +## START: Generated by rpmautospec +* Wed Dec 04 2024 Fabio Valentini - 0.4.9-1 +- Update to version 0.4.9; Fixes RHBZ#2329361 + +* Sun Oct 20 2024 Fabio Valentini - 0.4.8-1 +- Update to version 0.4.8; Fixes RHBZ#2319444 + +* Tue Sep 17 2024 Fabio Valentini - 0.4.7-1 +- Update to version 0.4.7; Fixes RHBZ#2310273 + +* Fri Aug 09 2024 Fabio Valentini - 0.4.6-1 +- Update to version 0.4.6; Fixes RHBZ#2299854 + +* Fri Jul 19 2024 Fedora Release Engineering - 0.4.5-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild + +* Mon Jun 24 2024 Fabio Valentini - 0.4.5-1 +- Update to version 0.4.5; Fixes RHBZ#2292640 + +* Sun May 19 2024 Fabio Valentini - 0.4.4-1 +- Update to version 0.4.4; Fixes RHBZ#2263521 + +* Mon May 13 2024 Fabio Valentini - 0.4.3-1 +- Update to version 0.4.3 + +* Fri Jan 26 2024 Fedora Release Engineering - 0.4.1-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild + +* Thu Jan 11 2024 Fabio Valentini - 0.4.1-1 +- Update to version 0.4.1; Fixes RHBZ#2256109 + +* Mon Dec 04 2023 Fabio Valentini - 0.4.0-1 +- Update to version 0.4.0; Fixes RHBZ#2252742 + +* Mon Nov 13 2023 Fabio Valentini - 0.3.1-1 +- Initial import (#2249211) +## END: Generated by rpmautospec