forked from pool/csmash
Accepting request 574644 from home:elvigia:branches:games
- FIx buildRequires so metapackages xorg-x11-devel, Mesa-devel are not required anymore. OBS-URL: https://build.opensuse.org/request/show/574644 OBS-URL: https://build.opensuse.org/package/show/games/csmash?expand=0&rev=12
This commit is contained in:
parent
c238d6ebe0
commit
caee48e06d
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Feb 9 12:52:58 UTC 2018 - crrodriguez@opensuse.org
|
||||
|
||||
- FIx buildRequires so metapackages xorg-x11-devel, Mesa-devel
|
||||
are not required anymore.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Sep 18 13:04:54 UTC 2012 - idonmez@suse.com
|
||||
|
||||
|
11
csmash.spec
11
csmash.spec
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package csmash
|
||||
#
|
||||
# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -32,17 +32,18 @@ Patch2: %{name}-%{version}-return_value.diff
|
||||
Patch3: %{name}-%{version}-qualification.diff
|
||||
Patch4: %{name}-%{version}-definitions.diff
|
||||
Patch5: %{name}-%{version}-uninitialized.diff
|
||||
BuildRequires: Mesa-devel
|
||||
BuildRequires: SDL-devel
|
||||
BuildRequires: SDL_image-devel
|
||||
BuildRequires: SDL_mixer-devel
|
||||
BuildRequires: desktop-file-utils
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: gcc-c++
|
||||
BuildRequires: gtk2-devel
|
||||
BuildRequires: libdrm-devel
|
||||
BuildRequires: xorg-x11-devel
|
||||
BuildRequires: pkgconfig(gl)
|
||||
BuildRequires: pkgconfig(glib-2.0)
|
||||
BuildRequires: pkgconfig(glu)
|
||||
BuildRequires: pkgconfig(gobject-2.0)
|
||||
BuildRequires: pkgconfig(gtk+-x11-2.0)
|
||||
BuildRequires: pkgconfig(zlib)
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
|
||||
%description
|
||||
|
Loading…
Reference in New Issue
Block a user