initial import

Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
epel9
Igor Gnatenko 7 years ago
parent be88e1bfac
commit 2530ade7e8

1
.gitignore vendored

@ -0,0 +1 @@
/fnv-1.0.5.crate

@ -0,0 +1,58 @@
# Generated by rust2rpm
%bcond_without check
%global debug_package %{nil}
%global crate fnv
Name: rust-%{crate}
Version: 1.0.5
Release: 2%{?dist}
Summary: FowlerNollVo hash function
# https://github.com/servo/rust-fnv/issues/13
License: ASL 2.0 or MIT
URL: https://crates.io/crates/fnv
Source0: https://crates.io/api/v1/crates/%{crate}/%{version}/download#/%{crate}-%{version}.crate
ExclusiveArch: %{rust_arches}
BuildRequires: rust-packaging
%description
%{summary}.
%package devel
Summary: %{summary}
BuildArch: noarch
%description devel
FowlerNollVo hash function.
This package contains library source intended for building other packages
which use %{crate} from crates.io.
%prep
%autosetup -n %{crate}-%{version} -p1
%cargo_prep
%build
%cargo_build
%install
%cargo_install
%if %{with check}
%check
%cargo_test
%endif
%files devel
%doc README.md
%{cargo_registry}/%{crate}-%{version}/
%changelog
* Wed Jun 14 2017 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 1.0.5-2
- Port to use rust-packaging
* Sat Feb 25 2017 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 1.0.5-1
- Initial package

@ -0,0 +1 @@
SHA512 (fnv-1.0.5.crate) = a851ed060bf49224436acb1b5cc3125d30a3b527be9d7abd09f4170eee6243de8067b0bae5b136e62fdb8ee026e42a150109e90fcdf4cc4258f4de045d6069a8
Loading…
Cancel
Save