9aae0c Drop ver.py source file and use python version macros

Authored and Committed by Jonathan Wakely 6 years ago
1 file changed. 12 lines added. 14 lines removed.
    Drop ver.py source file and use python version macros
    
    The %{python2_version} and %{python3_version} macros are pre-defined, so
    we don't need to use ver.py to find the versions.
    
    Use shell variable for Python 3 ABI flags instead of global macro. This
    avoids errors when creating SRPMs or running rpmlint, because by
    delaying the command until the %build stage we can rely on python3-devel
    being installed.
    
        
file modified
+12 -14