Compare commits

...

No commits in common. 'epel9' and 'i10ce' have entirely different histories.
epel9 ... i10ce

6
.gitignore vendored

@ -1,5 +1 @@
/gix-command-0.2.6.crate SOURCES/gix-command-0.3.11.crate
/gix-command-0.2.7.crate
/gix-command-0.2.8.crate
/gix-command-0.2.9.crate
/gix-command-0.2.10.crate

@ -0,0 +1 @@
3997954bfb8762cf5b8cb2495fee92eec5c72810 SOURCES/gix-command-0.3.11.crate

@ -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
# * Deactivate tests because of a missing dev-dependency (gix-testtools)
%bcond check 0
%global debug_package %{nil}
%global crate gix-command
Name: rust-gix-command
Version: 0.3.11
Release: %autorelease
Summary: Handle gitoxide internal git command execution
License: MIT OR Apache-2.0
URL: https://crates.io/crates/gix-command
Source: %{crates_source}
BuildRequires: cargo-rpm-macros >= 24
%global _description %{expand:
A crate of the gitoxide project handling internal git command execution.}
%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
%{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.3.11-1
- Rebuilt for MSVSphere 10
## START: Generated by rpmautospec
* Thu Nov 28 2024 Fabio Valentini <decathorpe@gmail.com> - 0.3.11-1
- Update to version 0.3.11; Fixes RHBZ#2321150
* Tue Sep 10 2024 blinxen <h-k-81@hotmail.com> - 0.3.9-1
- Update to version 0.3.9 (rhbz#2307377)
* Thu Jul 25 2024 blinxen <h-k-81@hotmail.com> - 0.3.8-1
- Update to version 0.3.8 (rhbz#2299563)
* Fri Jul 19 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.7-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
* Sun Jun 23 2024 blinxen <h-k-81@hotmail.com> - 0.3.7-1
- Update to version 0.3.7 (rhbz#2282444)
* Fri Apr 05 2024 blinxen <h-k-81@hotmail.com> - 0.3.6-1
- Update to version 0.3.6 (rhbz#2253262)
* Fri Jan 26 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.10-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
* Fri Oct 13 2023 blinxen <h-k-81@hotmail.com> - 0.2.10-1
- Update to version 0.2.10
* Wed Aug 23 2023 Fabio Valentini <decathorpe@gmail.com> - 0.2.9-1
- Update to version 0.2.9; Fixes RHBZ#2233471
* Thu Jul 27 2023 Fabio Valentini <decathorpe@gmail.com> - 0.2.8-1
- Update to version 0.2.8; Fixes RHBZ#2224734
* Thu Jul 20 2023 blinxen <h-k-81@hotmail.com> - 0.2.7-1
- Update to version 0.2.7 (rhbz#2223899)
* Wed Jul 05 2023 blinxen <h-k-81@hotmail.com> - 0.2.6-1
- Initial package
## END: Generated by rpmautospec

@ -1,70 +0,0 @@
# Generated by rust2rpm 25
# * Deactivate tests because of a missing dev-dependency (gix-testtools)
%bcond_with check
%global debug_package %{nil}
%global crate gix-command
Name: rust-gix-command
Version: 0.2.10
Release: %autorelease
Summary: Handle gitoxide internal git command execution
License: MIT OR Apache-2.0
URL: https://crates.io/crates/gix-command
Source: %{crates_source}
BuildRequires: cargo-rpm-macros >= 24
%global _description %{expand:
A crate of the gitoxide project handling internal git command execution.}
%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
%{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
%autochangelog

@ -1 +0,0 @@
SHA512 (gix-command-0.2.10.crate) = 1e6b5fd5f4afdb6ef6943123e2c945e29a47aa7e08904788cfdb2bffc5d7146e2bcad15f9e3bff33a04229eeab2ebb3f0820fc0310fe859ebfa7706cdbcb9178
Loading…
Cancel
Save