Changeset 1435 for spec/trunk/SPECS/python.spec
- Timestamp:
- Jun 18, 2018, 5:26:29 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
spec/trunk/SPECS/python.spec
r1384 r1435 55 55 Name: %{python} 56 56 Version: 2.7.6 57 Release: 2 0%{?dist}57 Release: 21%{?dist} 58 58 License: Python 59 59 Group: Development/Languages … … 106 106 BuildRequires: autoconf 107 107 BuildRequires: db4-devel >= 4.8 108 #BuildRequires: libffi-devel108 BuildRequires: libffi-devel 109 109 %if 0%{?with_valgrind} 110 110 BuildRequires: valgrind-devel … … 372 372 if [ "$1" = 1 ] ; then 373 373 #execute only on first install 374 %cube {DELLINE "SET PYTHONPATH="} c:\config.sys> NUL375 %cube {DELLINE "SET PYTHONHOME="} c:\config.sys> NUL374 %cube {DELLINE "SET PYTHONPATH="} %{os2_config_sys} > NUL 375 %cube {DELLINE "SET PYTHONHOME="} %{os2_config_sys} > NUL 376 376 fi 377 377 … … 523 523 524 524 %changelog 525 * Tue Apr 18 2018 Dmitriy Kuminov <coding@dmik.org> 2.7.6-20. 525 * Mon Jun 18 2018 Silvan Scherrer <silvan.scherrer@aroa.ch> 2.7.6-21 526 - use %{os2_config_sys} macro instead of fixed c:\config.sys 527 528 * Wed Apr 18 2018 Dmitriy Kuminov <coding@dmik.org> 2.7.6-20. 526 529 - Understand `*module.pyd` and `*module.dll` extensions for Python modules. 527 530 - Improve handling of BEGINLIBPATH and other pseudo-env vars (#299).
Note:
See TracChangeset
for help on using the changeset viewer.