--- a/contrib/mercurial.spec Sun Mar 12 13:57:55 2006 +0100
+++ b/contrib/mercurial.spec Sun Mar 12 15:07:40 2006 +0100
@@ -10,6 +10,7 @@
%define pythonver %(python -c 'import sys;print ".".join(map(str, sys.version_info[:2]))')
%define pythonlib %{_libdir}/python%{pythonver}/site-packages/%{name}
+%define hgext %{_libdir}/python%{pythonver}/site-packages/hgext
%description
Mercurial is a fast, lightweight source control management system designed
@@ -32,8 +33,10 @@
%defattr(-,root,root,-)
%doc doc/* contrib/patchbomb *.cgi
%dir %{pythonlib}
+%dir %{hgext}
%{_bindir}/hgmerge
%{_bindir}/hg
%{pythonlib}/templates
%{pythonlib}/*.py*
%{pythonlib}/*.so
+%{hgext}/*.py*