- Add explicit glu dependency
OBS-URL: https://build.opensuse.org/package/show/games/csmash?expand=0&rev=10
This commit is contained in:
parent
a746cb4d19
commit
c238d6ebe0
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Sep 18 13:04:54 UTC 2012 - idonmez@suse.com
|
||||||
|
|
||||||
|
- Add explicit glu dependency
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Sep 18 00:04:19 UTC 2011 - jengelh@medozas.de
|
Sun Sep 18 00:04:19 UTC 2011 - jengelh@medozas.de
|
||||||
|
|
||||||
|
12
csmash.spec
12
csmash.spec
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package csmash
|
# spec file for package csmash
|
||||||
#
|
#
|
||||||
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -16,14 +16,13 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
Name: csmash
|
Name: csmash
|
||||||
Version: 0.6.6
|
Version: 0.6.6
|
||||||
Release: 254
|
Release: 0
|
||||||
License: GPLv2+
|
|
||||||
Summary: 3D Table Tennis Game
|
Summary: 3D Table Tennis Game
|
||||||
Url: http://cannonsmash.sourceforge.net/
|
License: GPL-2.0+
|
||||||
Group: Amusements/Games/3D/Other
|
Group: Amusements/Games/3D/Other
|
||||||
|
Url: http://cannonsmash.sourceforge.net/
|
||||||
Source: %{name}-%{version}.tar.bz2
|
Source: %{name}-%{version}.tar.bz2
|
||||||
Source1: danslatristesse2-48.ogg
|
Source1: danslatristesse2-48.ogg
|
||||||
Source2: %{name}.desktop
|
Source2: %{name}.desktop
|
||||||
@ -33,6 +32,7 @@ Patch2: %{name}-%{version}-return_value.diff
|
|||||||
Patch3: %{name}-%{version}-qualification.diff
|
Patch3: %{name}-%{version}-qualification.diff
|
||||||
Patch4: %{name}-%{version}-definitions.diff
|
Patch4: %{name}-%{version}-definitions.diff
|
||||||
Patch5: %{name}-%{version}-uninitialized.diff
|
Patch5: %{name}-%{version}-uninitialized.diff
|
||||||
|
BuildRequires: Mesa-devel
|
||||||
BuildRequires: SDL-devel
|
BuildRequires: SDL-devel
|
||||||
BuildRequires: SDL_image-devel
|
BuildRequires: SDL_image-devel
|
||||||
BuildRequires: SDL_mixer-devel
|
BuildRequires: SDL_mixer-devel
|
||||||
@ -42,7 +42,7 @@ BuildRequires: gcc-c++
|
|||||||
BuildRequires: gtk2-devel
|
BuildRequires: gtk2-devel
|
||||||
BuildRequires: libdrm-devel
|
BuildRequires: libdrm-devel
|
||||||
BuildRequires: xorg-x11-devel
|
BuildRequires: xorg-x11-devel
|
||||||
BuildRequires: Mesa-devel
|
BuildRequires: pkgconfig(glu)
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
|
|
||||||
%description
|
%description
|
||||||
|
Loading…
Reference in New Issue
Block a user