forked from pool/gimp-help
Accepting request 79112 from GNOME:Apps
No more parallel build OBS-URL: https://build.opensuse.org/request/show/79112 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gimp-help?expand=0&rev=15
This commit is contained in:
parent
d4210188fa
commit
3898df59c6
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Aug 17 09:23:42 UTC 2011 - dimstar@opensuse.org
|
||||
|
||||
- Disable parallel build. The build system seems to be very
|
||||
fragile and unreliable in this case.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Jan 9 11:18:15 CET 2011 - vuntz@opensuse.org
|
||||
|
||||
|
@ -21,6 +21,7 @@ Name: gimp-help
|
||||
Version: 2.6.1
|
||||
Release: 1
|
||||
# FIXME: on update, see if we still need Makefile.GNU as additional source (last check: 2.6.1). See bgo#639057.
|
||||
# FIXME: Check if parallel build reliably works again (last check: 2.6.1)
|
||||
License: GFDLv1.2
|
||||
Summary: Help System Data for GIMP
|
||||
Url: http://www.gimp.org/
|
||||
@ -217,7 +218,9 @@ cp %{S:2} .
|
||||
|
||||
%build
|
||||
%configure
|
||||
make -f Makefile.GNU %{?jobs:-j%jobs}
|
||||
#make -f Makefile.GNU %{?jobs:-j%jobs}
|
||||
# Parallel build is broken
|
||||
make -f Makefile.GNU
|
||||
|
||||
%install
|
||||
#FIXME: we can't use the usual macro since we don't use the standard Makefile
|
||||
|
Loading…
Reference in New Issue
Block a user