SPECS: piccolo.spec - use java-gcj-compat-devel - do not remove jars in %%p...

pawelz pawelz at pld-linux.org
Wed Feb 4 20:25:19 CET 2009


Author: pawelz                       Date: Wed Feb  4 19:25:19 2009 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- use java-gcj-compat-devel
- do not remove jars in %%prep. Use ant clean.

---- Files affected:
SPECS:
   piccolo.spec (1.2 -> 1.3) 

---- Diffs:

================================================================
Index: SPECS/piccolo.spec
diff -u SPECS/piccolo.spec:1.2 SPECS/piccolo.spec:1.3
--- SPECS/piccolo.spec:1.2	Sun Apr 13 15:37:56 2008
+++ SPECS/piccolo.spec	Wed Feb  4 20:25:13 2009
@@ -12,6 +12,7 @@
 URL:		http://piccolo.sourceforge.net/
 BuildRequires:	ant >= 0:1.6
 BuildRequires:	ant-junit
+BuildRequires:	java-gcj-compat-devel
 BuildRequires:	jpackage-utils >= 0:1.5.32
 BuildRequires:	junit
 BuildRequires:	rpmbuild(macros) >= 1.300
@@ -47,11 +48,12 @@
 
 %prep
 %setup -q
-find -name '*.jar' | xargs rm -vf
 
 %build
 export OPT_JAR_LIST="ant/ant-junit junit"
+%ant clean
 %ant -Dbuild.sysclasspath=first \
+	-Dbuild.compiler=gcj \
 	build javadoc
 
 %install
@@ -88,6 +90,10 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.3  2009/02/04 19:25:13  pawelz
+- use java-gcj-compat-devel
+- do not remove jars in %%prep. Use ant clean.
+
 Revision 1.2  2008/04/13 13:37:56  qboosh
 - pl
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/piccolo.spec?r1=1.2&r2=1.3&f=u



More information about the pld-cvs-commit mailing list