Author: amateja Date: Thu Apr 30 11:37:27 2009 GMT Module: packages Tag: HEAD ---- Log message: up to 6.5.1.9 fixed orphant files
---- Files affected: packages/ImageMagick: ImageMagick.spec (1.280 -> 1.281) ---- Diffs: ================================================================ Index: packages/ImageMagick/ImageMagick.spec diff -u packages/ImageMagick/ImageMagick.spec:1.280 packages/ImageMagick/ImageMagick.spec:1.281 --- packages/ImageMagick/ImageMagick.spec:1.280 Tue Feb 24 11:50:05 2009 +++ packages/ImageMagick/ImageMagick.spec Thu Apr 30 13:37:21 2009 @@ -11,8 +11,8 @@ %bcond_without exr # without OpenEXR module # %include /usr/lib/rpm/macros.perl -%define ver 6.4.9 -%define pver 6 +%define ver 6.5.1 +%define pver 9 %define QuantumDepth 16 Summary: Image display, conversion, and manipulation under X Summary(de.UTF-8): Darstellen, Konvertieren und Bearbeiten von Grafiken unter X @@ -30,7 +30,7 @@ License: Apache-like Group: X11/Applications/Graphics Source0: http://www.imagemagick.org/download/%{name}-%{ver}-%{pver}.tar.bz2 -# Source0-md5: d65a4cd3cf103d49085a55c90c871854 +# Source0-md5: b2a0f76a83bfe38fd1cdfc3b8ed44c6e #Source0: http://dl.sourceforge.net/imagemagick/%{name}-%{ver}.tar.bz2 Patch0: %{name}-ac.patch Patch1: %{name}-link.patch @@ -632,6 +632,10 @@ install PerlMagick/demo/* $RPM_BUILD_ROOT%{_examplesdir}/%{name}-perl rm -f $RPM_BUILD_ROOT%{modulesdir}/{coders,filters}/*.a +rm -f $RPM_BUILD_ROOT%{modulesdir}/coders/dps.{la,so} +rm -f $RPM_BUILD_ROOT%{perl_vendorarch}/auto/Image/Magick/.packlist +rm -f $RPM_BUILD_ROOT%{perl_archlib}/perllocal.pod +rm -f $RPM_BUILD_ROOT%{_datadir}/ImageMagick-%{ver}/{ChangeLog,LICENSE,NEWS.txt} %clean rm -rf $RPM_BUILD_ROOT @@ -702,6 +706,8 @@ %{modulesdir}/coders/gray.la %attr(755,root,root) %{modulesdir}/coders/histogram.so %{modulesdir}/coders/histogram.la +%attr(755,root,root) %{modulesdir}/coders/hrz.so +%{modulesdir}/coders/hrz.la %attr(755,root,root) %{modulesdir}/coders/html.so %{modulesdir}/coders/html.la %attr(755,root,root) %{modulesdir}/coders/icon.so @@ -1046,6 +1052,10 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.281 2009/04/30 11:37:21 amateja +up to 6.5.1.9 +fixed orphant files + Revision 1.280 2009/02/24 10:50:05 areq - 6.4.9-6 ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/ImageMagick/ImageMagick.spec?r1=1.280&r2=1.281&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
