From d98274fee70f358dc2ee224c6ba4d3a544c13220 Mon Sep 17 00:00:00 2001 From: MSVSphere Packaging Team Date: Fri, 20 Dec 2024 15:45:01 +0300 Subject: [PATCH] import rust-gix-prompt-0.8.9-1.el10 --- .gitignore | 1 + .rust-gix-prompt.metadata | 1 + SOURCES/rust2rpm.toml | 6 +++ SPECS/rust-gix-prompt.spec | 108 +++++++++++++++++++++++++++++++++++++ 4 files changed, 116 insertions(+) create mode 100644 .gitignore create mode 100644 .rust-gix-prompt.metadata create mode 100644 SOURCES/rust2rpm.toml create mode 100644 SPECS/rust-gix-prompt.spec diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..98d9098 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +SOURCES/gix-prompt-0.8.9.crate diff --git a/.rust-gix-prompt.metadata b/.rust-gix-prompt.metadata new file mode 100644 index 0000000..fd68368 --- /dev/null +++ b/.rust-gix-prompt.metadata @@ -0,0 +1 @@ +bf9bcb172af5a4b1ba37f03d856e78d6a3556c04 SOURCES/gix-prompt-0.8.9.crate diff --git a/SOURCES/rust2rpm.toml b/SOURCES/rust2rpm.toml new file mode 100644 index 0000000..03d1d20 --- /dev/null +++ b/SOURCES/rust2rpm.toml @@ -0,0 +1,6 @@ +[tests] +run = ["none"] +comments = [ + "Drop tests because a dependency is not packaged yet", + "See https://bugzilla.redhat.com/show_bug.cgi?id=2216297" +] diff --git a/SPECS/rust-gix-prompt.spec b/SPECS/rust-gix-prompt.spec new file mode 100644 index 0000000..0d7d01b --- /dev/null +++ b/SPECS/rust-gix-prompt.spec @@ -0,0 +1,108 @@ +## 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 +# * Drop tests because a dependency is not packaged yet +# * See https://bugzilla.redhat.com/show_bug.cgi?id=2216297 +%bcond check 0 +%global debug_package %{nil} + +%global crate gix-prompt + +Name: rust-gix-prompt +Version: 0.8.9 +Release: %autorelease +Summary: Of the gitoxide project for handling prompts in the terminal + +License: MIT OR Apache-2.0 +URL: https://crates.io/crates/gix-prompt +Source: %{crates_source} + +BuildRequires: cargo-rpm-macros >= 24 + +%global _description %{expand: +A crate of the gitoxide project for handling prompts in the terminal.} + +%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.8.9-1 +- Rebuilt for MSVSphere 10 + +## START: Generated by rpmautospec +* Thu Nov 28 2024 Fabio Valentini - 0.8.9-1 +- Update to version 0.8.9; Fixes RHBZ#2321174 + +* Tue Sep 10 2024 blinxen - 0.8.7-1 +- Update to version 0.8.7 (rhbz#2307395) + +* Thu Jul 25 2024 blinxen - 0.8.6-1 +- Update to version 0.8.6 (rhbz#2299581) + +* Fri Jul 19 2024 Fedora Release Engineering - 0.8.5-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild + +* Sun Jun 23 2024 blinxen - 0.8.5-1 +- Update to version 0.8.5 (rhbz#2282455) + +* Fri Apr 05 2024 blinxen - 0.8.4-1 +- Update to version 0.8.4 (rhbz#2253274) + +* Fri Jan 26 2024 Fedora Release Engineering - 0.7.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild + +* Thu Sep 21 2023 blinxen - 0.7.0-1 +- Initial package (rhbz#2239512) +## END: Generated by rpmautospec