diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..479b509 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +/gix-command-0.2.6.crate diff --git a/README.md b/README.md deleted file mode 100644 index 94e7ec6..0000000 --- a/README.md +++ /dev/null @@ -1,3 +0,0 @@ -# rust-gix-command - -The rust-gix-command package diff --git a/rust-gix-command.spec b/rust-gix-command.spec new file mode 100644 index 0000000..4bd7937 --- /dev/null +++ b/rust-gix-command.spec @@ -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 diff --git a/rust2rpm.conf b/rust2rpm.conf new file mode 100644 index 0000000..6875044 --- /dev/null +++ b/rust2rpm.conf @@ -0,0 +1,2 @@ +[DEFAULT] +summary = Handle gitoxide internal git command execution diff --git a/sources b/sources new file mode 100644 index 0000000..c9c5615 --- /dev/null +++ b/sources @@ -0,0 +1 @@ +SHA512 (gix-command-0.2.6.crate) = 9ea1c1be93b2de6447904a2d85f10743cde390e71d4a7e4cd40b29606800ede3319fb85aee1919d920078315c33c90119a643fb7c18855ccaec6e5d56f6a3a11