|
|
@ -31,8 +31,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
Summary: An ImageMagick fork, offering faster image generation and better quality
|
|
|
|
Summary: An ImageMagick fork, offering faster image generation and better quality
|
|
|
|
Name: GraphicsMagick
|
|
|
|
Name: GraphicsMagick
|
|
|
|
Version: 1.3.23
|
|
|
|
Version: 1.3.24
|
|
|
|
Release: 6%{?dist}
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
|
|
|
|
|
|
|
License: MIT
|
|
|
|
License: MIT
|
|
|
|
Group: Applications/Multimedia
|
|
|
|
Group: Applications/Multimedia
|
|
|
@ -67,8 +67,8 @@ BuildRequires: perl(ExtUtils::MakeMaker)
|
|
|
|
BuildRequires: xdg-utils
|
|
|
|
BuildRequires: xdg-utils
|
|
|
|
BuildRequires: xz-devel
|
|
|
|
BuildRequires: xz-devel
|
|
|
|
BuildRequires: zlib-devel
|
|
|
|
BuildRequires: zlib-devel
|
|
|
|
## FIXME: %%check stuff
|
|
|
|
## %%check stuff
|
|
|
|
#BuildRequires: xorg-x11-server-Xvfb
|
|
|
|
BuildRequires: time
|
|
|
|
## conditional deps
|
|
|
|
## conditional deps
|
|
|
|
%if 0%{?fedora} || 0%{?rhel} > 6
|
|
|
|
%if 0%{?fedora} || 0%{?rhel} > 6
|
|
|
|
BuildRequires: jbigkit-devel
|
|
|
|
BuildRequires: jbigkit-devel
|
|
|
@ -254,7 +254,8 @@ rm -f %{buildroot}%{_pkgdocdir}/Copyright.txt
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%check
|
|
|
|
%check
|
|
|
|
make %{?_smp_mflags} check ||:
|
|
|
|
time \
|
|
|
|
|
|
|
|
make %{?_smp_mflags} check
|
|
|
|
# multilib hack only supports 32/64 bits for now
|
|
|
|
# multilib hack only supports 32/64 bits for now
|
|
|
|
%ifarch %{multilib_archs}
|
|
|
|
%ifarch %{multilib_archs}
|
|
|
|
%if ! (%{__isa_bits} == 32 || %{__isa_bits} == 64)
|
|
|
|
%if ! (%{__isa_bits} == 32 || %{__isa_bits} == 64)
|
|
|
@ -317,6 +318,9 @@ rm -rf %{buildroot}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Mon May 30 2016 Rex Dieter <rdieter@fedoraproject.org> - 1.3.24-1
|
|
|
|
|
|
|
|
- 1.3.24
|
|
|
|
|
|
|
|
|
|
|
|
* Sat May 14 2016 Jitka Plesnikova <jplesnik@redhat.com> - 1.3.23-6
|
|
|
|
* Sat May 14 2016 Jitka Plesnikova <jplesnik@redhat.com> - 1.3.23-6
|
|
|
|
- Perl 5.24 rebuild
|
|
|
|
- Perl 5.24 rebuild
|
|
|
|
|
|
|
|
|
|
|
|