OBS User unknown
2009-01-19 01:18:37 +00:00
committed by Git OBS Bridge
parent 4ab750f5cb
commit dd13b51d1a
5 changed files with 26 additions and 3 deletions

View File

@@ -33,7 +33,7 @@ Obsoletes: python-64bit
#
Summary: Python Interpreter base package
Version: 2.6.0
Release: 4
Release: 6
#%define tarname Python-%{version}
%define tarname Python-2.6
Source0: %{tarname}.tar.bz2
@@ -48,6 +48,7 @@ Patch25: python-2.6b1-canonicalize2.patch
Patch31: python-2.5.2-fwrapv.patch
Patch35: python-2.5.2-configure.patch
Patch37: python-2.6rc2-https-proxy.patch
Patch38: python-2.6-gettext-plurals.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%define python_version %(echo %{version} | head -c 3)
Provides: %{name} = %{python_version}
@@ -133,6 +134,7 @@ Authors:
%patch31
%patch35
%patch37
%patch38
# some cleanup
find . -name .cvsignore -type f -print0 | xargs -0 rm -f
find . -name CVS -type d -print0 | xargs -0 rm -rf
@@ -381,6 +383,8 @@ rm -rf $RPM_BUILD_ROOT
%{_bindir}/python2
%changelog
* Thu Jan 15 2009 matejcik@suse.cz
- fixed gettext.py problem with empty plurals line (bnc#462375)
* Wed Jan 07 2009 olh@suse.de
- obsolete old -XXbit packages (bnc#437293)
* Mon Dec 15 2008 matejcik@suse.cz