Ignore:
Timestamp:
Dec 22, 2015, 12:38:48 PM (10 years ago)
Author:
Yuri Dario
Message:

spec: ash, fix typo. fixes ticket#157.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • spec/trunk/SPECS/python.spec

    r612 r623  
     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     568
     4
    15%{!?__python_ver:%global __python_ver EMPTY}
    26#global __python_ver 2.7
     
    252256export CONFIG_SITE="/@unixroot/usr/share/config.legacy"
    253257export LDFLAGS="-g -Zbin-files -Zhigh-mem -Zomf -Zargs-wild -Zargs-resp"
    254 export LIBS="-lssl -lcrypto -lurpo -lmmap -lpthread -lintl"
     258export LIBS="-lssl -lcrypto -lurpo -lpthread -lintl"
    255259%configure \
    256260        --enable-shared \
    257261        --with-system-expat \
    258         --with-system-ffi --with-libs='-lmmap'
     262        --with-system-ffi
    259263
    260264make OPT="$CFLAGS" %{?_smp_mflags}
     
    580584
    581585%changelog
     586<<<<<<< .mine
     587* Tue Apr 07 2015 yd <yd@os2power.com> 2.7.6-12
     588- r568, build mmap module, by psmedley.
     589
     590=======
    582591* Fri Dec 12 2015 Dmitriy Kuminov <coding@dmik.org> 2.7.6-12
    583592- Provide dummy _dlopen in ctypes to make colorama package happy.
     
    589598- Make os.path.defpath return '$UNIXROOT\\usr\\bin'.
    590599
     600>>>>>>> .r622
    591601* Thu Feb 26 2015 yd <yd@os2power.com> 2.7.6-11
    592602- r560, -O3 breaks the build, at least for pentium4 march.
Note: See TracChangeset for help on using the changeset viewer.