Accepting request 766625 from games
OBS-URL: https://build.opensuse.org/request/show/766625 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/supertuxkart?expand=0&rev=20
This commit is contained in:
commit
c5e67d323a
10
_constraints
Normal file
10
_constraints
Normal file
@ -0,0 +1,10 @@
|
||||
<constraints>
|
||||
<hardware>
|
||||
<memory>
|
||||
<size unit="G">2</size>
|
||||
</memory>
|
||||
<disk>
|
||||
<size unit="G">7</size>
|
||||
</disk>
|
||||
</hardware>
|
||||
</constraints>
|
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 23 08:57:39 UTC 2020 - Guillaume GARDET <guillaume.gardet@opensuse.org>
|
||||
|
||||
- Enable build on non-x86 architectures
|
||||
- Add _constraints to avoid build failures
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Jan 5 07:58:23 UTC 2020 - Andrey Karepin <egdfree@opensuse.org>
|
||||
|
||||
|
@ -38,6 +38,11 @@ BuildRequires: libraqm-devel
|
||||
%if 0%{?suse_version} && 0%{?is_opensuse}
|
||||
BuildRequires: mcpp-devel
|
||||
%endif
|
||||
%ifnarch %ix86 x86_64
|
||||
BuildRequires: Mesa-libEGL-devel
|
||||
BuildRequires: Mesa-libGLESv2-devel
|
||||
BuildRequires: Mesa-libGLESv3-devel
|
||||
%endif
|
||||
BuildRequires: pkgconfig
|
||||
BuildRequires: unzip
|
||||
BuildRequires: update-desktop-files
|
||||
@ -59,7 +64,6 @@ BuildRequires: pkgconfig(xrandr)
|
||||
Requires: %{name}-data = %{version}
|
||||
Requires(post): hicolor-icon-theme
|
||||
Requires(postun): hicolor-icon-theme
|
||||
ExclusiveArch: %{ix86} x86_64
|
||||
|
||||
%description
|
||||
SuperTuxKart is a Free 3d kart racing game.
|
||||
|
Loading…
x
Reference in New Issue
Block a user