]> git.pld-linux.org Git - packages/ImageMagick.git/commitdiff
- updated to 6.0.5-2, new coder: ycbcr
authorhawk <hawk@pld-linux.org>
Thu, 19 Aug 2004 21:03:50 +0000 (21:03 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- created doc subpackage with user guide, moved %doc

Changed files:
    ImageMagick.spec -> 1.180

ImageMagick.spec

index 59c42f6159e9bd07db5e6eade83bd3f07e150a75..eb1cb94c9fc31e1685f0bbe43093a311e7212bdc 100644 (file)
@@ -6,8 +6,8 @@
 %bcond_without cxx     # without Magick++
 #
 %include       /usr/lib/rpm/macros.perl
-%define                ver 6.0.4
-%define                pver    1
+%define                ver 6.0.5
+%define                pver    2
 %define                QuantumDepth    16
 Summary:       Image display, conversion, and manipulation under X
 Summary(de):   Darstellen, Konvertieren und Bearbeiten von Grafiken unter X
@@ -25,7 +25,7 @@ Epoch:                1
 License:       Freeware
 Group:         X11/Applications/Graphics
 Source0:       http://www.imagemagick.org/download/%{name}-%{ver}-%{pver}.tar.bz2
-# Source0-md5: 41cb70f89a941269c459566e11639188
+# Source0-md5: 45325d113d53e990452ca89ddf2c3aae
 #Source0:      http://dl.sourceforge.net/imagemagick/%{name}-%{ver}.tar.bz2
 Patch0:                %{name}-libpath.patch
 Patch1:                %{name}-ac.patch
@@ -117,6 +117,17 @@ ImageMagick - 
 ÚÏÂÒÁÖÅÎØ. ÷ÏÎÁ ÐÒÁÃÀ¤ Ð¦Ä X Window. ImageMagick ÄÁ¤ ËÏÒÉÓÔÕ×ÁÞÕ
 ÛÉÒÏ˦ ÍÏÖÌÉ×ÏÓÔ¦ ÐÏ ÏÂÒÏÂæ ÚÏÂÒÁÖÅÎØ × Ò¦ÚÎÏÍÁΦÔÎÉÈ ÆÏÒÍÁÔÁÈ.
 
+%package doc
+Summary:       ImageMagick documentation
+Summary(pl):   Dokumentacja ImageMagick
+Group:         Documentation
+
+%description doc
+Documentation and user guide for ImageMagick 6.x.
+
+%description doc -l pl
+Dokumentacja i podrêcznik u¿ytkownika ImageMagick 6.x.
+
 %package libs
 Summary:       ImageMagick libraries
 Summary(pl):   Biblioteki ImageMagick
@@ -765,6 +776,8 @@ rm -rf $RPM_BUILD_ROOT
 %{modulesdir}/coders/x.la
 %attr(755,root,root) %{modulesdir}/coders/xwd.so
 %{modulesdir}/coders/xwd.la
+%attr(755,root,root) %{modulesdir}/coders/ycbcr.so
+%{modulesdir}/coders/ycbcr.la
 %attr(755,root,root) %{modulesdir}/coders/yuv.so
 %{modulesdir}/coders/yuv.la
 
@@ -784,9 +797,12 @@ rm -rf $RPM_BUILD_ROOT
 
 %{_mandir}/man1/[Iacdim]*
 
+%files doc
+%defattr(644,root,root,755)
+%doc AUTHORS ChangeLog LICENSE NEWS Magick.pdf
+
 %files libs
 %defattr(644,root,root,755)
-%doc AUTHORS ChangeLog LICENSE NEWS
 %attr(755,root,root) %{_libdir}/libMagick.so.*.*.*
 %attr(755,root,root) %{_libdir}/libWand.so.*.*.*
 
This page took 0.132643 seconds and 4 git commands to generate.