Changeset 1118


Ignore:
Timestamp:
Apr 24, 2017, 11:16:17 PM (8 years ago)
Author:
Yuri Dario
Message:

spec: python: Release version 2.7.6-17.

File:
1 edited

Legend:

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

    r1003 r1118  
    11#define svn_url     F:/rd/rpm/python/trunk
    22%define svn_url     http://svn.netlabs.org/repos/rpm/python/trunk
    3 %define svn_rev     977
     3%define svn_rev     1117
    44
    55%{!?__python_ver:%global __python_ver EMPTY}
     
    5050Name: %{python}
    5151Version: 2.7.6
    52 Release: 16%{?dist}
     52Release: 17%{?dist}
    5353License: Python
    5454Group: Development/Languages
     
    153153Group: Development/Libraries
    154154Requires: %{python}%{?_isa} = %{version}-%{release}
     155Requires: python-rpm-macros
     156Requires: python2-rpm-macros
    155157# Needed here because of the migration of Makefile from -devel to the main
    156158# package
     
    255257
    256258%build
    257 
    258 export SHELL=""
    259 export MAKESHELL=""
    260 export CONFIG_SHELL=""
    261259
    262260export LDFLAGS="-g -Zbin-files -Zhigh-mem -Zomf -Zargs-wild -Zargs-resp"
     
    449447%endif
    450448%exclude %{_libdir}/*.dbg
     449%{pylibdir}/unittest/*
    451450
    452451%files devel
     
    496495%{pylibdir}/sqlite3/test
    497496%{pylibdir}/test/*
    498 %{pylibdir}/unittest/*
    499497# These two are shipped in the main subpackage:
    500498%exclude %{pylibdir}/test/test_support.py*
     
    519517
    520518%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
    521522* Fri Feb 17 2017 yd <yd@os2power.com> 2.7.6-16
    522523- force db4 minimal version (libcx req).
Note: See TracChangeset for help on using the changeset viewer.