##// END OF EJS Templates
rpm spec: include python egg in rpm...
Mads Kiilerich -
r7432:642754e7 default
parent child Browse files
Show More
@@ -55,9 +55,6 b' lisp_dir=$RPM_BUILD_ROOT%{_datadir}/emac'
55 mkdir -p $lisp_dir
55 mkdir -p $lisp_dir
56 install contrib/mercurial.el $lisp_dir
56 install contrib/mercurial.el $lisp_dir
57
57
58 # We don't want this, do we?
59 rm -f $RPM_BUILD_ROOT%{pythonlib}/../mercurial-*-py2.5.egg-info
60
61 %clean
58 %clean
62 rm -rf $RPM_BUILD_ROOT
59 rm -rf $RPM_BUILD_ROOT
63
60
@@ -76,6 +73,7 b' rm -rf $RPM_BUILD_ROOT'
76 %{_bindir}/hg-viz
73 %{_bindir}/hg-viz
77 %{_bindir}/git-rev-tree
74 %{_bindir}/git-rev-tree
78 %{_bindir}/mercurial-convert-repo
75 %{_bindir}/mercurial-convert-repo
76 %{_libdir}/python%{pythonver}/site-packages/%{name}-*-py2.5.egg-info
79 %{pythonlib}/templates
77 %{pythonlib}/templates
80 %{pythonlib}/*.py*
78 %{pythonlib}/*.py*
81 %{pythonlib}/hgweb/*.py*
79 %{pythonlib}/hgweb/*.py*
General Comments 0
You need to be logged in to leave comments. Login now