comparison contrib/mercurial.spec @ 28614:b927fe8bf0b9

rpms: add hgext3rd to mercurial.spec Otherwise build process fails with somethings like this: RPM build errors: Installed (but unpackaged) file(s) found: /usr/lib64/python2.7/site-packages/hgext3rd/__init__.py /usr/lib64/python2.7/site-packages/hgext3rd/__init__.pyc /usr/lib64/python2.7/site-packages/hgext3rd/__init__.pyo make: *** [docker-fedora20] Error 1
author Anton Shestakov <av6@dwimlabs.net>
date Wed, 23 Mar 2016 11:53:11 +0800
parents 4b0fc75f9403
children feb910d2f59b
comparison
equal deleted inserted replaced
28613:6433da9c96a9 28614:b927fe8bf0b9
156 %if "%{?pythonver}" != "2.4" 156 %if "%{?pythonver}" != "2.4"
157 %{_libdir}/python%{pythonver}/site-packages/%{name}-*-py%{pythonver}.egg-info 157 %{_libdir}/python%{pythonver}/site-packages/%{name}-*-py%{pythonver}.egg-info
158 %endif 158 %endif
159 %{_libdir}/python%{pythonver}/site-packages/%{name} 159 %{_libdir}/python%{pythonver}/site-packages/%{name}
160 %{_libdir}/python%{pythonver}/site-packages/hgext 160 %{_libdir}/python%{pythonver}/site-packages/hgext
161 %{_libdir}/python%{pythonver}/site-packages/hgext3rd
161 %endif 162 %endif