SPECS: crossmingw32-gettext.spec - shared and static build

czarny czarny at pld-linux.org
Sun Feb 25 16:01:12 CET 2007


Author: czarny                       Date: Sun Feb 25 15:01:12 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- shared and static build

---- Files affected:
SPECS:
   crossmingw32-gettext.spec (1.27 -> 1.28) 

---- Diffs:

================================================================
Index: SPECS/crossmingw32-gettext.spec
diff -u SPECS/crossmingw32-gettext.spec:1.27 SPECS/crossmingw32-gettext.spec:1.28
--- SPECS/crossmingw32-gettext.spec:1.27	Tue Feb 20 22:08:23 2007
+++ SPECS/crossmingw32-gettext.spec	Sun Feb 25 16:01:06 2007
@@ -68,12 +68,11 @@
 cd ..
 
 %configure \
-	AR="%{target}-ar" \
-	RANLIB="%{target}-ranlib" \
 	--target=%{target} \
-	--host=%{target_platform} \
+	--host=%{target} \
 	--disable-csharp \
-	--disable-static
+	--enable-static
+
 %{__make}
 
 %install
@@ -86,19 +85,22 @@
 %{target}-strip --strip-unneeded -R.comment -R.note $RPM_BUILD_ROOT%{_bindir}/*.dll
 %{target}-strip -g -R.comment -R.note $RPM_BUILD_ROOT%{_libdir}/*.a
 %endif
-
+#
 %clean
 rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
+%{_bindir}/*.dll
+%{_libdir}/*.la
+%{_libdir}/*.a
+%{_includedir}/*.h
 %{_bindir}/libintl-8.dll
 %{_libdir}/libintl.dll.a
 %{_libdir}/libintl.la
 %{_bindir}/libasprintf-0.dll
 %{_libdir}/libasprintf.dll.a
 %{_libdir}/libasprintf.la
-%{_includedir}/*.h
 
 %define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
 %changelog
@@ -106,6 +108,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.28  2007/02/25 15:01:06  czarny
+- shared and static build
+
 Revision 1.27  2007/02/20 21:08:23  qboosh
 - added localename patch, now builds with w32api 3.8
 - pkgconfig is not used
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/crossmingw32-gettext.spec?r1=1.27&r2=1.28&f=u



More information about the pld-cvs-commit mailing list