packages: gettext/gettext.spec - fixed condition used for BR: jar
sparky
sparky at pld-linux.org
Sat Jun 5 19:37:50 CEST 2010
Author: sparky Date: Sat Jun 5 17:37:50 2010 GMT
Module: packages Tag: HEAD
---- Log message:
- fixed condition used for BR: jar
---- Files affected:
packages/gettext:
gettext.spec (1.172 -> 1.173)
---- Diffs:
================================================================
Index: packages/gettext/gettext.spec
diff -u packages/gettext/gettext.spec:1.172 packages/gettext/gettext.spec:1.173
--- packages/gettext/gettext.spec:1.172 Sun May 16 16:05:54 2010
+++ packages/gettext/gettext.spec Sat Jun 5 19:37:44 2010
@@ -55,7 +55,9 @@
BuildRequires: cvs-client
%{?with_gcj:BuildRequires: gcj >= 3.0}
%{!?with_bootstrap:BuildRequires: glib2-devel >= 2.0}
-%{?build_java:BuildRequires: jar}
+%if %{build_java}
+BuildRequires: jar
+%endif
%{?with_javac:BuildRequires: jdk >= 1.1}
%{!?with_bootstrap:BuildRequires: libcroco-devel >= 0.6.1}
%if "%(echo %{cc_version} | grep -q '^4.[2-9]'; echo $?)" == "0"
@@ -549,6 +551,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.173 2010/06/05 17:37:44 sparky
+- fixed condition used for BR: jar
+
Revision 1.172 2010/05/16 14:05:54 sparky
- replaced BR: cvs with BR: cvs-client
- both javas require jar
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/gettext/gettext.spec?r1=1.172&r2=1.173&f=u
More information about the pld-cvs-commit
mailing list