autospec/conf/02-specfile-rpm-macros-python.conf
Davide Madrisan 0484d69511 autospec.conf: rework configuration files
Signed-off-by: Davide Madrisan <davide.madrisan@gmail.com>
2012-05-06 17:48:10 +02:00

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=""