Accepting request 19972 from devel:languages:python:Factory

Copy from devel:languages:python:Factory/python based on submit request 19972 from user matejcik

OBS-URL: https://build.opensuse.org/request/show/19972
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python?expand=0&rev=37
This commit is contained in:
OBS User autobuild
2009-09-04 22:37:10 +00:00
committed by Git OBS Bridge
parent 64fdc98601
commit 9c3fa22758
7 changed files with 86 additions and 3 deletions

View File

@@ -33,7 +33,7 @@ Obsoletes: python-64bit
#
Summary: Python Interpreter base package
Version: 2.6.2
Release: 3
Release: 4
%define tarname Python-%{version}
Source0: %{tarname}.tar.bz2
Source1: macros.python
@@ -49,6 +49,7 @@ Patch35: python-2.5.2-configure.patch
Patch37: python-2.6rc2-https-proxy.patch
Patch38: python-2.6-gettext-plurals.patch
Patch39: python-2.6.2-test_distutils.patch
Patch40: python-2.6.2-expat.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%define python_version %(echo %{version} | head -c 3)
Provides: %{name} = %{python_version}
@@ -136,6 +137,7 @@ Authors:
%patch37
%patch38
%patch39
%patch40
# some cleanup
find . -name .cvsignore -type f -print0 | xargs -0 rm -f
find . -name CVS -type d -print0 | xargs -0 rm -rf