[muffin] Fix unused-direct-shlib-dependency rpmlint warnings

leigh123linux leigh123linux at fedoraproject.org
Tue Aug 14 13:31:55 UTC 2012


commit 3182084d5530bde296dedaca60ed433d85b687df
Author: leigh123linux <leigh123linux at googlemail.com>
Date:   Tue Aug 14 14:31:51 2012 +0100

    Fix unused-direct-shlib-dependency rpmlint warnings
    
    - remove .gz extension from the man files

 muffin.spec |    9 +++++----
 1 files changed, 5 insertions(+), 4 deletions(-)
---
diff --git a/muffin.spec b/muffin.spec
index 579b6f9..247b102 100644
--- a/muffin.spec
+++ b/muffin.spec
@@ -111,8 +111,8 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || :
 
 %files -f %{name}.lang
 %doc README AUTHORS COPYING NEWS HACKING doc/theme-format.txt
-%doc %{_mandir}/man1/muffin.1.gz
-%doc %{_mandir}/man1/muffin-message.1.gz
+%doc %{_mandir}/man1/muffin.1.*
+%doc %{_mandir}/man1/muffin-message.1.*
 %{_bindir}/muffin
 %{_bindir}/muffin-message
 %{_datadir}/applications/*.desktop
@@ -130,12 +130,13 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || :
 %{_includedir}/*
 %{_libdir}/lib*.so
 %{_libdir}/pkgconfig/*
-%doc %{_mandir}/man1/muffin-theme-viewer.1.gz
-%doc %{_mandir}/man1/muffin-window-demo.1.gz
+%doc %{_mandir}/man1/muffin-theme-viewer.1.*
+%doc %{_mandir}/man1/muffin-window-demo.1.*
 
 %changelog
 * Tue Aug 14 2012 Leigh Scott <leigh123linux at googlemail.com> - 1.0.6-2
 - Fix unused-direct-shlib-dependency rpmlint warnings
+- remove .gz extension from the man files
 
 * Thu Jul 26 2012 Leigh Scott <leigh123linux at googlemail.com> - 1.0.6-1
 - update to 1.0.6 release


More information about the scm-commits mailing list