- Add explicit glu dependency

OBS-URL: https://build.opensuse.org/package/show/games/csmash?expand=0&rev=10
This commit is contained in:
Ismail Dönmez 2012-09-18 13:05:09 +00:00 committed by Git OBS Bridge
parent a746cb4d19
commit c238d6ebe0
2 changed files with 11 additions and 6 deletions

View File

@ -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

View File

@ -1,7 +1,7 @@
#
# 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
# remain the property of their copyright owners, unless otherwise agreed
@ -16,14 +16,13 @@
#
Name: csmash
Version: 0.6.6
Release: 254
License: GPLv2+
Release: 0
Summary: 3D Table Tennis Game
Url: http://cannonsmash.sourceforge.net/
License: GPL-2.0+
Group: Amusements/Games/3D/Other
Url: http://cannonsmash.sourceforge.net/
Source: %{name}-%{version}.tar.bz2
Source1: danslatristesse2-48.ogg
Source2: %{name}.desktop
@ -33,6 +32,7 @@ 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
@ -42,7 +42,7 @@ BuildRequires: gcc-c++
BuildRequires: gtk2-devel
BuildRequires: libdrm-devel
BuildRequires: xorg-x11-devel
BuildRequires: Mesa-devel
BuildRequires: pkgconfig(glu)
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description