SPECS: ImageMagick.spec - use new MagickCore and MagickWand names in few mo...

hawk hawk at pld-linux.org
Tue May 27 10:58:42 CEST 2008


Author: hawk                         Date: Tue May 27 08:58:42 2008 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- use new MagickCore and MagickWand names in few more places
- package missing .pc files, package duplicates using old file names for
  backward compatibility

---- Files affected:
SPECS:
   ImageMagick.spec (1.261 -> 1.262) 

---- Diffs:

================================================================
Index: SPECS/ImageMagick.spec
diff -u SPECS/ImageMagick.spec:1.261 SPECS/ImageMagick.spec:1.262
--- SPECS/ImageMagick.spec:1.261	Tue May 27 10:29:30 2008
+++ SPECS/ImageMagick.spec	Tue May 27 10:58:37 2008
@@ -974,6 +974,8 @@
 %files devel
 %defattr(644,root,root,755)
 %attr(755,root,root) %{_bindir}/Magick-config
+%attr(755,root,root) %{_bindir}/MagickCore-config
+%attr(755,root,root) %{_bindir}/MagickWand-config
 %attr(755,root,root) %{_bindir}/Wand-config
 %attr(755,root,root) %{_libdir}/libMagickCore.so
 %attr(755,root,root) %{_libdir}/libMagickWand.so
@@ -982,9 +984,12 @@
 %{_includedir}/ImageMagick/magick
 %{_includedir}/ImageMagick/wand
 %{_pkgconfigdir}/ImageMagick.pc
-%{_pkgconfigdir}/Wand.pc
+%{_pkgconfigdir}/MagickCore.pc
+%{_pkgconfigdir}/MagickWand.pc
+%{_mandir}/man1/Magick-config.1*
 %{_mandir}/man1/MagickCore-config.1*
 %{_mandir}/man1/MagickWand-config.1*
+%{_mandir}/man1/Wand-config.1*
 
 %files static
 %defattr(644,root,root,755)
@@ -1014,6 +1019,7 @@
 %{_includedir}/ImageMagick/Magick++
 %{_includedir}/ImageMagick/Magick++.h
 %{_pkgconfigdir}/ImageMagick++.pc
+%{_pkgconfigdir}/Magick++.pc
 %{_mandir}/man1/Magick++-config.1*
 
 %files c++-static
@@ -1027,6 +1033,11 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.262  2008-05-27 08:58:37  hawk
+- use new MagickCore and MagickWand names in few more places
+- package missing .pc files, package duplicates using old file names for
+  backward compatibility
+
 Revision 1.261  2008-05-27 08:29:30  hawk
 - updated to 6.4.1-3, dropped system-libltdl.patch, ImageMagick now builds
   with system libltdl by default
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/ImageMagick.spec?r1=1.261&r2=1.262&f=u



More information about the pld-cvs-commit mailing list