Blame SOURCES/macros.additional.python33

89fcd1
# override __os_install_post for this collection
89fcd1
# the @scl@* macros are defined in macros.python3.python33 in python33-python-devel
89fcd1
# the name is intentionally hardcoded to always provide the same name
89fcd1
%scl_package_override() %{expand:%{?@scl@_os_install_post:%global __os_install_post %@scl@_os_install_post}
89fcd1
%global __python_requires %@scl@_python_requires
89fcd1
%global __python_provides %@scl@_python_provides
89fcd1
# macros commonly used in specfiles
89fcd1
%global __python3 %@scl@__python3
89fcd1
%global __python %@scl@__python3
89fcd1
%global python3_sitelib %@scl@python3_sitelib
89fcd1
%global python_sitelib %@scl@python3_sitelib
89fcd1
%global python3_sitearch %@scl@python3_sitearch
89fcd1
%global python_sitearch %@scl@python3_sitearch
89fcd1
%global python3_version %@scl@python3_version
89fcd1
%global python_version %@scl@python3_version
89fcd1
}