SPECS: libjpeg.spec - add libtool patch

glen glen at pld-linux.org
Mon Oct 23 16:17:58 CEST 2006


Author: glen                         Date: Mon Oct 23 14:17:58 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- add libtool patch

---- Files affected:
SPECS:
   libjpeg.spec (1.53 -> 1.54) 

---- Diffs:

================================================================
Index: SPECS/libjpeg.spec
diff -u SPECS/libjpeg.spec:1.53 SPECS/libjpeg.spec:1.54
--- SPECS/libjpeg.spec:1.53	Wed May 18 14:49:37 2005
+++ SPECS/libjpeg.spec	Mon Oct 23 16:17:53 2006
@@ -1,4 +1,6 @@
 # $Revision$, $Date$
+# TODO
+# - ftp://ftp.graphicsmagick.org/pub/GraphicsMagick/delegates/ljpeg-6b.tar.gz
 #
 # Conditional build:
 %bcond_with	crop	# "apply" crop pseudo-patch
@@ -28,6 +30,7 @@
 Patch1:		%{name}-arm.patch
 Patch2:		%{name}-include.patch
 Patch3:		%{name}-c++.patch
+Patch4:		%{name}-libtool.patch
 BuildRequires:	libtool
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -180,19 +183,22 @@
 %patch1 -p1
 %patch2 -p1
 %patch3 -p1
+%patch4 -p1
 
 %if %{with crop}
 gzip -dc %{SOURCE2} | tar xf -
 %endif
 
-%build
 cp -f %{_datadir}/libtool/config.sub .
+
+%build
 %configure \
 	--enable-shared \
 	--enable-static
 
 %{__make} \
-	libdir=%{_libdir} 
+	libdir=%{_libdir}
+
 LD_PRELOAD=$PWD/.libs/%{name}.so make test
 
 %install
@@ -250,6 +256,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.54  2006/10/23 14:17:53  glen
+- add libtool patch
+
 Revision 1.53  2005/05/18 12:49:37  wrobell
 - crop is not a patch, bconding it because it is hard to verify what it
   does
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/libjpeg.spec?r1=1.53&r2=1.54&f=u



More information about the pld-cvs-commit mailing list