Changeset 1540
- Timestamp:
- Dec 23, 2018, 4:09:17 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
spec/trunk/SPECS/python.spec
r1435 r1540 55 55 Name: %{python} 56 56 Version: 2.7.6 57 Release: 2 1%{?dist}57 Release: 22%{?dist} 58 58 License: Python 59 59 Group: Development/Languages … … 64 64 Provides: python(abi) = %{pybasever} 65 65 66 %scm_source svn http://svn.netlabs.org/repos/rpm/python/trunk 1 38166 %scm_source svn http://svn.netlabs.org/repos/rpm/python/trunk 1539 67 67 68 68 %if %{main_python} … … 82 82 %endif 83 83 84 # Because of spawn285 Requires: libcx >= 0.6. 1-284 # Because of getaddrinfo 85 Requires: libcx >= 0.6.3 86 86 # Because of DosEnterCritSec removal 87 87 Requires: pthread >= 20171227 … … 278 278 279 279 # YD fix binaries 280 cp %{buildroot}%{_bindir}/python.exe %{buildroot}%{_bindir}/python280 ln -s %{_bindir}/python.exe %{buildroot}%{_bindir}/python 281 281 rm -f %{buildroot}%{_bindir}/python%{pybasever_cond}.dll 282 282 … … 383 383 %{_bindir}/python 384 384 %{_bindir}/python.exe 385 %{_bindir}/python2 .exe385 %{_bindir}/python2 386 386 %if %{main_python} 387 387 #%{_bindir}/python2 … … 523 523 524 524 %changelog 525 * Fri Dec 21 2018 Silvan Scherrer <silvan.scherrer@aroa.ch> 2.7.6-22 526 - adjust getaddrinfo and friends to latest libcx 527 - don't add .exe to symlinks 528 525 529 * Mon Jun 18 2018 Silvan Scherrer <silvan.scherrer@aroa.ch> 2.7.6-21 526 530 - use %{os2_config_sys} macro instead of fixed c:\config.sys
Note:
See TracChangeset
for help on using the changeset viewer.