Compare commits
No commits in common. 'epel9' and 'i10ce' have entirely different histories.
@ -1 +1 @@
|
|||||||
/gix-prompt-0.7.0.crate
|
SOURCES/gix-prompt-0.8.9.crate
|
||||||
|
@ -0,0 +1 @@
|
|||||||
|
bf9bcb172af5a4b1ba37f03d856e78d6a3556c04 SOURCES/gix-prompt-0.8.9.crate
|
@ -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"
|
||||||
|
]
|
@ -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 <packager@msvsphere-os.ru> - 0.8.9-1
|
||||||
|
- Rebuilt for MSVSphere 10
|
||||||
|
|
||||||
|
## START: Generated by rpmautospec
|
||||||
|
* Thu Nov 28 2024 Fabio Valentini <decathorpe@gmail.com> - 0.8.9-1
|
||||||
|
- Update to version 0.8.9; Fixes RHBZ#2321174
|
||||||
|
|
||||||
|
* Tue Sep 10 2024 blinxen <h-k-81@hotmail.com> - 0.8.7-1
|
||||||
|
- Update to version 0.8.7 (rhbz#2307395)
|
||||||
|
|
||||||
|
* Thu Jul 25 2024 blinxen <h-k-81@hotmail.com> - 0.8.6-1
|
||||||
|
- Update to version 0.8.6 (rhbz#2299581)
|
||||||
|
|
||||||
|
* Fri Jul 19 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.8.5-2
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
|
||||||
|
|
||||||
|
* Sun Jun 23 2024 blinxen <h-k-81@hotmail.com> - 0.8.5-1
|
||||||
|
- Update to version 0.8.5 (rhbz#2282455)
|
||||||
|
|
||||||
|
* Fri Apr 05 2024 blinxen <h-k-81@hotmail.com> - 0.8.4-1
|
||||||
|
- Update to version 0.8.4 (rhbz#2253274)
|
||||||
|
|
||||||
|
* Fri Jan 26 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.7.0-2
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
||||||
|
|
||||||
|
* Thu Sep 21 2023 blinxen <h-k-81@hotmail.com> - 0.7.0-1
|
||||||
|
- Initial package (rhbz#2239512)
|
||||||
|
## END: Generated by rpmautospec
|
@ -1,71 +0,0 @@
|
|||||||
# Generated by rust2rpm 24
|
|
||||||
# * Drop tests because a dependency is not packaged yet
|
|
||||||
# * See https://bugzilla.redhat.com/show_bug.cgi?id=2216297
|
|
||||||
%bcond_with check
|
|
||||||
%global debug_package %{nil}
|
|
||||||
|
|
||||||
%global crate gix-prompt
|
|
||||||
|
|
||||||
Name: rust-gix-prompt
|
|
||||||
Version: 0.7.0
|
|
||||||
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: rust-packaging >= 21
|
|
||||||
|
|
||||||
%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}/CHANGELOG.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_no_tilde} -p1
|
|
||||||
%cargo_prep
|
|
||||||
|
|
||||||
%generate_buildrequires
|
|
||||||
%cargo_generate_buildrequires
|
|
||||||
|
|
||||||
%build
|
|
||||||
%cargo_build
|
|
||||||
|
|
||||||
%install
|
|
||||||
%cargo_install
|
|
||||||
|
|
||||||
%if %{with check}
|
|
||||||
%check
|
|
||||||
%endif
|
|
||||||
|
|
||||||
%changelog
|
|
||||||
%autochangelog
|
|
Loading…
Reference in new issue