]> git.pld-linux.org Git - packages/ImageMagick.git/commitdiff
- updated to 6.2.1-0
authorJakub Bogusz <qboosh@pld-linux.org>
Sun, 27 Mar 2005 23:20:19 +0000 (23:20 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- added dot patch (fixes dot coder linking)

Changed files:
    ImageMagick.spec -> 1.205

ImageMagick.spec

index 7e3b4d463177f355da088a5224858b56624541a0..7c5a76cd0f8d544086d566fb3163c5455d12029f 100644 (file)
@@ -6,8 +6,8 @@
 %bcond_without cxx     # without Magick++
 #
 %include       /usr/lib/rpm/macros.perl
-%define                ver 6.2.0
-%define                pver    4
+%define                ver 6.2.1
+%define                pver    0
 %define                QuantumDepth    16
 Summary:       Image display, conversion, and manipulation under X
 Summary(de):   Darstellen, Konvertieren und Bearbeiten von Grafiken unter X
@@ -24,13 +24,14 @@ Release:    1
 Epoch:         1
 License:       Apache-like
 Group:         X11/Applications/Graphics
-Source0:       http://www.imagemagick.org/download/%{name}-%{ver}-%{pver}.tar.gz
-# Source0-md5: 121af7abaa9b0997ab64af1cafc30f6a
+Source0:       http://www.imagemagick.org/download/%{name}-%{ver}-%{pver}.tar.bz2
+# Source0-md5: b127194be33be1b821ddf4561a33169e
 #Source0:      http://dl.sourceforge.net/imagemagick/%{name}-%{ver}.tar.bz2
 Patch0:                %{name}-libpath.patch
 Patch1:                %{name}-ac.patch
 Patch2:                %{name}-system-libltdl.patch
 Patch3:                %{name}-free.patch
+Patch4:                %{name}-dot.patch
 URL:           http://www.imagemagick.org/
 BuildRequires: XFree86-DPS-devel
 BuildRequires: XFree86-devel
@@ -564,7 +565,9 @@ Modu
 %patch1 -p1
 %patch2 -p1
 %patch3 -p1
+%patch4 -p1
 
+%{__perl} -pi -e 's,lib/graphviz,%{_lib}/graphviz,' configure.ac
 find -type f -exec perl -pi -e 's=!/usr/local/bin/perl=!/usr/bin/perl='  {} \;
 
 # avoid rebuilding (broken paths in scripts/Makefile.am)
This page took 0.059025 seconds and 4 git commands to generate.