Make rpm spec less explicit
authorMads Kiilerich <mads@kiilerich.com>
Sun, 23 Nov 2008 18:16:02 +0100
changeset 7423 7073fcbfbc28
parent 7422 279a883aa1a0
child 7424 05a3f2802b13
Make rpm spec less explicit Fixes: * current buildrpm failing on Fedora because of unexpected zeroconf extensions * unowned directories hgext/*/
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}