Initial import (#2228213)

epel9
Fabio Valentini 1 year ago
parent 8bc9cf24ab
commit 567dd7236a
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -0,0 +1 @@
/gix-hashtable-0.2.4.crate

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

@ -0,0 +1,70 @@
# Generated by rust2rpm 24
%bcond_without check
%global debug_package %{nil}
%global crate gix-hashtable
Name: rust-gix-hashtable
Version: 0.2.4
Release: %autorelease
Summary: Hashtable based data structures optimized to utilize ObjectId keys
License: MIT OR Apache-2.0
URL: https://crates.io/crates/gix-hashtable
Source: %{crates_source}
BuildRequires: rust-packaging >= 21
%global _description %{expand:
A crate that provides hashtable based data structures optimized to
utilize ObjectId keys.}
%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 = Hashtable based data structures optimized to utilize ObjectId keys

@ -0,0 +1 @@
SHA512 (gix-hashtable-0.2.4.crate) = eb1fab06329343ce88b707a37c806578aa03059d47a950c98b59c6fe2652de51a923ca554f4a33d02521a4362b5a12f6cfe9cd4c7781dc283374134b3b046c30
Loading…
Cancel
Save