Accepting request 88463 from home:malcolmlewis:branches:GNOME:Factory
Resubmit skip aisleriot-automagic-guile.patch when building on 11.4. OBS-URL: https://build.opensuse.org/request/show/88463 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/aisleriot?expand=0&rev=16
This commit is contained in:
parent
a2ecb492fb
commit
df17d5baa4
@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Oct 18 13:16:14 UTC 2011 - malcolmlewis@opensuse.org
|
||||
|
||||
- Skip aisleriot-automagic-guile.patch when building on 11.4
|
||||
since the guile version in 11.4 is not recent enough to
|
||||
require the patch.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 17 17:35:56 CEST 2011 - dimstar@opensuse.org
|
||||
|
||||
|
@ -72,11 +72,15 @@ This package provides extra themes for Aisleriot.
|
||||
%lang_package
|
||||
%prep
|
||||
%setup -q
|
||||
%if 0%{?suse_version} > 1140
|
||||
%patch1 -p1
|
||||
%endif
|
||||
|
||||
%build
|
||||
%if 0%{?suse_version} > 1140
|
||||
# needed by patch1
|
||||
NOCONFIGURE=1 gnome-autogen.sh
|
||||
%endif
|
||||
%configure \
|
||||
--disable-schemas-install \
|
||||
--disable-static
|
||||
|
Loading…
Reference in New Issue
Block a user