[json_simple] BR junit4 -> junit.

stevetraylen stevetraylen at fedoraproject.org
Mon Jul 21 08:53:23 UTC 2014


commit e5a4836cf8e2dfd246cfc360d618308734c58c5d
Author: Steve Traylen <steve.traylen at cern.ch>
Date:   Mon Jul 21 08:53:11 2014 +0000

    BR junit4 -> junit.

 json_simple.spec |   10 +++++++++-
 1 files changed, 9 insertions(+), 1 deletions(-)
---
diff --git a/json_simple.spec b/json_simple.spec
index 7b9a7e3..203f704 100644
--- a/json_simple.spec
+++ b/json_simple.spec
@@ -1,7 +1,7 @@
 
 Name:           json_simple
 Version:        1.1.1
-Release:        7%{?dist}
+Release:        8%{?dist}
 Summary:        Simple Java toolkit for JSON
 
 Group:          Development/Libraries
@@ -23,8 +23,13 @@ BuildRequires:  maven-javadoc-plugin
 BuildRequires:  maven-plugin-bundle
 BuildRequires:  maven-resources-plugin
 BuildRequires:  maven-surefire-plugin
+%if 0%{?fc19} || 0%{?el7}
 BuildRequires:  maven-surefire-provider-junit4
 BuildRequires:  junit4
+%else
+BuildRequires:  maven-surefire-provider-junit
+BuildRequires:  junit
+%endif
 
 Requires:       jpackage-utils
 
@@ -83,6 +88,9 @@ cp -rp target/site/apidocs/* %{buildroot}%{_javadocdir}/%{name}
 %doc LICENSE.txt
 
 %changelog
+* Mon Jul 21 2014 Steve Traylen <steve.traylen at cern.ch> - 1.1.1-8
+- BR junit4 -> junit.
+
 * Sun Jun 08 2014 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.1.1-7
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
 


More information about the scm-commits mailing list