Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
epel9
Igor Gnatenko 6 years ago
parent b5608de3be
commit d6c99af051
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 resolv-conf
Name: rust-%{crate}
Version: 0.6.2
Release: 1%{?dist}
Release: 2%{?dist}
Summary: Resolv.conf file parser
# Upstream license specification: MIT/Apache-2.0
@ -15,9 +15,11 @@ URL: https://crates.io/crates/resolv-conf
Source: %{crates_source}
ExclusiveArch: %{rust_arches}
%if %{__cargo_skip_build}
BuildArch: noarch
%endif
BuildRequires: rust-packaging
BuildRequires: (crate(quick-error/default) >= 1.0.0 with crate(quick-error/default) < 2.0.0)
%global _description %{expand:
Resolv.conf file parser.}
@ -78,6 +80,9 @@ which use "system" feature of "%{crate}" crate.
%autosetup -n %{crate}-%{version_no_tilde} -p1
%cargo_prep
%generate_buildrequires
%cargo_generate_buildrequires
%build
%cargo_build
@ -90,5 +95,8 @@ which use "system" feature of "%{crate}" crate.
%endif
%changelog
* Sun Jun 23 10:34:28 CEST 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.6.2-2
- Regenerate
* Thu May 30 21:00:54 CEST 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.6.2-1
- Initial package

Loading…
Cancel
Save