Changeset 980 for spec/trunk/SPECS/python.spec
- Timestamp:
- Feb 10, 2017, 5:03:55 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
spec/trunk/SPECS/python.spec
r788 r980 1 1 #define svn_url F:/rd/rpm/python/trunk 2 2 %define svn_url http://svn.netlabs.org/repos/rpm/python/trunk 3 %define svn_rev 7803 %define svn_rev 977 4 4 5 5 %{!?__python_ver:%global __python_ver EMPTY} … … 50 50 Name: %{python} 51 51 Version: 2.7.6 52 Release: 1 4%{?dist}52 Release: 15%{?dist} 53 53 License: Python 54 54 Group: Development/Languages … … 252 252 253 253 %build 254 255 export SHELL="" 256 export MAKESHELL="" 257 export CONFIG_SHELL="" 258 254 259 export LDFLAGS="-g -Zbin-files -Zhigh-mem -Zomf -Zargs-wild -Zargs-resp" 255 export LIBS="-l ssl -lcrypto -lurpo -lpthread -lintl"260 export LIBS="-lcx -lssl -lcrypto -lurpo -lpthread -lintl" 256 261 %configure \ 257 262 --enable-shared \ … … 511 516 512 517 %changelog 518 * Thu Feb 09 2017 yd <yd@os2power.com> 2.7.6-15 519 - link with libcx for memory mapping support. 520 513 521 * Fri Jun 10 2016 yd <yd@os2power.com> 2.7.6-14 514 522 - fixed Obsoletes vs Conflicts.
Note:
See TracChangeset
for help on using the changeset viewer.