[jffi] Fix rpmlint warnings

Michal Srb msrb at fedoraproject.org
Fri Feb 20 14:02:13 UTC 2015


commit 655701b4501fc234304b2c9066bbb311e19fa893
Author: Michal Srb <msrb at redhat.com>
Date:   Fri Feb 20 15:01:46 2015 +0100

    Fix rpmlint warnings

 jffi.spec | 11 +++++++----
 1 file changed, 7 insertions(+), 4 deletions(-)
---
diff --git a/jffi.spec b/jffi.spec
index 4227867..00da88f 100644
--- a/jffi.spec
+++ b/jffi.spec
@@ -2,7 +2,7 @@
 
 Name:           jffi
 Version:        1.2.7
-Release:        3%{?dist}
+Release:        4%{?dist}
 Summary:        Java Foreign Function Interface
 
 License:        LGPLv3+ or ASL 2.0
@@ -35,7 +35,7 @@ This package contains the API documentation for %{name}.
 
 
 %prep
-%setup
+%setup -q
 %patch0
 %patch1
 %patch2
@@ -90,14 +90,17 @@ ant -Duse.system.libffi=1 test
 %doc COPYING.GPL COPYING.LESSER LICENSE
 
 %changelog
+* Fri Feb 20 2015 Michal Srb <msrb at redhat.com> - 1.2.7-4
+- Fix rpmlint warnings
+
 * Fri Feb 20 2015 Michal Srb <msrb at redhat.com> - 1.2.7-3
-- Install *.so file to %{_libdir}/%{name}/
+- Install *.so file to %%{_libdir}/%%{name}/
 
 * Tue Feb 17 2015 Michal Srb <msrb at redhat.com> - 1.2.7-2
 - Build jffi-native
 - Introduce javadoc subpackage
 
-* Fri Dec 03 2014 Mo Morsi <mmorsi at redhat.com> - 1.2.7-1
+* Fri Dec 05 2014 Mo Morsi <mmorsi at redhat.com> - 1.2.7-1
 - Update to JFFI 1.2.7
 
 * Sat Aug 16 2014 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.2.6-8


More information about the scm-commits mailing list