|
|
@ -31,7 +31,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
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.24
|
|
|
|
Version: 1.3.25
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
|
|
|
|
|
|
|
License: MIT
|
|
|
|
License: MIT
|
|
|
@ -251,13 +251,10 @@ cat >%{buildroot}%{_includedir}/GraphicsMagick/magick/magick_types.h <<EOF
|
|
|
|
EOF
|
|
|
|
EOF
|
|
|
|
%endif
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
|
|
## unpackaged files
|
|
|
|
|
|
|
|
rm -f %{buildroot}%{_pkgdocdir}/Copyright.txt
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%check
|
|
|
|
%check
|
|
|
|
time \
|
|
|
|
#time \
|
|
|
|
make %{?_smp_mflags} check ||:
|
|
|
|
#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)
|
|
|
@ -276,7 +273,7 @@ rm -rf %{buildroot}
|
|
|
|
|
|
|
|
|
|
|
|
%files
|
|
|
|
%files
|
|
|
|
%{!?_licensedir:%global license %doc}
|
|
|
|
%{!?_licensedir:%global license %doc}
|
|
|
|
%license Copyright.txt
|
|
|
|
%license %{_pkgdocdir}/Copyright.txt
|
|
|
|
%{_libdir}/libGraphicsMagick%{?libQ}.so.3*
|
|
|
|
%{_libdir}/libGraphicsMagick%{?libQ}.so.3*
|
|
|
|
%{_libdir}/libGraphicsMagickWand%{?libQ}.so.2*
|
|
|
|
%{_libdir}/libGraphicsMagickWand%{?libQ}.so.2*
|
|
|
|
%{_bindir}/[a-z]*
|
|
|
|
%{_bindir}/[a-z]*
|
|
|
@ -298,7 +295,10 @@ rm -rf %{buildroot}
|
|
|
|
%{_mandir}/man1/GraphicsMagickWand-config.*
|
|
|
|
%{_mandir}/man1/GraphicsMagickWand-config.*
|
|
|
|
|
|
|
|
|
|
|
|
%files doc
|
|
|
|
%files doc
|
|
|
|
%{_pkgdocdir}
|
|
|
|
%dir %{_pkgdocdir}
|
|
|
|
|
|
|
|
%{_pkgdocdir}/ChangeLog*
|
|
|
|
|
|
|
|
%{_pkgdocdir}/*.txt
|
|
|
|
|
|
|
|
%{_pkgdocdir}/www/
|
|
|
|
|
|
|
|
|
|
|
|
%post c++ -p /sbin/ldconfig
|
|
|
|
%post c++ -p /sbin/ldconfig
|
|
|
|
%postun c++ -p /sbin/ldconfig
|
|
|
|
%postun c++ -p /sbin/ldconfig
|
|
|
@ -320,6 +320,10 @@ rm -rf %{buildroot}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Thu Sep 08 2016 Rex Dieter <rdieter@fedoraproject.org> - 1.3.25-1
|
|
|
|
|
|
|
|
- 1.3.25
|
|
|
|
|
|
|
|
- -doc: fix case where %%licensedir is undefined
|
|
|
|
|
|
|
|
|
|
|
|
* Mon May 30 2016 Rex Dieter <rdieter@fedoraproject.org> - 1.3.24-1
|
|
|
|
* Mon May 30 2016 Rex Dieter <rdieter@fedoraproject.org> - 1.3.24-1
|
|
|
|
- 1.3.24
|
|
|
|
- 1.3.24
|
|
|
|
|
|
|
|
|
|
|
|