SPECS: crossmingw32-freetype.spec - shared + static

czarny czarny at pld-linux.org
Sun Feb 25 16:08:03 CET 2007


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

---- Files affected:
SPECS:
   crossmingw32-freetype.spec (1.2 -> 1.3) 

---- Diffs:

================================================================
Index: SPECS/crossmingw32-freetype.spec
diff -u SPECS/crossmingw32-freetype.spec:1.2 SPECS/crossmingw32-freetype.spec:1.3
--- SPECS/crossmingw32-freetype.spec:1.2	Tue Feb 20 19:52:50 2007
+++ SPECS/crossmingw32-freetype.spec	Sun Feb 25 16:07:57 2007
@@ -112,10 +112,11 @@
 %{?with_bytecode:-DTT_CONFIG_OPTION_BYTECODE_INTERPRETER} \
 %{?with_lcd:-DFT_CONFIG_OPTION_SUBPIXEL_RENDERING}" \
 %configure \
-	AR="%{target}-ar" \
-	RANLIB="%{target}-ranlib" \
+	LDFLAGS="-shared %{rpmldflags}" \
 	--target=%{target} \
-	--host=%{target_platform}
+	--build=i686-pc-linux-gnu \
+	--host=%{target} \
+	--enable-shared
 
 %{__make}
 
@@ -131,9 +132,10 @@
 
 %files
 %defattr(644,root,root,755)
-%doc {CHANGES FTL.TXT LICENSE.TXT PATENTS TODO formats.txt raster.txt}
+%doc docs/{CHANGES,FTL.TXT,LICENSE.TXT,PATENTS,TODO,formats.txt,raster.txt}
 %{_libdir}/lib*.a
 %{_libdir}/lib*.la
+%{_bindir}/*.dll
 %{_includedir}/freetype2
 %{_includedir}/*.h
 %{_aclocaldir}/*.m4
@@ -145,6 +147,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.3  2007/02/25 15:07:57  czarny
+- shared + static
+
 Revision 1.2  2007/02/20 18:52:50  czarny
 - added proer pkgconfigdir
 
================================================================

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



More information about the pld-cvs-commit mailing list