SPECS: crossmingw32-libtiff.spec - shared + static build

czarny czarny at pld-linux.org
Sun Feb 25 16:05:47 CET 2007


Author: czarny                       Date: Sun Feb 25 15:05:47 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- shared + static build

---- Files affected:
SPECS:
   crossmingw32-libtiff.spec (1.1 -> 1.2) 

---- Diffs:

================================================================
Index: SPECS/crossmingw32-libtiff.spec
diff -u SPECS/crossmingw32-libtiff.spec:1.1 SPECS/crossmingw32-libtiff.spec:1.2
--- SPECS/crossmingw32-libtiff.spec:1.1	Wed Feb 21 00:27:38 2007
+++ SPECS/crossmingw32-libtiff.spec	Sun Feb 25 16:05:42 2007
@@ -86,11 +86,10 @@
 %{__autoheader}
 %{__automake}
 %configure \
-	AR="%{target}-ar" \
-	RANLIB="%{target}-ranlib" \
 	--target=%{target} \
-	--host=%{target}
-
+	--host=%{target} \
+	--enable-static
+%{__sed} -i -e 's/^deplibs_check_method=.*/deplibs_check_method="pass_all"/' libtool
 %{__make}
 
 %install
@@ -109,13 +108,14 @@
 %defattr(644,root,root,755)
 %doc COPYRIGHT ChangeLog README TODO
 %{_libdir}/libtiff.la
-%{_libdir}/libtiff.a
+%{_libdir}/libtiff*.a
+%{_bindir}/*.dll
 %{_includedir}/tiff*.h
 
 %files cxx
 %defattr(644,root,root,755)
 %{_libdir}/libtiffxx.la
-%{_libdir}/libtiffxx.a
+%{_libdir}/libtiffxx*.a
 %{_includedir}/tiffio.hxx
 
 %define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
@@ -124,6 +124,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.2  2007/02/25 15:05:42  czarny
+- shared + static build
+
 Revision 1.1  2007/02/20 23:27:38  czarny
 - initial based on libtiff.spec
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/crossmingw32-libtiff.spec?r1=1.1&r2=1.2&f=u



More information about the pld-cvs-commit mailing list