diff --git a/subversion.spec b/subversion.spec index 0344eca..2dc2746 100644 --- a/subversion.spec +++ b/subversion.spec @@ -341,6 +341,9 @@ for f in svn-populate-node-origins-index svn-rep-sharing-stats \ svnauthz svnauthz-validate svnmucc svnraisetreeconflict svn-bench \ fsfs-reorg fsfs-access-map fsfs-stats; do echo %{_bindir}/$f + if test -f %{_mandir}/man?/${f}.*; then + echo %{_mandir}/man?/${f}.* + fi done | tee tools.files | sed 's/^/%%exclude /' > exclude.tools.files %find_lang %{name} @@ -469,6 +472,7 @@ make check-javahl %changelog * Tue Jul 14 2015 Joe Orton - 1.8.13-7 - move svnauthz to -tools; make svnauthz-validate a symlink +- move svnmucc man page to -tools * Fri Jul 10 2015 Joe Orton - 1.8.13-6 - rebuild with tests enabled