]> git.pld-linux.org Git - packages/ant.git/commitdiff
- use $() instead of ``
authorpawelz <pawelz@pld-linux.org>
Thu, 29 Jan 2009 19:53:40 +0000 (19:53 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- comment about patch1
- rel 4 (because of updated patch)

Changed files:
    ant.spec -> 1.101

ant.spec

index cc9918a753ea0622bb9629e80a37cb1d1fbd19e2..98f5e93f4163103164511bfa1cfe8c127a1e82f1 100644 (file)
--- a/ant.spec
+++ b/ant.spec
@@ -44,7 +44,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
@@ -58,6 +58,8 @@ Source0:      http://www.apache.org/dist/ant/source/apache-%{name}-%{version}-src.tar
 # 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}
@@ -563,7 +565,7 @@ required_jars="jaxp_parser_impl"
 %{?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
 
This page took 0.053945 seconds and 4 git commands to generate.