[jython] Fix BRs for mvn_install macro usage

Mat Booth mbooth at fedoraproject.org
Mon Jun 2 16:28:34 UTC 2014


commit a28010798fae33ca03abd635d67f90deb4a14c9c
Author: Mat Booth <mat.booth at redhat.com>
Date:   Mon Jun 2 17:28:26 2014 +0100

    Fix BRs for mvn_install macro usage

 jython.spec |    8 ++++++--
 1 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/jython.spec b/jython.spec
index f6e9a0b..6c22f2a 100644
--- a/jython.spec
+++ b/jython.spec
@@ -6,7 +6,7 @@
 
 Name:                      jython
 Version:                   2.5.3
-Release:                   2%{?dist}
+Release:                   3%{?dist}
 Summary:                   A Java implementation of the Python language
 License:                   ASL 1.1 and BSD and CNRI and JPython and Python
 URL:                       http://www.jython.org/
@@ -40,7 +40,8 @@ Requires:                  jnr-posix
 Requires:                  jffi
 Requires:                  jline1
 BuildRequires:             java-devel >= 1:1.7.0
-BuildRequires:             javapackages-tools
+# We build with ant, but install with maven
+BuildRequires:             javapackages-local
 BuildRequires:             ant
 BuildRequires:             junit
 BuildRequires:             glassfish-servlet-api
@@ -216,6 +217,9 @@ EOF
 %{_datadir}/%{name}/Demo
 
 %changelog
+* Mon Jun 02 2014 Mat Booth <mat.booth at redhat.com> - 2.5.3-3
+- Fix BRs for mvn_install macro usage
+
 * Mon Jun 02 2014 Mat Booth <mat.booth at redhat.com> - 2.5.3-2
 - Port to objectweb-asm 5
 


More information about the scm-commits mailing list