[jansi-native] Fix FTBFS due to XMvn changes in F21 (#1106820)

Yaakov Selkowitz yselkowitz at fedoraproject.org
Sun Aug 3 05:48:57 UTC 2014


commit 7779fd7296067ba22cdd76128b3d74482887b3b6
Author: Yaakov Selkowitz <yselkowi at redhat.com>
Date:   Sun Aug 3 00:48:38 2014 -0500

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

 jansi-native.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/jansi-native.spec b/jansi-native.spec
index f72a2df..b4c269d 100644
--- a/jansi-native.spec
+++ b/jansi-native.spec
@@ -3,7 +3,7 @@
 
 Name:           jansi-native
 Version:        1.5
-Release:        6%{?dist}
+Release:        7%{?dist}
 Summary:        Jansi Native implements the JNI Libraries used by the Jansi project
 Group:          Development/Libraries
 License:        ASL 2.0
@@ -45,13 +45,16 @@ This package contains the API documentation for %{name}.
 %mvn_install
 
 %files -f .mfiles
-%dir %{_javadir}/%{name}
+%dir %{_jnidir}/%{name}
 %doc readme.md license.txt changelog.md
 
 %files javadoc -f .mfiles-javadoc
 %doc license.txt
 
 %changelog
+* Sun Aug 03 2014 Yaakov Selkowitz <yselkowi at redhat.com> - 1.5-7
+- Fix FTBFS due to XMvn changes in F21 (#1106820)
+
 * Sat Jun 07 2014 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.5-6
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
 


More information about the scm-commits mailing list