rpm: remove commented out rpm macro

Just commenting out macro isn't enough - % sequences are still
processed. Remove it completely, as it is already provided in build
environment.
This commit is contained in:
Marek Marczykowski-Górecki 2017-10-11 22:41:31 +02:00
parent ec4c7d7263
commit 53903a3685
No known key found for this signature in database
GPG Key ID: 063938BA42CFA724

View File

@ -23,8 +23,6 @@
#
#
#%{!?python3_sitelib: %define python3_sitelib %(%{__python3} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(False)")}
%{!?version: %define version %(cat version)}
# debug_package hack should be removed when BuildArch:noarch is enabled below