- added "fix-parallel-make" patch to python main package as well,

because build process is the same

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:Factory/python?expand=0&rev=96
This commit is contained in:
Jan Matejek 2011-05-04 14:18:55 +00:00 committed by Git OBS Bridge
parent 4760e3fa0e
commit 6f678197af
2 changed files with 8 additions and 0 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Wed May 4 14:18:08 UTC 2011 - jmatejek@novell.com
- added "fix-parallel-make" patch to python main package as well,
because build process is the same
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Feb 17 17:37:09 CET 2011 - pth@suse.de Thu Feb 17 17:37:09 CET 2011 - pth@suse.de

View File

@ -52,6 +52,7 @@ Patch6: python-2.6b3-curses-panel.patch
Patch7: sparc_longdouble.patch Patch7: sparc_longdouble.patch
Patch8: python-2.7-acrequire.patch Patch8: python-2.7-acrequire.patch
Patch9: python-fix_date_time_compiler.patch Patch9: python-fix_date_time_compiler.patch
Patch10: python-2.7-fix-parallel-make.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
%define python_version %(echo %{version} | head -c 3) %define python_version %(echo %{version} | head -c 3)
@ -184,6 +185,7 @@ Authors:
%patch7 -p1 %patch7 -p1
%patch8 -p1 %patch8 -p1
%patch9 %patch9
%patch10 -p1
# some cleanup # some cleanup
find . -name .cvsignore -type f -print0 | xargs -0 rm -f find . -name .cvsignore -type f -print0 | xargs -0 rm -f
find . -name CVS -type d -print0 | xargs -0 rm -rf find . -name CVS -type d -print0 | xargs -0 rm -rf