SPECS: java-mail.spec - conditional bcond for Titanium
pawelz
pawelz at pld-linux.org
Thu Mar 26 19:45:01 CET 2009
Author: pawelz Date: Thu Mar 26 18:45:01 2009 GMT
Module: SPECS Tag: HEAD
---- Log message:
- conditional bcond for Titanium
---- Files affected:
SPECS:
java-mail.spec (1.38 -> 1.39)
---- Diffs:
================================================================
Index: SPECS/java-mail.spec
diff -u SPECS/java-mail.spec:1.38 SPECS/java-mail.spec:1.39
--- SPECS/java-mail.spec:1.38 Tue Mar 17 18:47:00 2009
+++ SPECS/java-mail.spec Thu Mar 26 19:44:56 2009
@@ -1,6 +1,10 @@
# $Revision$, $Date$
%bcond_without javadoc # don't build javadoc
+%if "%{pld_release}" == "ti"
+%bcond_without java_sun # build with gcj
+%else
%bcond_with java_sun # build with java-sun
+%endif
#
%include /usr/lib/rpm/macros.java
#
@@ -103,6 +107,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.39 2009/03/26 18:44:56 pawelz
+- conditional bcond for Titanium
+
Revision 1.38 2009/03/17 17:47:00 pawelz
- jar works better if it contains bytecode, not java source :-/ I'm stupid!
- rel 5
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/java-mail.spec?r1=1.38&r2=1.39&f=u
More information about the pld-cvs-commit
mailing list