Changeset 1118
- Timestamp:
- Apr 24, 2017, 11:16:17 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
spec/trunk/SPECS/python.spec
r1003 r1118 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 9773 %define svn_rev 1117 4 4 5 5 %{!?__python_ver:%global __python_ver EMPTY} … … 50 50 Name: %{python} 51 51 Version: 2.7.6 52 Release: 1 6%{?dist}52 Release: 17%{?dist} 53 53 License: Python 54 54 Group: Development/Languages … … 153 153 Group: Development/Libraries 154 154 Requires: %{python}%{?_isa} = %{version}-%{release} 155 Requires: python-rpm-macros 156 Requires: python2-rpm-macros 155 157 # Needed here because of the migration of Makefile from -devel to the main 156 158 # package … … 255 257 256 258 %build 257 258 export SHELL=""259 export MAKESHELL=""260 export CONFIG_SHELL=""261 259 262 260 export LDFLAGS="-g -Zbin-files -Zhigh-mem -Zomf -Zargs-wild -Zargs-resp" … … 449 447 %endif 450 448 %exclude %{_libdir}/*.dbg 449 %{pylibdir}/unittest/* 451 450 452 451 %files devel … … 496 495 %{pylibdir}/sqlite3/test 497 496 %{pylibdir}/test/* 498 %{pylibdir}/unittest/*499 497 # These two are shipped in the main subpackage: 500 498 %exclude %{pylibdir}/test/test_support.py* … … 519 517 520 518 %changelog 519 * Mon Apr 24 2017 yd <yd@os2power.com> 2.7.6-17 520 - add new requirements and move unittest files. ticket#248. 521 521 522 * Fri Feb 17 2017 yd <yd@os2power.com> 2.7.6-16 522 523 - force db4 minimal version (libcx req).
Note:
See TracChangeset
for help on using the changeset viewer.