commit 24e2b87ab06173e4c91cf3d7b0e985d4edd0b743 Author: tigro Date: Mon Jan 15 22:28:14 2024 +0300 import rust-rpassword-7.3.1-1.el9 diff --git a/.rust-rpassword.metadata b/.rust-rpassword.metadata new file mode 100644 index 0000000..e69de29 diff --git a/SOURCES/rpassword-7.3.1.crate b/SOURCES/rpassword-7.3.1.crate new file mode 100644 index 0000000..7409164 Binary files /dev/null and b/SOURCES/rpassword-7.3.1.crate differ diff --git a/SOURCES/rpassword-fix-metadata-auto.diff b/SOURCES/rpassword-fix-metadata-auto.diff new file mode 100644 index 0000000..d6d0c54 --- /dev/null +++ b/SOURCES/rpassword-fix-metadata-auto.diff @@ -0,0 +1,15 @@ +--- rpassword-7.3.1/Cargo.toml 1970-01-01T00:00:01+00:00 ++++ rpassword-7.3.1/Cargo.toml 2023-11-13T14:26:46.259634+00:00 +@@ -35,12 +35,3 @@ + [target."cfg(unix)".dependencies.libc] + version = "0.2" + +-[target."cfg(windows)".dependencies.windows-sys] +-version = "0.48" +-features = [ +- "Win32_Foundation", +- "Win32_System_Console", +- "Win32_Storage_FileSystem", +- "Win32_Security", +- "Win32_System_SystemServices", +-] diff --git a/SPECS/rust-rpassword.spec b/SPECS/rust-rpassword.spec new file mode 100644 index 0000000..0ff8520 --- /dev/null +++ b/SPECS/rust-rpassword.spec @@ -0,0 +1,147 @@ +## START: Set by rpmautospec +## (rpmautospec version 0.3.5) +## 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 25 +%bcond_without check +%global debug_package %{nil} + +%global crate rpassword + +Name: rust-rpassword +Version: 7.3.1 +Release: %autorelease +Summary: Read passwords in console applications + +License: Apache-2.0 +URL: https://crates.io/crates/rpassword +Source: %{crates_source} +# Automatically generated patch to strip dependencies and normalize metadata +Patch: rpassword-fix-metadata-auto.diff + +BuildRequires: cargo-rpm-macros >= 24 + +%global _description %{expand: +Read passwords in console applications.} + +%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 +%doc %{crate_instdir}/CONTRIBUTING.md +%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 +* Mon Jan 15 2024 Arkady L. Shane - 7.3.1-1 +- Rebuilt for MSVSphere 9.3 + +* Mon Nov 13 2023 Fabio Valentini - 7.3.1-1 +- Update to version 7.3.1; Fixes RHBZ#2249259 + +* Fri Jul 21 2023 Fedora Release Engineering - 7.2.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild + +* Fri Apr 14 2023 Fabio Valentini - 7.2.0-1 +- Update to version 7.2.0; Fixes RHBZ#2063563 + +* Sat Jan 21 2023 Fedora Release Engineering - 5.0.1-6 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild + +* Sat Jul 23 2022 Fedora Release Engineering - 5.0.1-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild + +* Fri Jan 21 2022 Fedora Release Engineering - 5.0.1-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild + +* Fri Jul 23 2021 Fedora Release Engineering - 5.0.1-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild + +* Wed Jan 27 2021 Fedora Release Engineering - 5.0.1-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild + +* Wed Jan 20 2021 Fabio Valentini - 5.0.1-1 +- Update to version 5.0.1. +- Fixes RHBZ#1918059 + +* Tue Dec 15 2020 Fabio Valentini - 5.0.0-1 +- Update to version 5.0.0. + +* Wed Jul 29 2020 Fedora Release Engineering - 4.0.5-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild + +* Thu Jan 30 2020 Fedora Release Engineering - 4.0.5-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild + +* Mon Jan 27 2020 Josh Stone - 4.0.5-1 +- Update to 4.0.5 + +* Thu Dec 05 22:03:54 CET 2019 Igor Gnatenko - 4.0.3-1 +- Update to 4.0.3 + +* Thu Dec 05 14:23:37 CET 2019 Igor Gnatenko - 4.0.2-1 +- Update to 4.0.2 + +* Fri Jul 26 2019 Fedora Release Engineering - 3.0.2-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild + +* Sat Jun 22 16:18:08 CEST 2019 Igor Gnatenko - 3.0.2-2 +- Regenerate + +* Sat Apr 20 10:06:18 CEST 2019 Igor Gnatenko - 3.0.2-1 +- Update to 3.0.2 + +* Fri Mar 29 14:47:57 CET 2019 Igor Gnatenko - 3.0.1-1 +- Update to 3.0.1 + +* Sat Mar 23 20:10:55 CET 2019 Igor Gnatenko - 3.0.0-1 +- Update to 3.0.0 + +* Wed Mar 13 2019 Igor Gnatenko - 2.1.0-1 +- Initial package +