SPECS: ant.spec - use $() instead of `` - comment about patch1 - rel 4 (bec...

pawelz pawelz at pld-linux.org
Thu Jan 29 20:53:47 CET 2009


Author: pawelz                       Date: Thu Jan 29 19:53:47 2009 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- use $() instead of ``
- comment about patch1
- rel 4 (because of updated patch)

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

---- Diffs:

================================================================
Index: SPECS/ant.spec
diff -u SPECS/ant.spec:1.100 SPECS/ant.spec:1.101
--- SPECS/ant.spec:1.100	Wed Jan 28 10:42:00 2009
+++ SPECS/ant.spec	Thu Jan 29 20:53:40 2009
@@ -45,7 +45,7 @@
 %undefine	with_netrexx
 %endif
 #
-%define		_rel	3
+%define		_rel	4
 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,8 @@
 # Source0-md5:	0d68db4a1ada5c91bcbf53cefd0c2fd7
 Source1:	%{name}.conf
 Patch0:		%{name}-antRun.patch
+# patch1 has been applied to ant sources in svn. It won't be needed for the
+# next release of ant.
 Patch1:		%{name}-gcjtask.patch
 URL:		http://ant.apache.org/
 %{?with_antlr:BuildRequires:	antlr}
@@ -564,7 +566,7 @@
 %{?with_jsch:required_jars="$required_jars jsch"}
 %{?with_netrexx:required_jars="$required_jars NetRexxC"}
 
-export CLASSPATH="`%{_bindir}/build-classpath $required_jars`"
+export CLASSPATH=$(build-classpath $required_jars)
 
 sh build.sh --noconfig main javadocs
 
@@ -890,6 +892,11 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.101  2009/01/29 19:53:40  pawelz
+- use $() instead of ``
+- comment about patch1
+- rel 4 (because of updated patch)
+
 Revision 1.100  2009/01/28 09:42:00  pawelz
 - added Patch 2 (use "source" attribute when javac is gcj)
 - rel 3
================================================================

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



More information about the pld-cvs-commit mailing list