Remove ant debug option

This commit is contained in:
Matt Wringe 2006-07-23 22:28:38 +00:00
parent 045a1e300e
commit 46b211f2ce

View File

@ -45,7 +45,7 @@
Name: bcel
Version: 5.1
Release: 7jpp_1fc
Release: 7jpp_2fc
Epoch: 0
Summary: Byte Code Engineering Library
License: Apache Software License
@ -187,7 +187,7 @@ maven \
-Dmaven.home.local=${MAVEN_HOME_LOCAL} \
jar:jar javadoc:generate xdoc:transform
%else
ant -d -Dbuild.dest=build/classes -Dbuild.dir=build \
ant -Dbuild.dest=build/classes -Dbuild.dir=build \
-Ddocs.src=xdocs -Djakarta.site2=jakarta-site2 -Djdom.jar=jdom.jar \
compile jar apidocs xdocs
%endif
@ -277,12 +277,15 @@ fi
# -----------------------------------------------------------------------------
%changelog
* Thu Jul 20 2006 Matt Wringe <mwringe at redhat.com> 0:5.1-7jpp_2fc
- rebuild
* Thu Jul 20 2006 Matt Wringe <mwringe at redhat.com> 0:5.1-7jpp_1fc
- Merged with upstream version
- set to build with Ant instead of Maven
* Thu Jul 20 2006 Matt Wringe <mwringe at redhat.com> 0:5.1-7jpp
- Add missing werken.xpath to the build requires
- Add missing BR werken.xpath and ant-apache-regexp
- Added conditional native compilation
- Changed spec file encoding from ISO-8859-1 to UTF-8