Accepting request 261522 from GNOME:Next
- Drop openSUSE-release BuildRequires: as this package gets a daily update to represent the build version, aisleriot is being rebuilt for no reason everyday. - Hackup configure to fallback to 'opensuse' as release when no /etc/os-release can be found. OBS-URL: https://build.opensuse.org/request/show/261522 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/aisleriot?expand=0&rev=63
This commit is contained in:
parent
708b801f62
commit
590849417c
@ -1,3 +1,12 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Nov 14 00:45:41 UTC 2014 - dimstar@opensuse.org
|
||||
|
||||
- Drop openSUSE-release BuildRequires: as this package gets a daily
|
||||
update to represent the build version, aisleriot is being rebuilt
|
||||
for no reason everyday.
|
||||
- Hackup configure to fallback to 'opensuse' as release when no
|
||||
/etc/os-release can be found.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Nov 13 09:38:41 UTC 2014 - zaitor@opensuse.org
|
||||
|
||||
|
@ -30,7 +30,6 @@ BuildRequires: guile-devel
|
||||
BuildRequires: intltool
|
||||
BuildRequires: lsb-release
|
||||
# Needed to get lsb data
|
||||
BuildRequires: suse-release
|
||||
BuildRequires: update-desktop-files
|
||||
BuildRequires: yelp-tools
|
||||
BuildRequires: pkgconfig(cairo)
|
||||
@ -65,6 +64,8 @@ This package provides extra themes for Aisleriot.
|
||||
%setup -q
|
||||
|
||||
%build
|
||||
# Hack up configure. This allows us not having to rely on openSUSE-release, which is a daily changing package
|
||||
sed -i 's:DISTRO="unknown":DISTRO="opensuse":' configure
|
||||
%configure \
|
||||
--disable-schemas-install \
|
||||
--disable-static \
|
||||
|
Loading…
x
Reference in New Issue
Block a user