[dbus-glib] Move man page to main package and update glob

David King amigadave at fedoraproject.org
Mon Feb 9 17:51:01 UTC 2015


commit 24ad4b36cb3a857dcd408ef58002cb0bef43e4e4
Author: David King <amigadave at amigadave.com>
Date:   Mon Feb 9 17:35:45 2015 +0000

    Move man page to main package and update glob
    
    As dbus-binding-tool is part of the dbus-glib package, move the man page
    out of the -devel subpackage and into the main package. Additionally,
    update the glob to comply with the current packaging guidelines.
    
    https://fedoraproject.org/wiki/Packaging:Guidelines#Manpages

 dbus-glib.spec |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/dbus-glib.spec b/dbus-glib.spec
index a15122e..189ce4b 100644
--- a/dbus-glib.spec
+++ b/dbus-glib.spec
@@ -67,16 +67,15 @@ chmod -x $RPM_BUILD_ROOT%{_sysconfdir}/bash_completion.d/dbus-bash-completion.sh
 %files
 %doc NEWS
 %license COPYING
-
 %{_libdir}/*glib*.so.*
 %{_bindir}/dbus-binding-tool
+%{_mandir}/man1/dbus-binding-tool.1*
 
 %files devel
 %{_libdir}/lib*.so
 %{_libdir}/pkgconfig/dbus-glib-1.pc
 %{_includedir}/dbus-1.0/dbus/*
 %{_datadir}/gtk-doc/html/dbus-glib
-%{_mandir}/man1/*
 %{_sysconfdir}/bash_completion.d/dbus-bash-completion.sh
 %{_libexecdir}/dbus-bash-completion-helper
 
@@ -86,6 +85,7 @@ chmod -x $RPM_BUILD_ROOT%{_sysconfdir}/bash_completion.d/dbus-bash-completion.sh
 - Update to 0.104
 - Remove RPATH
 - Remove executable bit from sourced script
+- Move man page to main package and update glob
 
 * Sat Feb 07 2015 David King <amigadave at amigadave.com> - 0.102-1
 - Update to 0.102


More information about the scm-commits mailing list