[invokebinder] Fix FTBFS due to XMvn changes in F21 (#1106802)

Yaakov Selkowitz yselkowitz at fedoraproject.org
Thu Jul 31 17:20:05 UTC 2014


commit a6455577be82bfce91cc0366e3b0d9806d6c204b
Author: Yaakov Selkowitz <yselkowitz at users.sourceforge.net>
Date:   Thu Jun 26 21:03:27 2014 -0500

    Fix FTBFS due to XMvn changes in F21 (#1106802)

 invokebinder.spec |   12 ++++++------
 1 files changed, 6 insertions(+), 6 deletions(-)
---
diff --git a/invokebinder.spec b/invokebinder.spec
index 01fbc2f..6c5c9f4 100644
--- a/invokebinder.spec
+++ b/invokebinder.spec
@@ -1,6 +1,6 @@
 Name:           invokebinder
 Version:        1.1
-Release:        7%{?dist}
+Release:        8%{?dist}
 Summary:        A Java DSL for binding method handles forward, rather than backward
 Group:          Development/Libraries
 License:        ASL 2.0
@@ -17,7 +17,7 @@ BuildRequires:  maven-install-plugin
 BuildRequires:  maven-jar-plugin
 BuildRequires:  maven-javadoc-plugin
 BuildRequires:  maven-surefire-plugin
-BuildRequires:  maven-surefire-provider-junit4
+BuildRequires:  maven-surefire-provider-junit
 
 Requires:       jpackage-utils
 
@@ -57,17 +57,17 @@ install -pm 644 pom.xml  \
 
 %add_maven_depmap JPP-%{name}.pom %{name}.jar
 
-%files
+%files -f .mfiles
 %doc LICENSE
-%{_mavenpomdir}/JPP-%{name}.pom
-%{_mavendepmapfragdir}/%{name}
-%{_javadir}/%{name}.jar
 
 %files javadoc
 %doc LICENSE
 %{_javadocdir}/%{name}
 
 %changelog
+* Fri Jun 27 2014 Yaakov Selkowitz <yselkowi at redhat.com> - 1.1-8
+- Fix FTBFS due to XMvn changes in F21 (#1106802)
+
 * Sat Jun 07 2014 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.1-7
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
 


More information about the scm-commits mailing list