- move svnmucc man page to -tools

This commit is contained in:
Joe Orton 2015-07-14 09:53:27 +01:00
parent 9b7327e752
commit c3655448e6
1 changed files with 4 additions and 0 deletions

View File

@ -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 <jorton@redhat.com> - 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 <jorton@redhat.com> - 1.8.13-6
- rebuild with tests enabled