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

@ -1,5 +1,5 @@
# Generated by rust2rpm-9-1.fc30
# https://github.com/PistonDevelopers/image-gif/issues/51
# Generated by rust2rpm 10
# * https://github.com/PistonDevelopers/image-gif/issues/51
%bcond_with check
%global debug_package %{nil}
@ -7,7 +7,7 @@
Name: rust-%{crate}
Version: 0.10.2
Release: 1%{?dist}
Release: 2%{?dist}
Summary: GIF de- and encoder
# Upstream license specification: MIT/Apache-2.0
@ -16,16 +16,14 @@ URL: https://crates.io/crates/gif
Source: %{crates_source}
ExclusiveArch: %{rust_arches}
%if %{__cargo_skip_build}
BuildArch: noarch
%endif
BuildRequires: rust-packaging
BuildRequires: (crate(color_quant/default) >= 1.0.0 with crate(color_quant/default) < 2.0.0)
BuildRequires: (crate(lzw/default) >= 0.10.0 with crate(lzw/default) < 0.11.0)
%if %{with check}
BuildRequires: (crate(glob/default) >= 0.3.0 with crate(glob/default) < 0.4.0)
%endif
%global _description \
GIF de- and encoder.
%global _description %{expand:
GIF de- and encoder.}
%description %{_description}
@ -95,6 +93,9 @@ which use "raii_no_panic" feature of "%{crate}" crate.
%autosetup -n %{crate}-%{version_no_tilde} -p1
%cargo_prep
%generate_buildrequires
%cargo_generate_buildrequires
%build
%cargo_build
@ -107,6 +108,9 @@ which use "raii_no_panic" feature of "%{crate}" crate.
%endif
%changelog
* Sun Jun 23 10:58:48 CEST 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.10.2-2
- Regenerate
* Mon Jun 03 2019 Josh Stone <jistone@redhat.com> - 0.10.2-1
- Update to 0.10.2

Loading…
Cancel
Save