From 46b211f2cefba776e49f30fdda51c28b766167c8 Mon Sep 17 00:00:00 2001 From: Matt Wringe Date: Jul 23 2006 22:28:38 +0000 Subject: Remove ant debug option --- diff --git a/bcel.spec b/bcel.spec index 4ea0e61..428c3a6 100644 --- a/bcel.spec +++ b/bcel.spec @@ -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 0:5.1-7jpp_2fc +- rebuild + * Thu Jul 20 2006 Matt Wringe 0:5.1-7jpp_1fc - Merged with upstream version - set to build with Ant instead of Maven * Thu Jul 20 2006 Matt Wringe 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