Ignore:
Timestamp:
Jun 6, 2016, 4:57:33 PM (9 years ago)
Author:
Yuri Dario
Message:

spec: python, multiple updates for tickets #182 and #185.

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
    15%{!?__python_ver:%global __python_ver EMPTY}
    26#global __python_ver 2.7
     
    4650Name: %{python}
    4751Version: 2.7.6
    48 Release: 12%{?dist}
     52Release: 13%{?dist}
    4953License: Python
    5054Group: Development/Languages
     
    210214code that uses more than just unittest and/or test_support.py.
    211215
    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
    217217
    218218%prep
     
    250250
    251251%build
    252 export CONFIG_SITE="/@unixroot/usr/share/config.legacy"
    253252export LDFLAGS="-g -Zbin-files -Zhigh-mem -Zomf -Zargs-wild -Zargs-resp"
    254 export LIBS="-lssl -lcrypto -lurpo -lmmap -lpthread -lintl"
     253export LIBS="-lssl -lcrypto -lurpo -lpthread -lintl"
    255254%configure \
    256255        --enable-shared \
    257256        --with-system-expat \
    258         --with-system-ffi --with-libs='-lmmap'
     257        --enable-unicode=ucs4 \
     258        --with-system-ffi
    259259
    260260make OPT="$CFLAGS" %{?_smp_mflags}
     
    574574# payload file would be unpackaged)
    575575
    576 %files debug
    577 %defattr(-,root,root)
    578 %{_bindir}/*.dbg
    579 %{_libdir}/*.dbg
    580 
    581576%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
    583591- Provide dummy _dlopen in ctypes to make colorama package happy.
    584592- Use configured SHELL for subprocess.Popen(shell=True) instead of
     
    588596  the results to a unix shell).
    589597- Make os.path.defpath return '$UNIXROOT\\usr\\bin'.
     598- r568, build mmap module, by psmedley.
    590599
    591600* Thu Feb 26 2015 yd <yd@os2power.com> 2.7.6-11
Note: See TracChangeset for help on using the changeset viewer.