Build the javah task (#157750)
This commit is contained in:
parent
045a871428
commit
87e23ee4e5
13
ant.spec
13
ant.spec
@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
Name: ant
|
Name: ant
|
||||||
Version: 1.6.2
|
Version: 1.6.2
|
||||||
Release: 3jpp_6fc
|
Release: 3jpp_7fc
|
||||||
Epoch: 0
|
Epoch: 0
|
||||||
Summary: Ant build tool for java
|
Summary: Ant build tool for java
|
||||||
Summary(it): Tool per la compilazione di programmi java
|
Summary(it): Tool per la compilazione di programmi java
|
||||||
@ -19,6 +19,7 @@ Source2: apache-ant-%{version}.ant.conf
|
|||||||
Patch0: apache-ant-%{version}.patch
|
Patch0: apache-ant-%{version}.patch
|
||||||
Patch1: apache-ant-%{version}-rpm.patch
|
Patch1: apache-ant-%{version}-rpm.patch
|
||||||
Patch2: apache-ant-javac-ecj.patch
|
Patch2: apache-ant-javac-ecj.patch
|
||||||
|
Patch3: apache-ant-bz157750.patch
|
||||||
Requires: jaxp_parser_impl
|
Requires: jaxp_parser_impl
|
||||||
Requires: jpackage-utils >= 0:1.5
|
Requires: jpackage-utils >= 0:1.5
|
||||||
# XXX make beehive play nice
|
# XXX make beehive play nice
|
||||||
@ -334,6 +335,9 @@ if java -version 2>&1 | grep -q "gcj"; then
|
|||||||
rm -f src/script/ant.orig
|
rm -f src/script/ant.orig
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
# build the javah task (#157750)
|
||||||
|
%patch3 -p1
|
||||||
|
|
||||||
# clean jar files
|
# clean jar files
|
||||||
find . -name "*.jar" -exec rm -f {} \;
|
find . -name "*.jar" -exec rm -f {} \;
|
||||||
|
|
||||||
@ -627,14 +631,17 @@ fi
|
|||||||
# -----------------------------------------------------------------------------
|
# -----------------------------------------------------------------------------
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Thu May 5 2005 Gary Benson <gbenson@redhat.com> 0:1.6.2-3jpp_6fc
|
* Mon May 23 2005 Gary Benson <gbenson at redhat.com> 0:1.6.2-3jpp_7fc
|
||||||
|
- Build the javah task (#157750).
|
||||||
|
|
||||||
|
* Thu May 5 2005 Gary Benson <gbenson at redhat.com> 0:1.6.2-3jpp_6fc
|
||||||
- Add dependencies for %post and %postun scriptlets (#156901).
|
- Add dependencies for %post and %postun scriptlets (#156901).
|
||||||
|
|
||||||
* Fri Apr 29 2005 Gary Benson <gbenson at redhat.com> 0:1.6.2-3jpp_5fc
|
* Fri Apr 29 2005 Gary Benson <gbenson at redhat.com> 0:1.6.2-3jpp_5fc
|
||||||
- BC-compile the two core jars.
|
- BC-compile the two core jars.
|
||||||
- Own /usr/share/java/ant.
|
- Own /usr/share/java/ant.
|
||||||
|
|
||||||
* Fri Apr 08 2005 Andrew Overholt <overholt@redhat.com> 0:1.6.2-3jpp_4fc
|
* Fri Apr 08 2005 Andrew Overholt <overholt at redhat.com> 0:1.6.2-3jpp_4fc
|
||||||
- Back out ant-apache-javac-ecj.patch and ant.orig changes as they stop eclipse
|
- Back out ant-apache-javac-ecj.patch and ant.orig changes as they stop eclipse
|
||||||
from building.
|
from building.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user