0484d69511
Signed-off-by: Davide Madrisan <davide.madrisan@gmail.com>
14 lines
464 B
Plaintext
14 lines
464 B
Plaintext
## Macros for python packages -------------------------------------------------
|
|
|
|
# rpm_macro_pyver: python version number
|
|
rpm_macro_pyver="%python_version"
|
|
|
|
# Paths used in the autogenerated specfiles
|
|
#python_install_lib_path="%{_libdir}/site-python"
|
|
python_install_lib_path="%{python_sitearch}"
|
|
|
|
# Force a name structure for Python packages
|
|
# Set to "" if you don't want to fix a structure
|
|
#python_module_name_structure="^python-"
|
|
python_module_name_structure=""
|