Accepting request 37940 from Java:packages
Copy from Java:packages/ant based on submit request 37940 from user mvyskocil OBS-URL: https://build.opensuse.org/request/show/37940 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ant?expand=0&rev=26
This commit is contained in:
committed by
Git OBS Bridge
parent
334df73827
commit
7c0f07eb44
@@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Apr 9 10:42:30 UTC 2010 - mvyskocil@suse.cz
|
||||||
|
|
||||||
|
- fix bnc#595144 - Compiled binary in ant
|
||||||
|
remove test.exe from source tarball
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Mar 18 15:59:33 UTC 2010 - mvyskocil@suse.cz
|
Thu Mar 18 15:59:33 UTC 2010 - mvyskocil@suse.cz
|
||||||
|
|
||||||
|
@@ -29,7 +29,7 @@ Name: ant-antlr
|
|||||||
# This line is not a comment, please do not remove it!
|
# This line is not a comment, please do not remove it!
|
||||||
#%(sh %{_sourcedir}/ant-antlr-prepare.sh %{_sourcedir} %{name})
|
#%(sh %{_sourcedir}/ant-antlr-prepare.sh %{_sourcedir} %{name})
|
||||||
Version: 1.7.1
|
Version: 1.7.1
|
||||||
Release: 7
|
Release: 8
|
||||||
%if %bootstrap
|
%if %bootstrap
|
||||||
Summary: Antlr Task for ant
|
Summary: Antlr Task for ant
|
||||||
%else
|
%else
|
||||||
@@ -38,7 +38,7 @@ Summary: Antlr Task for ant
|
|||||||
License: Apache Software License ..
|
License: Apache Software License ..
|
||||||
Url: http://jakarta.apache.org/
|
Url: http://jakarta.apache.org/
|
||||||
Group: Development/Tools/Building
|
Group: Development/Tools/Building
|
||||||
Source0: %{cvs_name}-%{version}-src.tar.bz2
|
Source0: %{cvs_name}-%{version}-src-suse.tar.bz2
|
||||||
Source2: %{cvs_name}-%{major_version}.ant.conf
|
Source2: %{cvs_name}-%{major_version}.ant.conf
|
||||||
Source1: http://repo1.maven.org/maven2/org/apache/ant/ant/1.7.1/ant-1.7.1.pom
|
Source1: http://repo1.maven.org/maven2/org/apache/ant/ant/1.7.1/ant-1.7.1.pom
|
||||||
Source3: http://repo1.maven.org/maven2/org/apache/ant/ant-launcher/1.7.1/ant-launcher-1.7.1.pom
|
Source3: http://repo1.maven.org/maven2/org/apache/ant/ant-launcher/1.7.1/ant-launcher-1.7.1.pom
|
||||||
@@ -68,7 +68,6 @@ Source26: http://repo1.maven.org/maven2/org/apache/ant/ant-parent/1.7.1/an
|
|||||||
Source1000: ant-antlr-prepare.sh
|
Source1000: ant-antlr-prepare.sh
|
||||||
# Fix some places where copies of classes are included in the wrong jarfiles
|
# Fix some places where copies of classes are included in the wrong jarfiles
|
||||||
Patch0: apache-ant-jars.patch
|
Patch0: apache-ant-jars.patch
|
||||||
#Patch1: apache-ant-bz163689.patch
|
|
||||||
Patch2: apache-ant-gnu-classpath.patch
|
Patch2: apache-ant-gnu-classpath.patch
|
||||||
Patch3: apache-ant-no-test-jar.patch
|
Patch3: apache-ant-no-test-jar.patch
|
||||||
# SUSE patches
|
# SUSE patches
|
||||||
|
@@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Apr 9 10:41:42 UTC 2010 - mvyskocil@suse.cz
|
||||||
|
|
||||||
|
- fix bnc#595144 - Compiled binary in ant
|
||||||
|
remove test.exe from source tarball
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Mar 18 15:58:41 UTC 2010 - mvyskocil@suse.cz
|
Thu Mar 18 15:58:41 UTC 2010 - mvyskocil@suse.cz
|
||||||
|
|
||||||
|
6
ant.spec
6
ant.spec
@@ -28,7 +28,7 @@ Name: ant
|
|||||||
# This line is not a comment, please do not remove it!
|
# This line is not a comment, please do not remove it!
|
||||||
#%(sh %{_sourcedir}/ant-antlr-prepare.sh %{_sourcedir} %{name})
|
#%(sh %{_sourcedir}/ant-antlr-prepare.sh %{_sourcedir} %{name})
|
||||||
Version: 1.7.1
|
Version: 1.7.1
|
||||||
Release: 7
|
Release: 8
|
||||||
%if %bootstrap
|
%if %bootstrap
|
||||||
Summary: Antlr Task for ant
|
Summary: Antlr Task for ant
|
||||||
%else
|
%else
|
||||||
@@ -37,7 +37,8 @@ Summary: Antlr Task for ant
|
|||||||
License: Apache Software License ..
|
License: Apache Software License ..
|
||||||
Url: http://jakarta.apache.org/
|
Url: http://jakarta.apache.org/
|
||||||
Group: Development/Tools/Building
|
Group: Development/Tools/Building
|
||||||
Source0: %{cvs_name}-%{version}-src.tar.bz2
|
# rm src/etc/testcases/taskdefs/zip/test.exe
|
||||||
|
Source0: %{cvs_name}-%{version}-src-suse.tar.bz2
|
||||||
Source2: %{cvs_name}-%{major_version}.ant.conf
|
Source2: %{cvs_name}-%{major_version}.ant.conf
|
||||||
Source1: http://repo1.maven.org/maven2/org/apache/ant/ant/1.7.1/ant-1.7.1.pom
|
Source1: http://repo1.maven.org/maven2/org/apache/ant/ant/1.7.1/ant-1.7.1.pom
|
||||||
Source3: http://repo1.maven.org/maven2/org/apache/ant/ant-launcher/1.7.1/ant-launcher-1.7.1.pom
|
Source3: http://repo1.maven.org/maven2/org/apache/ant/ant-launcher/1.7.1/ant-launcher-1.7.1.pom
|
||||||
@@ -67,7 +68,6 @@ Source26: http://repo1.maven.org/maven2/org/apache/ant/ant-parent/1.7.1/an
|
|||||||
Source1000: ant-antlr-prepare.sh
|
Source1000: ant-antlr-prepare.sh
|
||||||
# Fix some places where copies of classes are included in the wrong jarfiles
|
# Fix some places where copies of classes are included in the wrong jarfiles
|
||||||
Patch0: apache-ant-jars.patch
|
Patch0: apache-ant-jars.patch
|
||||||
#Patch1: apache-ant-bz163689.patch
|
|
||||||
Patch2: apache-ant-gnu-classpath.patch
|
Patch2: apache-ant-gnu-classpath.patch
|
||||||
Patch3: apache-ant-no-test-jar.patch
|
Patch3: apache-ant-no-test-jar.patch
|
||||||
# SUSE patches
|
# SUSE patches
|
||||||
|
3
apache-ant-1.7.1-src-suse.tar.bz2
Normal file
3
apache-ant-1.7.1-src-suse.tar.bz2
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:305176617ba522c6b272fdd77d2063cd6231f5fa43a97bcd02dab7a1a365b3ea
|
||||||
|
size 6923290
|
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:4dc49a7260ef90a6dc6611b7e96b9f047d507589736d4a2ad6efbe3edfc6fba6
|
|
||||||
size 6979386
|
|
Reference in New Issue
Block a user