- dropped autoconf version requirement (it builds just fine with other versions)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:Factory/python?expand=0&rev=77
This commit is contained in:
Jan Matejek
2010-08-26 15:14:32 +00:00
committed by Git OBS Bridge
parent 90f82303ad
commit a1a2c6773f
4 changed files with 18 additions and 4 deletions

View File

@@ -50,6 +50,7 @@ Patch4: python-2.5.1-sqlite.patch
Patch5: python-2.7rc2-configure.patch
Patch6: python-2.6b3-curses-panel.patch
Patch7: sparc_longdouble.patch
Patch8: python-2.7-acrequire.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%define python_version %(echo %{version} | head -c 3)
@@ -177,13 +178,10 @@ Authors:
%patch2 -p1
%patch3
%patch4
#%if 0%{?suse_version}
#%endif
%patch5
%if %suse_version > 1100
%patch6
%endif
%patch7 -p1
%patch8 -p1
# some cleanup
find . -name .cvsignore -type f -print0 | xargs -0 rm -f
find . -name CVS -type d -print0 | xargs -0 rm -rf