]> git.pld-linux.org Git - packages/GraphicsMagick.git/commitdiff
- rel 4; build fixed auto/th/GraphicsMagick-1_3_5-4
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Tue, 14 Jul 2009 11:52:51 +0000 (11:52 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    GraphicsMagick-build.patch -> 1.1
    GraphicsMagick.spec -> 1.40

GraphicsMagick-build.patch [new file with mode: 0644]
GraphicsMagick.spec

diff --git a/GraphicsMagick-build.patch b/GraphicsMagick-build.patch
new file mode 100644 (file)
index 0000000..eb7b5be
--- /dev/null
@@ -0,0 +1,11 @@
+--- GraphicsMagick-1.3.5/magick/Makefile.am~   2008-11-07 18:36:02.000000000 +0100
++++ GraphicsMagick-1.3.5/magick/Makefile.am    2009-07-14 13:45:29.412271489 +0200
+@@ -191,8 +191,6 @@
+       magick/channel.h \
+       magick/color.h \
+       magick/colorspace.h \
+-      magick/command.h \
+-      magick/command.h \
+       magick/compare.h \
+       magick/composite.h \
+       magick/compress.h \
index 74b4cfc1499746fb71e28e304b81c40d109eedcb..8148ac308208288a23af9f63302e87961d962e35 100644 (file)
@@ -20,7 +20,7 @@ Summary(tr.UTF-8):    X altında resim gösterme, çevirme ve değişiklik yapma
 Summary(uk.UTF-8):     Перегляд, конвертування та обробка зображень під X Window
 Name:          GraphicsMagick
 Version:       1.3.5
-Release:       2
+Release:       4
 License:       MIT
 Group:         X11/Applications/Graphics
 Source0:       http://dl.sourceforge.net/graphicsmagick/%{name}-%{version}.tar.lzma
@@ -28,6 +28,7 @@ Source0:      http://dl.sourceforge.net/graphicsmagick/%{name}-%{version}.tar.lzma
 Patch0:                %{name}-libpath.patch
 Patch1:                %{name}-link.patch
 Patch2:                %{name}-ldflags.patch
+Patch3:                %{name}-build.patch
 URL:           http://www.graphicsmagick.org/
 BuildRequires: autoconf >= 2.62
 BuildRequires: automake >= 1:1.10.1
@@ -545,6 +546,7 @@ lzma -dc %{SOURCE0} | tar xf - -C ..
 %patch0 -p1
 %patch1 -p1
 %patch2 -p1
+%patch3 -p1
 
 find PerlMagick scripts www -type f -exec perl -pi -e 's=!%{_prefix}/local/bin/perl=!%{__perl}=' {} \;
 
@@ -577,7 +579,7 @@ find PerlMagick scripts www -type f -exec perl -pi -e 's=!%{_prefix}/local/bin/p
 rm -rf $RPM_BUILD_ROOT
 install -d $RPM_BUILD_ROOT%{_examplesdir}/%{name}-perl-%{version}
 
-%{__make} install \
+%{__make} -j1 install \
        DESTDIR=$RPM_BUILD_ROOT \
        pkgdocdir=%{_docdir}/%{name}-devel-%{version}
 
This page took 0.096516 seconds and 4 git commands to generate.