SHA256
1
0
forked from pool/python
OBS User unknown
2009-01-09 00:52:00 +00:00
committed by Git OBS Bridge
parent e818a239d1
commit 4ab750f5cb
5 changed files with 30 additions and 6 deletions

View File

@@ -1,7 +1,7 @@
#
# spec file for package python (Version 2.6.0)
#
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -27,10 +27,15 @@ Url: http://www.python.org/
License: X11/MIT
Group: Development/Languages/Python
AutoReqProv: on
# bug437293
%ifarch ppc64
Obsoletes: python-64bit
%endif
#
Obsoletes: python-nothreads python21 python-elementtree python-sqlite
Summary: Python Interpreter
Version: 2.6.0
Release: 3
Release: 4
Requires: python-base = %{version}
#%define tarname Python-%{version}
%define tarname Python-2.6
@@ -436,6 +441,8 @@ rm -rf $RPM_BUILD_ROOT
%{_libdir}/python%{python_version}/lib-dynload/readline.so
%changelog
* Wed Jan 07 2009 olh@suse.de
- obsolete old -XXbit packages (bnc#437293)
* Mon Dec 15 2008 matejcik@suse.cz
- reenabled bsddb module, so that dependent packages can build
( bnc#441088 )