]> git.pld-linux.org Git - packages/ant.git/commitdiff
- Release 2; patched against jdk1.4.2
authorpascalek <pascalek@pld-linux.org>
Wed, 2 Jul 2003 12:02:56 +0000 (12:02 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    ant.spec -> 1.22

ant.spec

index 0db79fd078d945ece674e881f1df56508137be4a..2e3b99ade2382b09bea2599f73a69e9aee2487fe 100644 (file)
--- a/ant.spec
+++ b/ant.spec
@@ -2,12 +2,13 @@ Summary:      ant build tool for Java
 Summary(pl):   ant - narzêdzie do budowania w Javie
 Name:          jakarta-ant
 Version:       1.5.3
-Release:       1
+Release:       2
 License:       Apache
 Group:         Development/Languages/Java
 Source0:       http://www.apache.org/dist/ant/source/apache-ant-%{version}-src.tar.bz2
 # Source0-md5: 14e23b7912167ebe9dc4ae004edf5bce
 Patch0:                %{name}-ANT_HOME.patch
+Patch1:                %{name}-jdk1.4.2.patch
 URL:           http://ant.apache.org/
 BuildRequires: jdk
 Requires:      jdk
@@ -41,6 +42,7 @@ w Javie.
 %prep
 %setup -q -n apache-ant-%{version}
 %patch0 -p1
+%patch1 -p1
 
 %build
 if [ -z "$JAVA_HOME" ]; then
This page took 0.114826 seconds and 4 git commands to generate.