From 77fe65d65015ae7a824349f674768030de5e4c68253437f91a7cf4c5f4ba2880 Mon Sep 17 00:00:00 2001 From: Cristian Morales Vega Date: Mon, 7 Jan 2013 13:50:52 +0000 Subject: [PATCH] Accepting request 146876 from home:elvigia:branches:games - BuildRequire pkgconfig(libmodplug) OBS-URL: https://build.opensuse.org/request/show/146876 OBS-URL: https://build.opensuse.org/package/show/games/SDL_sound?expand=0&rev=11 --- SDL_sound.changes | 5 +++++ SDL_sound.spec | 25 +++++++++++++++---------- 2 files changed, 20 insertions(+), 10 deletions(-) diff --git a/SDL_sound.changes b/SDL_sound.changes index 4fe77a2..e1ef316 100644 --- a/SDL_sound.changes +++ b/SDL_sound.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Jan 3 02:27:56 UTC 2013 - crrodriguez@opensuse.org + +- BuildRequire pkgconfig(libmodplug) + ------------------------------------------------------------------- Sat Sep 17 10:24:03 UTC 2011 - jengelh@medozas.de diff --git a/SDL_sound.spec b/SDL_sound.spec index f6de076..d3c40b6 100644 --- a/SDL_sound.spec +++ b/SDL_sound.spec @@ -1,7 +1,7 @@ # # spec file for package SDL_sound # -# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2013 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,18 +16,24 @@ # - Name: SDL_sound -BuildRequires: flac-devel libSDL-devel libmikmod-devel libogg-devel libvorbis-devel physfs-devel speex-devel +BuildRequires: flac-devel +BuildRequires: libSDL-devel +BuildRequires: libmikmod-devel +BuildRequires: libogg-devel +BuildRequires: libvorbis-devel +BuildRequires: physfs-devel +BuildRequires: speex-devel +BuildRequires: pkgconfig(libmodplug) Url: http://icculus.org/SDL_sound/ Summary: Sound Sample Library for SDL (Simple DirectMedia Layer) +License: LGPL-2.1+ +Group: System/Libraries Version: 1.0.3 -Release: 68 +Release: 0 Source: %{name}-%{version}-nompglib.tar.bz2 Source2: baselibs.conf Patch0: %{name}-%{version}-nompglib.patch -License: LGPLv2.1+ -Group: System/Libraries BuildRoot: %{_tmppath}/%{name}-%{version}-build %description @@ -38,9 +44,8 @@ pointer to the waveform. SDL_sound also can handle channel conversion on-the-fly and behind-the-scenes. %package -n libSDL_sound-1_0-1 -Group: System/Libraries Summary: Sound Sample Library for SDL (Simple DirectMedia Layer) -License: LGPLv2.1+ +Group: System/Libraries Provides: SDL_sound = %{version} Obsoletes: SDL_sound <= %{version} @@ -52,10 +57,10 @@ pointer to the waveform. SDL_sound also can handle channel conversion on-the-fly and behind-the-scenes. %package -n libSDL_sound-devel -License: LGPLv2.1+ Summary: Sound Sample Library for SDL (Simple DirectMedia Layer) Group: Development/Libraries/C and C++ -Requires: libSDL_sound-1_0-1 = %{version} libSDL-devel +Requires: libSDL-devel +Requires: libSDL_sound-1_0-1 = %{version} Provides: SDL_sound-devel = %{version} Obsoletes: SDL_sound-devel <= %{version}