forked from pool/sdl12_compat
Accepting request 982771 from home:dimstar:Factory
- Depend on the actual libSDL2 library which is being dlopen()'ed. - Require pkgconfig(gl) and pkgconfig)glu) from the devel package, as our headers include GL/gl.h and GL/glu.h (boo#1200562). OBS-URL: https://build.opensuse.org/request/show/982771 OBS-URL: https://build.opensuse.org/package/show/games/sdl12_compat?expand=0&rev=12
This commit is contained in:
parent
913e895e57
commit
4221a2c942
@ -1,3 +1,10 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Jun 15 10:57:30 UTC 2022 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||||
|
|
||||||
|
- Depend on the actual libSDL2 library which is being dlopen()'ed.
|
||||||
|
- Require pkgconfig(gl) and pkgconfig)glu) from the devel package,
|
||||||
|
as our headers include GL/gl.h and GL/glu.h (boo#1200562).
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue May 17 07:44:55 UTC 2022 - Jan Engelhardt <jengelh@inai.de>
|
Tue May 17 07:44:55 UTC 2022 - Jan Engelhardt <jengelh@inai.de>
|
||||||
|
|
||||||
|
@ -43,6 +43,7 @@ against SDL 1.2, but it uses SDL 2.0 behind the scenes.
|
|||||||
Summary: SDL Graphics Routines for Primitives and Other Support Functions
|
Summary: SDL Graphics Routines for Primitives and Other Support Functions
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
Conflicts: libSDL-1_2-0
|
Conflicts: libSDL-1_2-0
|
||||||
|
%requires_eq %(rpm --qf "%%{name}" -qf $(readlink -f %{_libdir}/libSDL2.so))
|
||||||
|
|
||||||
%description -n %lname
|
%description -n %lname
|
||||||
This is the "Simple DirectMedia Layer" library built from sdl12_compat.
|
This is the "Simple DirectMedia Layer" library built from sdl12_compat.
|
||||||
@ -53,6 +54,8 @@ against SDL 1.2, but it uses SDL 2.0 behind the scenes.
|
|||||||
Summary: Libraries, includes and more to develop SDL-1.2 applications
|
Summary: Libraries, includes and more to develop SDL-1.2 applications
|
||||||
Group: Development/Libraries/X11
|
Group: Development/Libraries/X11
|
||||||
Requires: %lname = %version
|
Requires: %lname = %version
|
||||||
|
Requires: pkgconfig(gl)
|
||||||
|
Requires: pkgconfig(glu)
|
||||||
Conflicts: SDL-devel
|
Conflicts: SDL-devel
|
||||||
Provides: SDL-devel = %version-%release
|
Provides: SDL-devel = %version-%release
|
||||||
Provides: libSDL-devel = %version-%release
|
Provides: libSDL-devel = %version-%release
|
||||||
|
Loading…
Reference in New Issue
Block a user