SPECS: ant.spec - added Patch 2 (use "source" attribute when javac is gcj) ...

pawelz pawelz at pld-linux.org
Wed Jan 28 10:42:06 CET 2009


Author: pawelz                       Date: Wed Jan 28 09:42:06 2009 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- added Patch 2 (use "source" attribute when javac is gcj)
- rel 3

---- Files affected:
SPECS:
   ant.spec (1.99 -> 1.100) 

---- Diffs:

================================================================
Index: SPECS/ant.spec
diff -u SPECS/ant.spec:1.99 SPECS/ant.spec:1.100
--- SPECS/ant.spec:1.99	Sun Nov  2 03:00:10 2008
+++ SPECS/ant.spec	Wed Jan 28 10:42:00 2009
@@ -45,7 +45,7 @@
 %undefine	with_netrexx
 %endif
 #
-%define		_rel	2
+%define		_rel	3
 Summary:	Ant build tool for Java
 Summary(fr.UTF-8):	Outil de compilation pour java
 Summary(it.UTF-8):	Tool per la compilazione di programmi java
@@ -59,6 +59,7 @@
 # Source0-md5:	0d68db4a1ada5c91bcbf53cefd0c2fd7
 Source1:	%{name}.conf
 Patch0:		%{name}-antRun.patch
+Patch1:		%{name}-gcjtask.patch
 URL:		http://ant.apache.org/
 %{?with_antlr:BuildRequires:	antlr}
 %{?with_apache_bsf:BuildRequires:	beanshell}
@@ -531,6 +532,7 @@
 %prep
 %setup -q -n apache-%{name}-%{version}
 %patch0 -p1
+%patch1 -p1
 
 # clean jar files
 find . -name "*.jar" -exec rm -f {} \;
@@ -888,6 +890,10 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.100  2009/01/28 09:42:00  pawelz
+- added Patch 2 (use "source" attribute when javac is gcj)
+- rel 3
+
 Revision 1.99  2008/11/02 02:00:10  pawelz
 - up to 1.7.1
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/ant.spec?r1=1.99&r2=1.100&f=u



More information about the pld-cvs-commit mailing list