initial import

Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
epel9
Igor Gnatenko 7 years ago
parent 524ee21651
commit 55c3278284

1
.gitignore vendored

@ -0,0 +1 @@
/encoding_index_tests-0.1.4.crate

@ -0,0 +1,54 @@
# Generated by rust2rpm
%bcond_without check
%global debug_package %{nil}
%global crate encoding_index_tests
Name: rust-%{crate}
Version: 0.1.4
Release: 1%{?dist}
Summary: Helper macros used to test index tables for character encodings
# https://github.com/lifthrasiir/rust-encoding/issues/111
License: CC0
URL: https://crates.io/crates/encoding_index_tests
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
Helper macros used to test index tables for character encodings.
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
%{cargo_registry}/%{crate}-%{version}/
%changelog
* Fri Nov 10 2017 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.1.4-1
- Initial package

@ -0,0 +1 @@
SHA512 (encoding_index_tests-0.1.4.crate) = 0635e6a879d59aa3373e1c0cae6f61b9bd11138691a1113f3639a1d16ba894c1554f29a6d347353f02395508be4da8a4b16b17db3339cf970a62267874fe93a6
Loading…
Cancel
Save