OBS User unknown
2007-05-22 00:06:27 +00:00
committed by Git OBS Bridge
parent ec0222ecea
commit e1bd555505
4 changed files with 90 additions and 3 deletions

View File

@@ -19,7 +19,7 @@ Autoreqprov: on
Obsoletes: python-nothreads python21
Summary: Python Interpreter
Version: 2.5
Release: 38
Release: 50
%define tarname Python-%{version}
Source0: %{tarname}.tar.bz2
Source6: README.SUSE
@@ -39,6 +39,7 @@ Patch23: ssl-compat.diff
Patch25: python-2.4.2-canonicalize2.patch
Patch26: python-2.4-localpath.patch
Patch27: python-2.5c1-dirs-fix.patch
Patch28: Python-2.5-db45.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%define python_version %(echo %{version} | head -c 3)
%define idle_name idle
@@ -199,6 +200,7 @@ Python2.x, it is part of the core Python distribution.
%patch25
%patch26
%patch27
%patch28
# some cleanup
find . -name .cvsignore -type f -print0 | xargs -0 rm -f
find . -name CVS -type d -print0 | xargs -0 rm -rf
@@ -476,6 +478,8 @@ rm -rf $RPM_BUILD_ROOT
%attr(755, root, root) %{_bindir}/smtpd.py
%changelog
* Tue May 22 2007 - ro@suse.de
- make setup.py accept db-4.5
* Thu Mar 29 2007 - aj@suse.de
- Add ncurses-devel to BuildRequires.
* Sat Mar 24 2007 - aj@suse.de