SPECS: java-saaj.spec - proper bcond for Titanium; rel 1
paszczus
paszczus at pld-linux.org
Mon Mar 30 14:07:52 CEST 2009
Author: paszczus Date: Mon Mar 30 12:07:52 2009 GMT
Module: SPECS Tag: HEAD
---- Log message:
- proper bcond for Titanium; rel 1
---- Files affected:
SPECS:
java-saaj.spec (1.1 -> 1.2)
---- Diffs:
================================================================
Index: SPECS/java-saaj.spec
diff -u SPECS/java-saaj.spec:1.1 SPECS/java-saaj.spec:1.2
--- SPECS/java-saaj.spec:1.1 Mon Mar 30 13:56:12 2009
+++ SPECS/java-saaj.spec Mon Mar 30 14:07:46 2009
@@ -1,17 +1,18 @@
# $Revision$, $Date$
%bcond_without javadoc # don't build javadoc
-%bcond_with java_sun # build with java-sun
%if "%{pld_release}" == "ti"
-%define with_java_sun 1
+%bcond_without java_sun # build with gcj
+%else
+%bcond_with java_sun # build with java-sun
%endif
%define srcname saaj
%include /usr/lib/rpm/macros.java
-Summary: SAAJ
+Summary: SAAJ Standard Implementation
Name: java-%{srcname}
Version: 1.3.2
-Release: 0.1
+Release: 1
License: CDDL v1.0 and GPL v2
Group: Libraries/Java
Source0: https://saaj.dev.java.net/files/documents/52/125659/saaj%{version}.src.zip
@@ -48,10 +49,9 @@
%setup -qc
%build
-#CLASSPATH=$(build-classpath commons-codec commons-lang commons-logging commons-io)
install -d build
-%javac -classpath $CLASSPATH -d build $(find -name '*.java')
+%javac -d build $(find -name '*.java')
%if %{with javadoc}
%javadoc -d apidocs \
@@ -98,6 +98,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.2 2009/03/30 12:07:46 paszczus
+- proper bcond for Titanium; rel 1
+
Revision 1.1 2009/03/30 11:56:12 paszczus
- init
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/java-saaj.spec?r1=1.1&r2=1.2&f=u
More information about the pld-cvs-commit
mailing list