Initial package

epel9
blinxen 2 years ago
parent 6ce66c6c6d
commit 15e5807a9a

1
.gitignore vendored

@ -0,0 +1 @@
/gix-command-0.2.6.crate

@ -1,3 +0,0 @@
# rust-gix-command
The rust-gix-command package

@ -0,0 +1,73 @@
# Generated by rust2rpm 24
# Deactivate tests because of a missing dev-dependency (gix-testtools)
# See https://github.com/Byron/gitoxide/discussions/900 for more information
%bcond_with check
%global debug_package %{nil}
%global crate gix-command
Name: rust-gix-command
Version: 0.2.6
Release: %autorelease
Summary: Handle gitoxide internal git command execution
# Upstream license specification: MIT/Apache-2.0
License: MIT OR Apache-2.0
URL: https://crates.io/crates/gix-command
Source: %{crates_source}
BuildRequires: rust-packaging >= 21
%global _description %{expand:
A WIP 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_no_tilde} -p1
%cargo_prep
%generate_buildrequires
%cargo_generate_buildrequires
%build
%cargo_build
%install
%cargo_install
%if %{with check}
%check
%cargo_test
%endif
%changelog
%autochangelog

@ -0,0 +1,2 @@
[DEFAULT]
summary = Handle gitoxide internal git command execution

@ -0,0 +1 @@
SHA512 (gix-command-0.2.6.crate) = 9ea1c1be93b2de6447904a2d85f10743cde390e71d4a7e4cd40b29606800ede3319fb85aee1919d920078315c33c90119a643fb7c18855ccaec6e5d56f6a3a11
Loading…
Cancel
Save