Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
epel9
Igor Gnatenko 6 years ago
parent f24c7bc506
commit ab6a51314a
No known key found for this signature in database
GPG Key ID: 695714BD1BBC5F4C

@ -1,12 +1,12 @@
# Generated by rust2rpm 9
%bcond_with check
# Generated by rust2rpm 10
%bcond_without check
%global debug_package %{nil}
%global crate unic-char-range
Name: rust-%{crate}
Version: 0.9.0
Release: 1%{?dist}
Release: 2%{?dist}
Summary: UNIC — Unicode Character Tools — Character Range and Iteration
# Upstream license specification: MIT/Apache-2.0
@ -16,6 +16,9 @@ URL: https://crates.io/crates/unic-char-range
Source: %{crates_source}
ExclusiveArch: %{rust_arches}
%if %{__cargo_skip_build}
BuildArch: noarch
%endif
BuildRequires: rust-packaging
@ -124,6 +127,9 @@ which use "unstable" feature of "%{crate}" crate.
%autosetup -n %{crate}-%{version_no_tilde} -p1
%cargo_prep
%generate_buildrequires
%cargo_generate_buildrequires
%build
%cargo_build
@ -136,5 +142,8 @@ which use "unstable" feature of "%{crate}" crate.
%endif
%changelog
* Sun Jun 23 11:29:56 CEST 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.9.0-2
- Regenerate
* Fri May 31 11:36:26 CEST 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.9.0-1
- Initial package

Loading…
Cancel
Save