forked from pool/SDL_mixer
Remove redundant requires
OBS-URL: https://build.opensuse.org/package/show/games/SDL_mixer?expand=0&rev=32
This commit is contained in:
parent
95de8060d0
commit
db00f69c06
@ -1,8 +1,8 @@
|
|||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Jan 6 12:27:02 UTC 2015 - jengelh@inai.de
|
Tue Jan 6 12:27:02 UTC 2015 - jengelh@inai.de
|
||||||
|
|
||||||
- Improve package summary and description
|
- Improve package summary and description. Drop --with-pic which
|
||||||
- Drop --with-pic which is enabled implicitly anyway
|
is enabled implicitly anyway, remove redundant Requires.
|
||||||
- Enable modplug support
|
- Enable modplug support
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
|
@ -34,7 +34,7 @@ Patch2: mikmod2.patch
|
|||||||
# PATCH-FIX-UPSTREAM: http://hg.libsdl.org/SDL_mixer/rev/2d713670db9b
|
# PATCH-FIX-UPSTREAM: http://hg.libsdl.org/SDL_mixer/rev/2d713670db9b
|
||||||
Patch3: double-free-crash.patch
|
Patch3: double-free-crash.patch
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
BuildRequires: pkgconfig
|
BuildRequires: pkg-config
|
||||||
BuildRequires: pkgconfig(flac)
|
BuildRequires: pkgconfig(flac)
|
||||||
BuildRequires: pkgconfig(fluidsynth)
|
BuildRequires: pkgconfig(fluidsynth)
|
||||||
BuildRequires: pkgconfig(libmikmod)
|
BuildRequires: pkgconfig(libmikmod)
|
||||||
@ -66,7 +66,6 @@ Timidity MIDI, and SMPEG MP3 libraries.
|
|||||||
Summary: Development files for the SDL sound mixer library
|
Summary: Development files for the SDL sound mixer library
|
||||||
Group: Development/Libraries/C and C++
|
Group: Development/Libraries/C and C++
|
||||||
Requires: %lname = %version
|
Requires: %lname = %version
|
||||||
Requires: libSDL-devel
|
|
||||||
Provides: SDL_mixer-devel = %version
|
Provides: SDL_mixer-devel = %version
|
||||||
Obsoletes: SDL_mixer-devel < %version
|
Obsoletes: SDL_mixer-devel < %version
|
||||||
# bug437293
|
# bug437293
|
||||||
|
Loading…
Reference in New Issue
Block a user