forked from pool/python
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:
parent
804883eb48
commit
8938d1ada0
@ -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
|
||||
|
@ -24,7 +24,7 @@ Group: Development/Languages/Python
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
Summary: Additional Package Documentation for Python.
|
||||
Version: 2.6
|
||||
Release: 19
|
||||
Release: 20
|
||||
%define pyver 2.6.2
|
||||
BuildArch: noarch
|
||||
%define tarname Python-%{pyver}
|
||||
|
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 3 16:07:54 UTC 2010 - jengelh@medozas.de
|
||||
|
||||
- exclude dl.so from SPARC64 (not built like on x86_64)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 29 15:44:28 CET 2010 - matejcik@suse.cz
|
||||
|
||||
|
@ -35,7 +35,7 @@ Obsoletes: python-64bit
|
||||
Obsoletes: python-nothreads python21 python-elementtree python-sqlite
|
||||
Summary: Python Interpreter
|
||||
Version: 2.6.2
|
||||
Release: 9
|
||||
Release: 10
|
||||
Requires: python-base = %{version}
|
||||
%define tarname Python-%{version}
|
||||
Source0: %{tarname}.tar.bz2
|
||||
|
Loading…
x
Reference in New Issue
Block a user