Changeset 1126
- Timestamp:
- May 8, 2017, 12:49:19 PM (8 years ago)
- Location:
- spec/trunk/SPECS
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified spec/trunk/SPECS/python-rpm-macros.spec ¶
r1040 r1126 4 4 Name: python-rpm-macros 5 5 Version: 1 6 Release: 1%{?dist}6 Release: 2%{?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-2 71 - add .exe to the python2 and python3 exe path 72 70 73 * Tue Feb 28 2017 Silvan Scherrer <silvan.scherrer@aroa.ch> 1-1 71 74 - first rpm version -
TabularUnified spec/trunk/SPECS/python-rpm-macros/macros.python2 ¶
r1040 r1126 1 %__python2 /@unixroot/usr/bin/python2 1 %__python2 /@unixroot/usr/bin/python2.exe 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))") -
TabularUnified spec/trunk/SPECS/python-rpm-macros/macros.python3 ¶
r1040 r1126 1 1 %__python3 /@unixroot/usr/libexec/system-python 2 %__python3_bin /@unixroot/usr/bin/python3 2 %__python3_bin /@unixroot/usr/bin/python3.exe 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.