Remove redefine of python2_sitearch & python3_sitearch
These two macros are defined in python[23]-devel so we do not need to add conditional define of those macros anymore as they are always defined.
This commit is contained in:
parent
53899096c8
commit
db951d39d2
@ -1,6 +1,3 @@
|
||||
%{!?python2_sitearch: %define python2_sitearch %(%{__python2} -c "from distutils.sysconfig import get_python2_lib; print get_python2_lib(1)")}
|
||||
%{!?python3_sitearch: %define python3_sitearch %(%{__python3} -c "from distutils.sysconfig import get_python3_lib; print(get_python3_lib(1))")}
|
||||
|
||||
Summary: Mercurial -- a distributed SCM
|
||||
Name: mercurial
|
||||
Version: 5.1.2
|
||||
@ -169,10 +166,7 @@ cacerts = /etc/pki/tls/certs/ca-bundle.crt
|
||||
EOF
|
||||
install -m 644 certs.rc $RPM_BUILD_ROOT/%{_sysconfdir}/mercurial/hgrc.d
|
||||
|
||||
# NOTE: It looks that locales will have to be moved into the separate subpackage,
|
||||
# despite the original path, locales should not be dependend on the version of
|
||||
# python, so we can use one or the other for both mercurials
|
||||
#mv $RPM_BUILD_ROOT%{python3_sitearch}/mercurial/locale $RPM_BUILD_ROOT%{_datadir}/locale
|
||||
# Despite the original path, locales can be used for Python3 as well
|
||||
mv $RPM_BUILD_ROOT%{python2_sitearch}/mercurial/locale $RPM_BUILD_ROOT%{_datadir}/locale
|
||||
rm -rf $RPM_BUILD_ROOT%{python3_sitearch}/mercurial/locale
|
||||
rm -rf $RPM_BUILD_ROOT%{python2_sitearch}/mercurial/locale
|
||||
|
Loading…
Reference in New Issue
Block a user