SHA256
1
0
forked from pool/python

Accepting request 48686 from devel:languages:python:Factory

checked in (request 48686)

OBS-URL: https://build.opensuse.org/request/show/48686
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:Factory/python?expand=0&rev=84
This commit is contained in:
OBS User autobuild 2010-09-21 16:04:31 +00:00 committed by Git OBS Bridge
parent 9e50977fa3
commit f1a853c81b
6 changed files with 12 additions and 34 deletions

View File

@ -1,4 +1,4 @@
python python
requires "python-base-<targettype> = <version>" requires "python-base-<targettype> = <version>"
python-base python-base
libpython2_7-1_0 libpython2_6-1_0

View File

@ -1,8 +1,3 @@
-------------------------------------------------------------------
Tue Sep 21 10:07:43 UTC 2010 - coolo@novell.com
- fix baselibs.conf
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Aug 26 15:13:49 UTC 2010 - suse-tux@gmx.de Thu Aug 26 15:13:49 UTC 2010 - suse-tux@gmx.de

View File

@ -1,5 +1,5 @@
# #
# spec file for package python-base (Version 2.6.5) # spec file for package python-base (Version 2.7)
# #
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany. # Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
# #
@ -18,7 +18,7 @@
Name: python-base Name: python-base
BuildRequires: zlib-devel fdupes pkg-config BuildRequires: fdupes pkg-config zlib-devel
Url: http://www.python.org/ Url: http://www.python.org/
License: MIT License (or similar) License: MIT License (or similar)
Group: Development/Languages/Python Group: Development/Languages/Python
@ -160,11 +160,6 @@ autoreconf -f -i . # Modules/_ctypes/libffi
# prevent make from trying to rebuild asdl stuff, which requires existing # prevent make from trying to rebuild asdl stuff, which requires existing
# python installation # python installation
touch Parser/asdl* Python/Python-ast.c Include/Python-ast.h touch Parser/asdl* Python/Python-ast.c Include/Python-ast.h
# use just gcc instead of [GCC 4.5.0 20100604 [gcc-4_5-branch revision 160292]..
echo '#define COMPILER "[GCC]"' >> pyconfig.h.in
# use a compilation date equivalent to the source tarball.
printf '#define DATE "%s %s %s"\n' $(date -u -r %{SOURCE0} +"%b %d %Y") >> pyconfig.h.in
printf '#define TIME "%s"\n' $(date -u -r %{SOURCE0} +"%T") >> pyconfig.h.in
######################################## ########################################
# configure # configure
######################################## ########################################

View File

@ -1,5 +1,5 @@
# #
# spec file for package python-doc (Version 2.6) # spec file for package python-doc (Version 2.7)
# #
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany. # Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
# #
@ -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.7 Version: 2.7
Release: 23 Release: 1
%define pyver 2.7 %define pyver 2.7
BuildArch: noarch BuildArch: noarch
%define tarname Python-%{pyver} %define tarname Python-%{pyver}

View File

@ -1,12 +1,3 @@
-------------------------------------------------------------------
Tue Aug 31 02:51:56 UTC 2010 - cristian.rodriguez@opensuse.org
- Provide "fake" build enviroment information
* build date replaced by source tarball modify date
* compiler string replaced by "GCC"
* This is intended to avoid republishing the packages
over and over again.
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Aug 26 11:42:44 UTC 2010 - jmatejek@novell.com Thu Aug 26 11:42:44 UTC 2010 - jmatejek@novell.com

View File

@ -1,5 +1,5 @@
# #
# spec file for package python (Version 2.6.5) # spec file for package python (Version 2.7)
# #
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany. # Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
# #
@ -18,7 +18,7 @@
Name: python Name: python
BuildRequires: db-devel gdbm-devel gmp-devel libbz2-devel libopenssl-devel ncurses-devel readline-devel sqlite-devel tk-devel xorg-x11-devel fdupes BuildRequires: db-devel fdupes gdbm-devel gmp-devel libbz2-devel libopenssl-devel ncurses-devel readline-devel sqlite-devel tk-devel xorg-x11-devel
#Requires: openssl >= 0.9.8e #Requires: openssl >= 0.9.8e
Url: http://www.python.org/ Url: http://www.python.org/
License: MIT License (or similar) License: MIT License (or similar)
@ -32,7 +32,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.7 Version: 2.7
Release: 2 Release: 1
Requires: python-base = %{version} Requires: python-base = %{version}
%define tarversion %{version} %define tarversion %{version}
%define tarname Python-%{tarversion} %define tarname Python-%{tarversion}
@ -202,11 +202,6 @@ autoreconf -f -i . # Modules/_ctypes/libffi
# prevent make from trying to rebuild asdl stuff, which requires existing # prevent make from trying to rebuild asdl stuff, which requires existing
# python installation # python installation
touch Parser/asdl* Python/Python-ast.c Include/Python-ast.h touch Parser/asdl* Python/Python-ast.c Include/Python-ast.h
# use just gcc instead of [GCC 4.5.0 20100604 [gcc-4_5-branch revision 160292]..
echo '#define COMPILER "[GCC]"' >> pyconfig.h.in
# use a compilation date equivalent to the source tarball.
printf '#define DATE "%s %s %s"\n' $(date -u -r %{SOURCE0} +"%b %d %Y") >> pyconfig.h.in
printf '#define TIME "%s"\n' $(date -u -r %{SOURCE0} +"%T") >> pyconfig.h.in
######################################## ########################################
# configure # configure
######################################## ########################################
@ -385,9 +380,11 @@ install -m 644 %{S:3} %{S:4} $RPM_BUILD_ROOT/etc/profile.d
%clean %clean
rm -rf $RPM_BUILD_ROOT rm -rf $RPM_BUILD_ROOT
%post -p /sbin/ldconfig %post
%{run_ldconfig}
%postun -p /sbin/ldconfig %postun
%{run_ldconfig}
%files idle %files idle
%defattr(644, root, root, 755) %defattr(644, root, root, 755)