OBS User unknown
2008-06-25 20:15:15 +00:00
committed by Git OBS Bridge
parent cccc118b27
commit 92d03071ff
4 changed files with 35 additions and 4 deletions

View File

@@ -8,7 +8,6 @@
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
# norootforbuild
Name: python
@@ -21,7 +20,7 @@ AutoReqProv: on
Obsoletes: python-nothreads python21 python-elementtree python-sqlite
Summary: Python Interpreter
Version: 2.5.2
Release: 19
Release: 28
%define tarname Python-%{version}
Source0: %{tarname}.tar.bz2
Source6: README.SUSE
@@ -44,6 +43,7 @@ Patch31: python-2.5.2-fwrapv.patch
Patch32: disable-dns-test.diff
Patch33: python-2.5.2-from-string-and-size.patch
Patch34: python-2.5.2-docdirs.patch
Patch35: python-2.5.2-configure.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%define python_version %(echo %{version} | head -c 3)
%define idle_name idle
@@ -217,6 +217,7 @@ Python2.x, it is part of the core Python distribution.
%endif
%patch33 -p2
%patch34
%patch35
# some cleanup
find . -name .cvsignore -type f -print0 | xargs -0 rm -f
find . -name CVS -type d -print0 | xargs -0 rm -rf
@@ -490,6 +491,8 @@ rm -rf $RPM_BUILD_ROOT
%{_bindir}/python2
%changelog
* Fri Jun 13 2008 schwab@suse.de
- Fix configure script.
* Thu Apr 24 2008 matejcik@suse.cz
- proper path for html documentation from python-doc,
help text mentioning python-doc package in pydoc