[jtidy] Added ant javac source attribute Removed version from ant build requires

spike spike at fedoraproject.org
Tue Sep 28 06:40:23 UTC 2010


commit daf9827b671e718406bd867bce68fdf055713043
Author: spike <spike at fedoraproject.org>
Date:   Tue Sep 28 08:40:08 2010 +0200

    Added ant javac source attribute
    Removed version from ant build requires

 jtidy.spec |   11 ++++++++---
 1 files changed, 8 insertions(+), 3 deletions(-)
---
diff --git a/jtidy.spec b/jtidy.spec
index bfb108c..0b52e76 100644
--- a/jtidy.spec
+++ b/jtidy.spec
@@ -2,7 +2,7 @@
 
 Name:          jtidy
 Version:       1.0
-Release:       0.6.%{jtidyversion}%{?dist}
+Release:       0.7.%{jtidyversion}%{?dist}
 Epoch:         2
 Summary:       HTML syntax checker and pretty printer
 Group:         Applications/Internet
@@ -15,7 +15,7 @@ BuildArch:     noarch
 
 BuildRequires: java-devel >= 1:1.6.0
 BuildRequires: jpackage-utils
-BuildRequires: ant >= 0:1.6
+BuildRequires: ant
 
 Requires:      java >= 1:1.6.0
 Requires:      jpackage-utils
@@ -41,7 +41,8 @@ This package contains the API documentation for %{name}.
 %setup -q -c
 
 %build
-ant
+ant \
+    -Dant.build.javac.source=1.4
 
 %install
 rm -rf %{buildroot}
@@ -84,6 +85,10 @@ rm -rf %{buildroot}
 
 
 %changelog
+* Tue Sep 28 2010 Chris Spike <chris.spike at arcor.de> 2:1.0-0.7.r938
+- Added ant javac source attribute
+- Removed version from ant build requires
+
 * Tue Sep 28 2010 Chris Spike <chris.spike at arcor.de> 2:1.0-0.6.r938
 - Fixed unversioned Obsoletes
 - Fixed wrapper script file permissions


More information about the scm-commits mailing list