Changeset 1126


Ignore:
Timestamp:
May 8, 2017, 12:49:19 PM (8 years ago)
Author:
Silvan Scherrer
Message:

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

Location:
spec/trunk/SPECS
Files:
3 edited

Legend:

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

    r1040 r1126  
    44Name:           python-rpm-macros
    55Version:        1
    6 Release:        1%{?dist}
     6Release:        2%{?dist}
    77Summary:        The unversioned Python RPM macros
    88
     
    6868
    6969%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
    7073* Tue Feb 28 2017 Silvan Scherrer <silvan.scherrer@aroa.ch> 1-1
    7174- 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
    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))")
  • TabularUnified spec/trunk/SPECS/python-rpm-macros/macros.python3

    r1040 r1126  
    11%__python3 /@unixroot/usr/libexec/system-python
    2 %__python3_bin /@unixroot/usr/bin/python3
     2%__python3_bin /@unixroot/usr/bin/python3.exe
    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.