]> git.pld-linux.org Git - packages/ant.git/commitdiff
- added Patch 2 (use "source" attribute when javac is gcj) auto/th/ant-1_7_1-3
authorpawelz <pawelz@pld-linux.org>
Wed, 28 Jan 2009 09:42:00 +0000 (09:42 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- rel 3

Changed files:
    ant.spec -> 1.100

ant.spec

index 19b72e2f4fa3ad47d011897ee67144516fd51412..cc9918a753ea0622bb9629e80a37cb1d1fbd19e2 100644 (file)
--- a/ant.spec
+++ b/ant.spec
@@ -44,7 +44,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
@@ -58,6 +58,7 @@ Source0:      http://www.apache.org/dist/ant/source/apache-%{name}-%{version}-src.tar
 # 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}
@@ -530,6 +531,7 @@ jakarta i xml.
 %prep
 %setup -q -n apache-%{name}-%{version}
 %patch0 -p1
+%patch1 -p1
 
 # clean jar files
 find . -name "*.jar" -exec rm -f {} \;
This page took 0.04147 seconds and 4 git commands to generate.