Changeset 1562
- Timestamp:
- Jan 21, 2019, 7:05:35 PM (7 years ago)
- Location:
- spec/trunk/SPECS
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
spec/trunk/SPECS/python-rpm-macros.spec
r1126 r1562 4 4 Name: python-rpm-macros 5 5 Version: 1 6 Release: 2%{?dist}6 Release: 3%{?dist} 7 7 Summary: The unversioned Python RPM macros 8 8 … … 68 68 69 69 %changelog 70 * Mon May 08 2017 Silvan Scherrer <silvan.scherrer@aroa.ch> 1-3 71 - remove .exe from python2 and python3 path, as this is insane 72 70 73 * Mon May 08 2017 Silvan Scherrer <silvan.scherrer@aroa.ch> 1-2 71 74 - add .exe to the python2 and python3 exe path -
spec/trunk/SPECS/python-rpm-macros/macros.python2
r1126 r1562 1 %__python2 /@unixroot/usr/bin/python2 .exe1 %__python2 /@unixroot/usr/bin/python2 2 2 %python2_sitelib %(%{__python2} -c "from distutils.sysconfig import get_python_lib; print(get_python_lib())") 3 3 %python2_sitearch %(%{__python2} -c "from distutils.sysconfig import get_python_lib; print(get_python_lib(1))") -
spec/trunk/SPECS/python-rpm-macros/macros.python3
r1126 r1562 1 1 %__python3 /@unixroot/usr/libexec/system-python 2 %__python3_bin /@unixroot/usr/bin/python3 .exe2 %__python3_bin /@unixroot/usr/bin/python3 3 3 %python3_sitelib %(%{__python3} -c "from distutils.sysconfig import get_python_lib; print(get_python_lib())") 4 4 %python3_sitearch %(%{__python3} -c "from distutils.sysconfig import get_python_lib; print(get_python_lib(1))")
Note:
See TracChangeset
for help on using the changeset viewer.