Accepting request 33911 from devel:languages:python:Factory

Copy from devel:languages:python:Factory/python based on submit request 33911 from user coolo

OBS-URL: https://build.opensuse.org/request/show/33911
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python?expand=0&rev=44
This commit is contained in:
OBS User autobuild
2010-03-04 15:07:48 +00:00
committed by Git OBS Bridge
parent 804883eb48
commit 8938d1ada0
4 changed files with 9 additions and 4 deletions

View File

@@ -33,7 +33,7 @@ Obsoletes: python-64bit
#
Summary: Python Interpreter base package
Version: 2.6.2
Release: 9
Release: 10
%define tarname Python-%{version}
Source0: %{tarname}.tar.bz2
Source1: macros.python
@@ -386,7 +386,7 @@ rm -rf $RPM_BUILD_ROOT
%{_libdir}/python%{python_version}/lib-dynload/audioop.so
%{_libdir}/python%{python_version}/lib-dynload/Python-%{version}-py%{python_version}.egg-info
# these modules don't support 64-bit arches (disabled by setup.py)
%ifnarch alpha ia64 x86_64 s390x ppc64
%ifnarch alpha ia64 x86_64 s390x ppc64 sparc64
# requires sizeof(int) == sizeof(long) == sizeof(char*)
%{_libdir}/python%{python_version}/lib-dynload/dl.so
%endif