[httpunit] - BR java 1.6.0. - Remove jaf from exported classpath.

Alexander Kurtakov akurtakov at fedoraproject.org
Thu Oct 21 06:21:16 UTC 2010


commit 9dd05b5f3563ca3ac7083f5b6b4b0fb4f40fff25
Author: Alexander Kurtakov <akurtako at redhat.com>
Date:   Thu Oct 21 09:20:24 2010 +0300

    - BR java 1.6.0.
    - Remove jaf from exported classpath.

 httpunit.spec |    9 +++++++--
 1 files changed, 7 insertions(+), 2 deletions(-)
---
diff --git a/httpunit.spec b/httpunit.spec
index 9f1c8bb..4b315e2 100644
--- a/httpunit.spec
+++ b/httpunit.spec
@@ -30,7 +30,7 @@
 
 Name:           httpunit
 Version:        1.7
-Release:        1%{?dist}
+Release:        2%{?dist}
 Epoch:          0
 Summary:        Automated web site testing toolkit
 License:        MIT
@@ -48,6 +48,7 @@ BuildRequires:  servlet
 BuildRequires:  javamail >= 0:1.3
 BuildRequires:  rhino
 BuildRequires:  %{__unzip}
+BuildRequires:  java-devel >= 1:1.6.0
 Requires:       junit >= 0:3.8
 Requires:       jpackage-utils
 Requires:       servlet
@@ -107,7 +108,7 @@ ln -s \
 
 
 %build
-export CLASSPATH=$(build-classpath jaf javamail)
+export CLASSPATH=$(build-classpath javamail)
 ant -Dbuild.compiler=modern -Dbuild.sysclasspath=last \
   jar javadocs test servlettest 
 
@@ -149,6 +150,10 @@ rm -rf $RPM_BUILD_ROOT
 %doc doc/*
 
 %changelog
+* Thu Oct 21 2010 Alexander Kurtakov <akurtako at redhat.com> 0:1.7-2
+- BR java 1.6.0.
+- Remove jaf from exported classpath.
+
 * Wed Oct 20 2010 Alexander Kurtakov <akurtako at redhat.com> 0:1.7-1
 - Update to 1.7.
 - Drop demo subpackage - it was never upstream.


More information about the scm-commits mailing list