[iagno] Minor spec file updates

Kalev Lember kalev at fedoraproject.org
Wed Mar 27 13:30:06 UTC 2013


commit 31c62520eb54ba2c1161680f5eb3efc72f6b2716
Author: Kalev Lember <kalevlember at gmail.com>
Date:   Wed Mar 27 11:20:41 2013 +0100

    Minor spec file updates
    
     - Remove %find_lang's --all-name argument as we only install docs /
       translations under one known name;
     - use a glob for man page compression format

 iagno.spec |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/iagno.spec b/iagno.spec
index 949fb9d..97076d9 100644
--- a/iagno.spec
+++ b/iagno.spec
@@ -38,7 +38,7 @@ make install DESTDIR=$RPM_BUILD_ROOT
 
 desktop-file-validate $RPM_BUILD_ROOT%{_datadir}/applications/iagno.desktop
 
-%find_lang %{name} --all-name --with-gnome
+%find_lang %{name} --with-gnome
 
 
 %post
@@ -69,7 +69,7 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas &>/dev/null || :
 %{_datadir}/iagno/themes/black_and_white.svg
 %{_datadir}/iagno/themes/sun_and_star.svg
 %{_datadir}/icons/hicolor/*/apps/iagno.png
-%{_mandir}/man6/iagno.6.gz
+%{_mandir}/man6/iagno.6*
 
 
 %changelog


More information about the scm-commits mailing list