SPECS: beecrypt.spec - use jdk for supported platforms; otherwise ...
arekm
arekm at pld-linux.org
Sun Nov 26 21:22:59 CET 2006
Author: arekm Date: Sun Nov 26 20:22:59 2006 GMT
Module: SPECS Tag: HEAD
---- Log message:
- use jdk for supported platforms; otherwise gcc-java
---- Files affected:
SPECS:
beecrypt.spec (1.60 -> 1.61)
---- Diffs:
================================================================
Index: SPECS/beecrypt.spec
diff -u SPECS/beecrypt.spec:1.60 SPECS/beecrypt.spec:1.61
--- SPECS/beecrypt.spec:1.60 Sun Nov 26 19:34:04 2006
+++ SPECS/beecrypt.spec Sun Nov 26 21:22:54 2006
@@ -29,7 +29,12 @@
BuildRequires: doxygen
%endif
%if %{with java} && !%{with javac}
+%ifarch i586 i686 athlon pentium3 pentium4 %{x8664}
+BuildRequires: jdk
+%else
BuildRequires: gcc-java
+BuildRequires: libgcj-devel
+%endif
%endif
%if %{with doc}
BuildRequires: ghostscript
@@ -39,9 +44,6 @@
BuildRequires: jdk
%endif
BuildRequires: libtool
-%if %{with java} && !%{with javac}
-BuildRequires: libgcj-devel
-%endif
%if %{with python}
BuildRequires: python-devel
BuildRequires: python-modules
@@ -278,6 +280,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.61 2006/11/26 20:22:54 arekm
+- use jdk for supported platforms; otherwise gcc-java
+
Revision 1.60 2006/11/26 18:34:04 arekm
- rel 6
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/beecrypt.spec?r1=1.60&r2=1.61&f=u
More information about the pld-cvs-commit
mailing list