]> git.pld-linux.org Git - packages/ant.git/commitdiff
- allow bootstrap build from ant 1.6.5 auto/ac/ant-1_7_1-11
authorElan Ruusamäe <glen@pld-linux.org>
Tue, 8 May 2012 05:18:21 +0000 (05:18 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    ant.spec -> 1.127
    no-resourcecount.patch -> 1.1

ant.spec
no-resourcecount.patch [new file with mode: 0644]

index 7d29d691c7a0db539990cd24b0d940a233115a4a..39318bd74e3f1ce547c3d5d2c0a6c75f7c6b6dc9 100644 (file)
--- a/ant.spec
+++ b/ant.spec
 %undefine      with_netrexx
 %endif
 
+%define                rel     11
 %include       /usr/lib/rpm/macros.java
-
-%define                _rel    11
 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
 Summary(pl.UTF-8):     Ant - narzędzie do budowania w Javie
 Name:          ant
 Version:       1.7.1
-Release:       %{bootstrap_release %_rel}
+Release:       %{bootstrap_release %rel}
 License:       Apache
 Group:         Development/Languages/Java
 Source0:       http://www.apache.org/dist/ant/source/apache-%{name}-%{version}-src.tar.bz2
@@ -64,6 +63,7 @@ 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
+Patch2:                no-resourcecount.patch
 URL:           http://ant.apache.org/
 %{?with_antlr:BuildRequires:   antlr}
 %{!?with_bootstrap:BuildRequires:      ant}
@@ -538,6 +538,7 @@ jakarta i xml.
 %setup -q -n apache-%{name}-%{version}
 %patch0 -p1
 %patch1 -p1
+%{?with_bootstrap:%patch2 -p1}
 
 # clean jar files
 find . -name "*.jar" -exec rm -f {} \;
diff --git a/no-resourcecount.patch b/no-resourcecount.patch
new file mode 100644 (file)
index 0000000..c5d1476
--- /dev/null
@@ -0,0 +1,22 @@
+https://ant.apache.org/manual/Tasks/resourcecount.html
+
+Display or set a property containing the size of a nested Resource Collection.
+Can also be used as a condition. Since Apache Ant 1.7
+
+--- apache-ant-1.7.1/build.xml~        2008-06-27 08:05:23.000000000 +0300
++++ apache-ant-1.7.1/build.xml 2012-05-08 08:09:17.536508489 +0300
+@@ -501,12 +501,14 @@
+     <condition property="tests.are.on.system.classpath">
+       <or>
++                <!--
+         <resourcecount count="1">
+           <intersect>
+             <path path="${java.class.path}" />
+             <file file="${build.tests}" />
+           </intersect>
+         </resourcecount>
++              -->
+         <istrue value="${junit.fork}"/>
+       </or>
+     </condition>
This page took 0.136961 seconds and 4 git commands to generate.