[intltool] Update man page glob in files section

David King amigadave at fedoraproject.org
Mon Mar 9 08:09:22 UTC 2015


commit a7003b6b6e41868e2c9ecd8a041b8891c6715921
Author: David King <amigadave at amigadave.com>
Date:   Mon Mar 9 07:55:52 2015 +0000

    Update man page glob in files section
    
    Additionally, be more specific with other globs.
    
    https://fedoraproject.org/wiki/Packaging:Guidelines#Manpages

 intltool.spec | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)
---
diff --git a/intltool.spec b/intltool.spec
index ec73c34..dc4ae32 100644
--- a/intltool.spec
+++ b/intltool.spec
@@ -46,10 +46,10 @@ make check
 %files
 %doc AUTHORS README
 %license COPYING
-%{_bindir}/*
+%{_bindir}/intltool*
 %{_datadir}/intltool
-%{_datadir}/aclocal/*
-%{_mandir}/man*/*
+%{_datadir}/aclocal/intltool.m4
+%{_mandir}/man8/intltool*.8*
 
 %changelog
 * Mon Mar 09 2015 David King <amigadave at amigadave.com> - 0.51.0-1
@@ -57,6 +57,7 @@ make check
 - Use license macro for COPYING
 - Preserve timestamps during install
 - Use parallel make flags
+- Update man page glob in files section
 
 * Sat Jun 07 2014 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.50.2-8
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild


More information about the scm-commits mailing list