forked from jengelh/SDL2
- Rename devel package to just %name-devel, which is what most
our packages do. OBS-URL: https://build.opensuse.org/package/show/games/SDL2?expand=0&rev=131
This commit is contained in:
parent
21b5329834
commit
0cf0cfcff5
@ -12,6 +12,8 @@ Fri Aug 19 16:25:00 UTC 2022 - Jan Engelhardt <jengelh@inai.de>
|
|||||||
- Drop baselibs.conf (no SDL2_ttf-dependent Tumbleweed packages
|
- Drop baselibs.conf (no SDL2_ttf-dependent Tumbleweed packages
|
||||||
themselves have baselibs).
|
themselves have baselibs).
|
||||||
- Drop fix-xi2-crash.patch (merged)
|
- Drop fix-xi2-crash.patch (merged)
|
||||||
|
- Rename devel package to just %name-devel, which is what most
|
||||||
|
our packages do.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Jul 5 09:16:41 UTC 2022 - Jan Engelhardt <jengelh@inai.de>
|
Tue Jul 5 09:16:41 UTC 2022 - Jan Engelhardt <jengelh@inai.de>
|
||||||
|
@ -90,7 +90,7 @@ across multiple platforms.
|
|||||||
SDL2 uses dlopen, so if you experience problems under X11, check
|
SDL2 uses dlopen, so if you experience problems under X11, check
|
||||||
again that libXrandr2 and libXi6 are in fact installed.
|
again that libXrandr2 and libXi6 are in fact installed.
|
||||||
|
|
||||||
%package -n libSDL2-devel
|
%package devel
|
||||||
Summary: SDL2 Library Developer Files
|
Summary: SDL2 Library Developer Files
|
||||||
Group: Development/Libraries/X11
|
Group: Development/Libraries/X11
|
||||||
Requires: %lname = %version-%release
|
Requires: %lname = %version-%release
|
||||||
@ -102,9 +102,10 @@ Requires: pkgconfig(glesv2)
|
|||||||
Requires: pkgconfig(glu)
|
Requires: pkgconfig(glu)
|
||||||
Requires: pkgconfig(x11)
|
Requires: pkgconfig(x11)
|
||||||
Requires: pkgconfig(xproto)
|
Requires: pkgconfig(xproto)
|
||||||
Provides: SDL2-devel = %version-%release
|
Obsoletes: libSDL2-devel < %version-%release
|
||||||
|
Provides: libSDL2-devel = %version-%release
|
||||||
|
|
||||||
%description -n libSDL2-devel
|
%description devel
|
||||||
This package contains files needed for development with the SDL2
|
This package contains files needed for development with the SDL2
|
||||||
library.
|
library.
|
||||||
|
|
||||||
@ -143,7 +144,7 @@ rm -fv "%buildroot/%_libdir/libSDL2.a" "%buildroot/%_libdir/libSDL2_test.a"
|
|||||||
%doc README.md README-SDL.txt
|
%doc README.md README-SDL.txt
|
||||||
%_libdir/libSDL2-2*.so.*
|
%_libdir/libSDL2-2*.so.*
|
||||||
|
|
||||||
%files -n libSDL2-devel
|
%files devel
|
||||||
%doc WhatsNew.txt
|
%doc WhatsNew.txt
|
||||||
%_bindir/sdl2-config
|
%_bindir/sdl2-config
|
||||||
%_libdir/libSDL2.so
|
%_libdir/libSDL2.so
|
||||||
|
@ -1,6 +1,7 @@
|
|||||||
libSDL2-2_0-0
|
libSDL2-2_0-0
|
||||||
provides "SDL2-<targettype> = <version>"
|
provides "SDL2-<targettype> = <version>"
|
||||||
libSDL2-devel
|
SDL2-devel
|
||||||
provides "SDL2-devel-<targettype> = <version>"
|
obsoletes "libSDL2-devel-<targettype>"
|
||||||
|
provides "libSDL2-devel-<targettype> = <version>"
|
||||||
requires -libSDL2-<targettype>
|
requires -libSDL2-<targettype>
|
||||||
requires "libSDL2-2_0-0-<targettype> = <version>"
|
requires "libSDL2-2_0-0-<targettype> = <version>"
|
||||||
|
Loading…
Reference in New Issue
Block a user