Enable python34-pysocks on EL6
This commit is contained in:
parent
2d48b96bca
commit
b7940a7f17
@ -1,10 +1,10 @@
|
|||||||
%if 0%{?fedora} || 0%{?rhel} >= 7
|
%if 0%{?fedora} || 0%{?rhel} >= 6
|
||||||
%global with_python3 1
|
%global with_python3 1
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%{!?_licensedir: %global license %%doc}
|
%{!?_licensedir: %global license %%doc}
|
||||||
|
|
||||||
%if 0%{?rhel} && 0%{?rhel} <= 6
|
%if 0%{?rhel} && 0%{?rhel} <= 5
|
||||||
%{!?__python2: %global __python2 /usr/bin/python2}
|
%{!?__python2: %global __python2 /usr/bin/python2}
|
||||||
%{!?python2_sitelib: %global python2_sitelib %(%{__python2} -c "from distutils.sysconfig import get_python_lib; print(get_python_lib())")}
|
%{!?python2_sitelib: %global python2_sitelib %(%{__python2} -c "from distutils.sysconfig import get_python_lib; print(get_python_lib())")}
|
||||||
%{!?python2_sitearch: %global python2_sitearch %(%{__python2} -c "from distutils.sysconfig import get_python_lib; print(get_python_lib(1))")}
|
%{!?python2_sitearch: %global python2_sitearch %(%{__python2} -c "from distutils.sysconfig import get_python_lib; print(get_python_lib(1))")}
|
||||||
@ -132,6 +132,9 @@ Acts as a drop-in replacement to the socket module. Featuring:
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Nov 28 2016 Tim Orling <ticotimo@gmail.com> - 1.5.7-2
|
||||||
|
- Ship python34-pysocks in EL6
|
||||||
|
|
||||||
* Sat Sep 17 2016 Kevin Fenzi <kevin@scrye.com> - 1.5.7-1
|
* Sat Sep 17 2016 Kevin Fenzi <kevin@scrye.com> - 1.5.7-1
|
||||||
- Update to 1.5.7
|
- Update to 1.5.7
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user