OBS User unknown
2009-07-17 14:35:32 +00:00
committed by Git OBS Bridge
parent 8a4cbdaa37
commit 8236393049
5 changed files with 33 additions and 700 deletions

View File

@@ -23,7 +23,7 @@ BuildRequires: zlib-devel
BuildRequires: fdupes
%endif
Url: http://www.python.org/
License: X11/MIT
License: MIT License (or similar)
Group: Development/Languages/Python
AutoReqProv: on
# bug437293
@@ -33,7 +33,7 @@ Obsoletes: python-64bit
#
Summary: Python Interpreter base package
Version: 2.6.2
Release: 1
Release: 2
%define tarname Python-%{version}
Source0: %{tarname}.tar.bz2
Source1: macros.python
@@ -68,7 +68,7 @@ Authors:
Guido van Rossum <guido@python.org>
%package -n python-devel
License: Python Copyright
License: Python License ..
Requires: python-base = %{version}
Summary: Include Files and Libraries Mandatory for Building Python Modules
Group: Development/Languages/Python
@@ -89,7 +89,7 @@ Authors:
Guido van Rossum <guido@python.org>
%package -n python-xml
License: Python Copyright
License: Python License ..
Requires: python-base = %{version}
Summary: A Python XML Interface
Group: Development/Libraries/Python
@@ -102,7 +102,7 @@ Python2.x, it is part of the core Python distribution.
%package -n libpython2_6-1_0
License: X11/MIT
License: MIT License (or similar)
Summary: Python Interpreter shared library
Group: Development/Languages/Python
AutoReqProv: on
@@ -140,6 +140,10 @@ find . -name CVS -type d -print0 | xargs -0 rm -rf
%build
########################################
# disable as-needed to fix build
########################################
export SUSE_ASNEEDED=0
########################################
# use rpm_opt_flags
########################################
export OPT="$RPM_OPT_FLAGS"
@@ -379,56 +383,3 @@ rm -rf $RPM_BUILD_ROOT
%{_bindir}/python2
%changelog
* Mon Apr 27 2009 matejcik@suse.cz
- update to 2.6.2
* bugfix-only release for 2.6 series
* Fri Feb 06 2009 matejcik@suse.cz
- excluded pyconfig.h and Makefile and Setup from -devel subpackage
to prevent file conflicts of python-base and python-devel
* Thu Jan 15 2009 matejcik@suse.cz
- fixed gettext.py problem with empty plurals line (bnc#462375)
* Wed Jan 07 2009 olh@suse.de
- obsolete old -XXbit packages (bnc#437293)
* Mon Dec 15 2008 matejcik@suse.cz
- removed bsddb directory from python-base, reenabled in python
* Mon Oct 20 2008 matejcik@suse.cz
- added libpython and python-base to baselibs.conf (bnc#432677)
- disabled test_smtplib for ia64 so that the package actually
gets built (bnc#436966)
* Thu Oct 09 2008 matejcik@suse.cz
- update to 2.6 final (version name is 2.6.0 to make upgrade from
2.6rc2 possible)
- replaced site.py hack with a .pth file to do the same thing
(cleaner solution that doesn't mess up documented behavior
and also fixes virtualenv, bnc#430761)
- enabled profile optimized build
- fixed %%py_requires macro (bnc#346490)
- provide %%name = 2.6
* Fri Sep 19 2008 matejcik@suse.cz
- moved tests to %%check section
- update to 2.6rc2
- included patch for https proxy support that resolves bnc#214983
(in a proper way) and bnc#298378
* Wed Sep 17 2008 matejcik@suse.cz
- included /etc/rpm/macros.python to fix the split-caused breakage
* Tue Sep 16 2008 matejcik@suse.cz
- applied bug-no-proxy patch from python#3879, which should improve
backwards compatibility (important i.e. for bzr)
- moved python-xml to a subpackage of this (brings no additional
dependencies, so it can as well stay)
- moved Makefile and pyconfig.h to python-base, removing the need
to have python-devel for installation
- improved compatibility with older distros for 11.0
- moved ssl.py and sqlite3 module to python package - they won't work
without their respective binary modules anyway
* Mon Sep 15 2008 matejcik@suse.cz
- updated to 2.6rc1 - bugfix-only pre-stable release
- renamed python-base-devel to python-devel as it should be
- removed macros from libpython package name
* Fri Sep 12 2008 matejcik@suse.cz
- moved python-devel to a subpackage of this
- created libpython subpackage
- moved essential files from -devel to -base, so that distutils
should now be able to install without -devel package
* Tue Sep 09 2008 matejcik@suse.cz
- initial release of python-base