Changeset 776 for spec/trunk/SPECS/python.spec
- Timestamp:
- Jun 6, 2016, 4:57:33 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
spec/trunk/SPECS/python.spec
r624 r776 1 #define svn_url F:/rd/rpm/python/trunk 2 %define svn_url http://svn.netlabs.org/repos/rpm/python/trunk 3 %define svn_rev 775 4 1 5 %{!?__python_ver:%global __python_ver EMPTY} 2 6 #global __python_ver 2.7 … … 46 50 Name: %{python} 47 51 Version: 2.7.6 48 Release: 1 2%{?dist}52 Release: 13%{?dist} 49 53 License: Python 50 54 Group: Development/Languages … … 210 214 code that uses more than just unittest and/or test_support.py. 211 215 212 %package debug 213 Summary: HLL debug data for exception handling support. 214 215 %description debug 216 HLL debug data for exception handling support. 216 %debug_package 217 217 218 218 %prep … … 250 250 251 251 %build 252 export CONFIG_SITE="/@unixroot/usr/share/config.legacy"253 252 export LDFLAGS="-g -Zbin-files -Zhigh-mem -Zomf -Zargs-wild -Zargs-resp" 254 export LIBS="-lssl -lcrypto -lurpo -l mmap -lpthread -lintl"253 export LIBS="-lssl -lcrypto -lurpo -lpthread -lintl" 255 254 %configure \ 256 255 --enable-shared \ 257 256 --with-system-expat \ 258 --with-system-ffi --with-libs='-lmmap' 257 --enable-unicode=ucs4 \ 258 --with-system-ffi 259 259 260 260 make OPT="$CFLAGS" %{?_smp_mflags} … … 574 574 # payload file would be unpackaged) 575 575 576 %files debug577 %defattr(-,root,root)578 %{_bindir}/*.dbg579 %{_libdir}/*.dbg580 581 576 %changelog 582 * Fri Dec 12 2015 Dmitriy Kuminov <coding@dmik.org> 2.7.6-12 577 * Mon Jun 06 2016 yd <yd@os2power.com> 2.7.6-13 578 - enable support for ucs4 unicode set. 579 - r775, generate both 8.3 and long names for pyd dynamic libraries. fixes ticket#185. 580 - r611, Add dummy plat-os2knix directory. 581 - r610, Fix silly typo. 582 - r609, Fix a typo in r529. 583 - r608, Make os.path.defpath return '$UNIXROOT/usr/bin' on OS/2 when it is set. 584 - r607, Replace altsep to sep in paths returned by os.path.join. 585 - r606, Add ignore patterns for *.pyc and generated files. 586 - r605, configure: Generate correct OS/2 defs and remove pre-built configure. 587 - r604, Fix building with no OS/2 Toolkit headers in include paths. 588 - r603, Use configured SHELL in subprocess module. 589 590 * Sat Dec 12 2015 Dmitriy Kuminov <coding@dmik.org> 2.7.6-12 583 591 - Provide dummy _dlopen in ctypes to make colorama package happy. 584 592 - Use configured SHELL for subprocess.Popen(shell=True) instead of … … 588 596 the results to a unix shell). 589 597 - Make os.path.defpath return '$UNIXROOT\\usr\\bin'. 598 - r568, build mmap module, by psmedley. 590 599 591 600 * Thu Feb 26 2015 yd <yd@os2power.com> 2.7.6-11
Note:
See TracChangeset
for help on using the changeset viewer.