SPECS: jtidy.spec - compile with source/target 1.4

glen glen at pld-linux.org
Sun Dec 2 19:18:14 CET 2007


Author: glen                         Date: Sun Dec  2 18:18:14 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- compile with source/target 1.4

---- Files affected:
SPECS:
   jtidy.spec (1.8 -> 1.9) 

---- Diffs:

================================================================
Index: SPECS/jtidy.spec
diff -u SPECS/jtidy.spec:1.8 SPECS/jtidy.spec:1.9
--- SPECS/jtidy.spec:1.8	Sun Nov 18 18:07:17 2007
+++ SPECS/jtidy.spec	Sun Dec  2 19:18:09 2007
@@ -1,5 +1,7 @@
 # $Revision$, $Date$
-%define		_rel 2
+%define		_rel 3
+%define		_java_source	1.4
+%define		_java_target	1.4
 %include	/usr/lib/rpm/macros.java
 Summary:	HTML syntax checker and pretty printer
 Summary(pl.UTF-8):	Narzędzie do sprawdzania składni HTML i ładnego drukowania
@@ -72,7 +74,8 @@
 %build
 export CLASSPATH=$(build-classpath xml-commons-apis)
 %ant jar javadoc \
-	-Dcompile.source=1.4
+	-Dcompile.target=%{_java_target} \
+	-Dcompile.source=%{_java_source}
 
 %install
 rm -rf $RPM_BUILD_ROOT
@@ -123,6 +126,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.9  2007-12-02 18:18:09  glen
+- compile with source/target 1.4
+
 Revision 1.8  2007-11-18 17:07:17  glen
 - don't remove files we later actually need; rel 2
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/jtidy.spec?r1=1.8&r2=1.9&f=u



More information about the pld-cvs-commit mailing list