Changeset 1562


Ignore:
Timestamp:
Jan 21, 2019, 7:05:35 PM (7 years ago)
Author:
Silvan Scherrer
Message:

spec: python-rpm-macros: Release version 1-3.

Location:
spec/trunk/SPECS
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • spec/trunk/SPECS/python-rpm-macros.spec

    r1126 r1562  
    44Name:           python-rpm-macros
    55Version:        1
    6 Release:        2%{?dist}
     6Release:        3%{?dist}
    77Summary:        The unversioned Python RPM macros
    88
     
    6868
    6969%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
    7073* Mon May 08 2017 Silvan Scherrer <silvan.scherrer@aroa.ch> 1-2
    7174- 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.exe
     1%__python2 /@unixroot/usr/bin/python2
    22%python2_sitelib %(%{__python2} -c "from distutils.sysconfig import get_python_lib; print(get_python_lib())")
    33%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  
    11%__python3 /@unixroot/usr/libexec/system-python
    2 %__python3_bin /@unixroot/usr/bin/python3.exe
     2%__python3_bin /@unixroot/usr/bin/python3
    33%python3_sitelib %(%{__python3} -c "from distutils.sysconfig import get_python_lib; print(get_python_lib())")
    44%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.