|
|
|
@ -1,7 +1,7 @@
|
|
|
|
|
Summary: An ImageMagick fork, offering faster image generation and better quality
|
|
|
|
|
Name: GraphicsMagick
|
|
|
|
|
Version: 1.1.14
|
|
|
|
|
Release: 2%{?dist}
|
|
|
|
|
Release: 3%{?dist}
|
|
|
|
|
License: MIT
|
|
|
|
|
Group: Applications/Multimedia
|
|
|
|
|
Source0: http://download.sourceforge.net/graphicsmagick/GraphicsMagick-%{version}.tar.bz2
|
|
|
|
@ -192,10 +192,10 @@ rm -rf %{buildroot}
|
|
|
|
|
%postun c++ -p /sbin/ldconfig
|
|
|
|
|
|
|
|
|
|
%files
|
|
|
|
|
%defattr(-,root,root)
|
|
|
|
|
%doc ChangeLog Copyright.txt
|
|
|
|
|
%doc index.html www/ images/
|
|
|
|
|
%doc README.txt AUTHORS NEWS
|
|
|
|
|
%defattr(-,root,root,-)
|
|
|
|
|
%doc Copyright.txt
|
|
|
|
|
%doc README.txt AUTHORS
|
|
|
|
|
%doc %{_datadir}/doc/%{name}/
|
|
|
|
|
%attr(755,root,root) %{_libdir}/libGraphicsMagick.so.*
|
|
|
|
|
%attr(755,root,root) %{_libdir}/libGraphicsMagickWand.so.*
|
|
|
|
|
%{_bindir}/[a-z]*
|
|
|
|
@ -235,6 +235,9 @@ rm -rf %{buildroot}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Thu Sep 11 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 1.1.14-3
|
|
|
|
|
- own all files properly
|
|
|
|
|
|
|
|
|
|
* Thu Sep 11 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 1.1.14-2
|
|
|
|
|
- turns out we do need gcc43 patch
|
|
|
|
|
|
|
|
|
|