# HG changeset patch # User Mads Kiilerich # Date 1227460562 -3600 # Node ID 7073fcbfbc28a2a3e25b9b0117406cd0bdd2a233 # Parent 279a883aa1a013159139d4b41ca275f280757b93 Make rpm spec less explicit Fixes: * current buildrpm failing on Fedora because of unexpected zeroconf extensions * unowned directories hgext/*/ diff -r 279a883aa1a0 -r 7073fcbfbc28 contrib/mercurial.spec --- a/contrib/mercurial.spec Wed Nov 26 13:11:08 2008 -0600 +++ b/contrib/mercurial.spec Sun Nov 23 18:16:02 2008 +0100 @@ -65,8 +65,6 @@ %defattr(-,root,root,-) %doc CONTRIBUTORS COPYING doc/README doc/hg*.txt doc/hg*.html doc/ja *.cgi %{_mandir}/man?/hg*.gz -%dir %{pythonlib} -%dir %{hgext} %{_sysconfdir}/bash_completion.d/mercurial.sh %{_datadir}/zsh/site-functions/_mercurial %{_datadir}/emacs/site-lisp/mercurial.el @@ -76,12 +74,5 @@ %{_bindir}/hg-viz %{_bindir}/git-rev-tree %{_bindir}/mercurial-convert-repo -%{pythonlib}/templates -%{pythonlib}/*.py* -%{pythonlib}/hgweb/*.py* -%{pythonlib}/*.so -%{hgext}/*.py* -%{hgext}/convert/*.py* -%{hgext}/inotify/*.py* -%{hgext}/highlight/*.py* -%{hgext}/inotify/linux/ +%{pythonlib} +%{hgext}