Author: epienbro
Update of /cvs/pkgs/rpms/mingw32-gettext/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv24382
Modified Files: mingw32-gettext.spec Log Message: Added -static subpackage
Index: mingw32-gettext.spec =================================================================== RCS file: /cvs/pkgs/rpms/mingw32-gettext/devel/mingw32-gettext.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- mingw32-gettext.spec 26 Feb 2009 01:07:19 -0000 1.4 +++ mingw32-gettext.spec 14 Apr 2009 19:26:46 -0000 1.5 @@ -6,7 +6,7 @@
Name: mingw32-gettext Version: 0.17 -Release: 10%{?dist} +Release: 11%{?dist} Summary: GNU libraries and utilities for producing multi-lingual messages
License: GPLv2+ and LGPLv2+ @@ -39,6 +39,15 @@ MinGW Windows Gettext library
+%package static +Summary: Static version of the MinGW Windows Gettext library +Requires: %{name} = %{version}-%{release} +Group: Development/Libraries + +%description static +Static version of the MinGW Windows Gettext library. + + %prep %setup -q -n gettext-%{version}
@@ -50,7 +59,7 @@ --disable-java \ --disable-native-java \ --disable-csharp \ - --disable-static \ + --enable-static \ --enable-threads=win32 \ --without-emacs make %{?_smp_mflags} @@ -123,8 +132,17 @@ %{_mingw32_datadir}/info/autosprintf.info %{_mingw32_datadir}/info/gettext.info
+%files static +%defattr(-,root,root,-) +%{_mingw32_libdir}/libasprintf.a +%{_mingw32_libdir}/libgettextpo.a +%{_mingw32_libdir}/libintl.a +
%changelog +* Fri Apr 3 2009 Erik van Pienbroek epienbro@fedoraproject.org - 0.17-11 +- Added -static subpackage + * Wed Feb 25 2009 Fedora Release Engineering rel-eng@lists.fedoraproject.org - 0.17-10 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild