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
|
Summary: Python Interpreter base package
|
||||||
Version: 2.6.2
|
Version: 2.6.2
|
||||||
Release: 9
|
Release: 10
|
||||||
%define tarname Python-%{version}
|
%define tarname Python-%{version}
|
||||||
Source0: %{tarname}.tar.bz2
|
Source0: %{tarname}.tar.bz2
|
||||||
Source1: macros.python
|
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/audioop.so
|
||||||
%{_libdir}/python%{python_version}/lib-dynload/Python-%{version}-py%{python_version}.egg-info
|
%{_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)
|
# 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*)
|
# requires sizeof(int) == sizeof(long) == sizeof(char*)
|
||||||
%{_libdir}/python%{python_version}/lib-dynload/dl.so
|
%{_libdir}/python%{python_version}/lib-dynload/dl.so
|
||||||
%endif
|
%endif
|
||||||
|
@ -24,7 +24,7 @@ Group: Development/Languages/Python
|
|||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
Summary: Additional Package Documentation for Python.
|
Summary: Additional Package Documentation for Python.
|
||||||
Version: 2.6
|
Version: 2.6
|
||||||
Release: 19
|
Release: 20
|
||||||
%define pyver 2.6.2
|
%define pyver 2.6.2
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
%define tarname Python-%{pyver}
|
%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
|
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
|
Obsoletes: python-nothreads python21 python-elementtree python-sqlite
|
||||||
Summary: Python Interpreter
|
Summary: Python Interpreter
|
||||||
Version: 2.6.2
|
Version: 2.6.2
|
||||||
Release: 9
|
Release: 10
|
||||||
Requires: python-base = %{version}
|
Requires: python-base = %{version}
|
||||||
%define tarname Python-%{version}
|
%define tarname Python-%{version}
|
||||||
Source0: %{tarname}.tar.bz2
|
Source0: %{tarname}.tar.bz2
|
||||||
|
Loading…
x
Reference in New Issue
Block a user