]> granicus.if.org Git - imagemagick/commitdiff
(no commit message)
authorcristy <urban-warrior@git.imagemagick.org>
Wed, 20 Mar 2013 00:42:46 +0000 (00:42 +0000)
committercristy <urban-warrior@git.imagemagick.org>
Wed, 20 Mar 2013 00:42:46 +0000 (00:42 +0000)
ImageMagick.spec.in
MagickCore/version.h

index ca9a299345e377d40cce5ece7b6ddee097f751f8..3ff19a310b05cbc840f1aecad79c39281c976a75 100644 (file)
@@ -63,6 +63,7 @@ Requires: libjpeg-devel
 Requires: lcms-devel
 Requires: jasper-devel
 Requires: pkgconfig
+Requires: %{name}-libs = %{version}-%{release}
 
 %description devel
 ImageMagick-devel contains the library links and header files you'll
@@ -74,6 +75,13 @@ APIs, you need to install ImageMagick-devel as well as ImageMagick.
 You do not need to install it if you just want to use ImageMagick,
 however.
 
+%package libs
+Summary: ImageMagick libraries to link with
+Group: Applications/Multimedia
+
+%description libs
+This packages contains a shared libraries to use within other applications.
+
 %package djvu
 Summary: DjVu plugin for ImageMagick
 Group: Applications/Multimedia
@@ -207,11 +215,11 @@ fi
 %clean
 rm -rf %{buildroot}
 
-%post -p /sbin/ldconfig
+%post libs -p /sbin/ldconfig
 
 %post c++ -p /sbin/ldconfig
 
-%postun -p /sbin/ldconfig
+%postun libs -p /sbin/ldconfig
 
 %postun c++ -p /sbin/ldconfig
 
index 2dc944b61926d76d8f5655088a20d0897683c1e8..bb72dc3b050677ca3cbfce30b3648eeb035f6a45 100644 (file)
@@ -34,7 +34,7 @@ extern "C" {
 #define MagickLibAddendum  "-0"
 #define MagickLibInterface  1
 #define MagickLibMinInterface  1
-#define MagickReleaseDate  "2013-03-18"
+#define MagickReleaseDate  "2013-03-19"
 #define MagickChangeDate   "20121005"
 #define MagickAuthoritativeURL  "http://www.imagemagick.org"
 #define MagickFeatures "DPC HDRI OpenMP"