SPECS: jacl.spec - BR jdk and EA only if without jikes

qboosh qboosh at pld-linux.org
Sun May 21 18:21:10 CEST 2006


Author: qboosh                       Date: Sun May 21 16:21:10 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- BR jdk and EA only if without jikes

---- Files affected:
SPECS:
   jacl.spec (1.6 -> 1.7) 

---- Diffs:

================================================================
Index: SPECS/jacl.spec
diff -u SPECS/jacl.spec:1.6 SPECS/jacl.spec:1.7
--- SPECS/jacl.spec:1.6	Sun May 21 18:18:52 2006
+++ SPECS/jacl.spec	Sun May 21 18:21:05 2006
@@ -1,10 +1,10 @@
 # $Revision$, $Date$
-%include /usr/lib/rpm/macros.java
 # TODO: resolve tcljava.jar conflict with tclBlend
 #
 # Conditional build:
 %bcond_with    javac   # use javac instead of jikes
 #
+%include /usr/lib/rpm/macros.java
 Summary:	Java Application Command Language
 Summary(pl):	Java Application Command Language - język poleceń dla aplikacji
 Name:		jacl
@@ -15,11 +15,14 @@
 Source0:	http://dl.sourceforge.net/tcljava/%{name}%{version}.tar.gz
 # Source0-md5:	44ec6149e1664d4fc13651e9288dd2b6
 URL:		http://tcljava.sourceforge.net/
-BuildRequires:	jdk
-%{!?with_javac:BuildRequires:  jikes}
 BuildRequires:	sed >= 4.0
-BuildArch:	noarch
+%if %{with javac}
+BuildRequires:	jdk
 ExclusiveArch:	i586 i686 pentium3 pentium4 athlon %{x8664} noarch
+%else
+BuildRequires:  jikes
+%endif
+BuildArch:	noarch
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -92,6 +95,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.7  2006/05/21 16:21:05  qboosh
+- BR jdk and EA only if without jikes
+
 Revision 1.6  2006/05/21 16:18:52  glen
 - drop unneccessary unset JAVA_HOME
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/jacl.spec?r1=1.6&r2=1.7&f=u



More information about the pld-cvs-commit mailing list