forked from pool/python
Accepting request 69573 from devel:languages:python:Factory
- added "fix-parallel-make" patch to python main package as well, because build process is the same OBS-URL: https://build.opensuse.org/request/show/69573 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python?expand=0&rev=64
This commit is contained in:
commit
cef3698c1e
@ -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
|
||||
|
||||
|
@ -52,6 +52,7 @@ Patch6: python-2.6b3-curses-panel.patch
|
||||
Patch7: sparc_longdouble.patch
|
||||
Patch8: python-2.7-acrequire.patch
|
||||
Patch9: python-fix_date_time_compiler.patch
|
||||
Patch10: python-2.7-fix-parallel-make.patch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
|
||||
%define python_version %(echo %{version} | head -c 3)
|
||||
@ -184,6 +185,7 @@ Authors:
|
||||
%patch7 -p1
|
||||
%patch8 -p1
|
||||
%patch9
|
||||
%patch10 -p1
|
||||
# some cleanup
|
||||
find . -name .cvsignore -type f -print0 | xargs -0 rm -f
|
||||
find . -name CVS -type d -print0 | xargs -0 rm -rf
|
||||
|
Loading…
x
Reference in New Issue
Block a user