Changeset 63956 in vbox for trunk/src/VBox/Installer
- Timestamp:
- Sep 22, 2016 2:58:45 PM (8 years ago)
- Location:
- trunk/src/VBox/Installer/linux/rpm
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Installer/linux/rpm/VirtualBox.tmpl.spec
r63953 r63956 17 17 %define %SPEC% 1 18 18 %define %OSE% 1 19 %define %PYTHON 119 %define %PYTHON% 1 20 20 %define VBOXDOCDIR %{_defaultdocdir}/%NAME% 21 21 %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} -
trunk/src/VBox/Installer/linux/rpm/rules
r63953 r63956 223 223 -e 's|%OSE%|$(if $(ose),is_ose,not_ose)|g' \ 224 224 -e 's|%SPEC%|$(rpmspec)|g' \ 225 -e 's|%PYTHON |$(if $(filter el5,$(rpmrel)),,with_python)|g' \225 -e 's|%PYTHON%|$(if $(filter el5,$(rpmrel)),,with_python)|g' \ 226 226 -e 's|%MACROSPYTHON%|$(if $(wildcard /usr/lib/rpm/macros.python),%include /usr/lib/rpm/macros.python,)|g' \ 227 227 -e 's|%INSTMOD%|$(instmod)|g' \
Note:
See TracChangeset
for help on using the changeset viewer.