SPECS: gettext.spec - missing BRs
draenog
draenog at pld-linux.org
Sat Nov 10 23:24:55 CET 2007
Author: draenog Date: Sat Nov 10 22:24:55 2007 GMT
Module: SPECS Tag: HEAD
---- Log message:
- missing BRs
---- Files affected:
SPECS:
gettext.spec (1.149 -> 1.150)
---- Diffs:
================================================================
Index: SPECS/gettext.spec
diff -u SPECS/gettext.spec:1.149 SPECS/gettext.spec:1.150
--- SPECS/gettext.spec:1.149 Sat Nov 10 21:47:34 2007
+++ SPECS/gettext.spec Sat Nov 10 23:24:50 2007
@@ -49,7 +49,9 @@
BuildRequires: autoconf >= 2.60
BuildRequires: automake >= 1:1.10
%{?with_gcj:BuildRequires: gcj >= 3.0}
+%{!?with_bootstrap:BuildRequires: glib2-devel}
%{?with_javac:BuildRequires: jdk >= 1.1}
+%{!?with_bootstrap:BuildRequires: libcroco-devel >= 0.6.1}
%if "%(%{__cc} -dumpversion | grep -q '^4.[2-9]' ; echo $?)" == "0"
BuildRequires: libgomp-devel
%endif
@@ -293,6 +295,7 @@
License: LGPL v2+ (GNU.Gettext library), GPL v3+ (tools)
Group: Development/Tools
+
%description -n dotnet-gettext
GNU gettext for C#.
@@ -339,7 +342,9 @@
--enable-nls \
%{!?with_dotnet:--disable-csharp} \
%{?with_dotnet:--enable-csharp=mono} \
- --without-included-gettext
+ --without-included-gettext \
+ %{?with_bootstrap:--with-included-glib} \
+ %{?with_bootstrap:--with-included-libcroco}
%{__make} \
GMSGFMT=`pwd`/gettext-tools/src/msgfmt
@@ -513,6 +518,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.150 2007/11/10 22:24:50 draenog
+- missing BRs
+
Revision 1.149 2007/11/10 20:47:34 draenog
- removed_macros.patch; now builds without old gettext-devel installed
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/gettext.spec?r1=1.149&r2=1.150&f=u
More information about the pld-cvs-commit
mailing list