SPECS: gettext.spec - rel 8; now builds even without system gettex...
arekm
arekm at pld-linux.org
Mon Mar 19 08:26:38 CET 2007
Author: arekm Date: Mon Mar 19 07:26:38 2007 GMT
Module: SPECS Tag: HEAD
---- Log message:
- rel 8; now builds even without system gettext installed
---- Files affected:
SPECS:
gettext.spec (1.142 -> 1.143)
---- Diffs:
================================================================
Index: SPECS/gettext.spec
diff -u SPECS/gettext.spec:1.142 SPECS/gettext.spec:1.143
--- SPECS/gettext.spec:1.142 Sun Mar 18 16:23:37 2007
+++ SPECS/gettext.spec Mon Mar 19 08:26:32 2007
@@ -6,6 +6,7 @@
%bcond_without gcj # with Java support by gcj (preferred over javac)
%bcond_with javac # with Java support by some javac
%bcond_without dotnet # without .NET support
+%bcond_with bootstrap
#
%{?with_dotnet:%include /usr/lib/rpm/macros.mono}
@@ -33,7 +34,7 @@
Summary(uk.UTF-8): Бібліотеки та утиліти для підтримки національних мов
Name: gettext
Version: 0.16.1
-Release: 7
+Release: 8
License: LGPL (runtime), GPL (tools)
Group: Development/Tools
Source0: ftp://ftp.gnu.org/gnu/gettext/%{name}-%{version}.tar.gz
@@ -345,7 +346,8 @@
%{!?with_dotnet:--disable-csharp} \
%{?with_dotnet:--enable-csharp=mono} \
--without-included-gettext
-%{__make}
+%{__make} \
+ GMSGFMT=`pwd`/gettext-tools/src/msgfmt
# msgfmt has been built, so now we can update pl.gmos
%{__make} pl.gmo -C gettext-runtime/po \
@@ -514,6 +516,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.143 2007/03/19 07:26:32 arekm
+- rel 8; now builds even without system gettext installed
+
Revision 1.142 2007/03/18 15:23:37 megabajt
- release 7 to rebuild with new libgomp
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/gettext.spec?r1=1.142&r2=1.143&f=u
More information about the pld-cvs-commit
mailing list