diff --git a/reposurgeon.spec b/reposurgeon.spec index 4e2f3b8..4d6448d 100644 --- a/reposurgeon.spec +++ b/reposurgeon.spec @@ -23,6 +23,7 @@ DVCS. %prep %setup -q +sed -i 's|755 reposurgeon|755 reposurgeon repomapper|g' Makefile %build %make_build @@ -37,14 +38,15 @@ rm -frv %{buildroot}%{_pkgdocdir} %files %doc AUTHORS NEWS README.md TODO *.html -%doc conversion.mk %license COPYING %{_bindir}/%{name} %{_bindir}/repodiffer +%{_bindir}/repomapper %{_bindir}/repotool %{_datadir}/emacs/site-lisp/reposurgeon-mode.el %{_mandir}/man1/%{name}.1* %{_mandir}/man1/repodiffer.1* +%{_mandir}/man1/repomapper.1* %{_mandir}/man1/repotool.1* %changelog