Update devel dependencies based on upstream feedback
This commit is contained in:
parent
cc181ad2aa
commit
fe09323e03
@ -11,7 +11,7 @@
|
|||||||
|
|
||||||
Name: sdl12-compat
|
Name: sdl12-compat
|
||||||
Version: 0.0.1~git.%{commitdate}.%{shortcommit}
|
Version: 0.0.1~git.%{commitdate}.%{shortcommit}
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
Summary: SDL 1.2 runtime compatibility library using SDL 2.0
|
Summary: SDL 1.2 runtime compatibility library using SDL 2.0
|
||||||
# mp3 decoder code is MIT-0/PD
|
# mp3 decoder code is MIT-0/PD
|
||||||
# SDL_opengl.h is zlib and MIT
|
# SDL_opengl.h is zlib and MIT
|
||||||
@ -62,14 +62,12 @@ Conflicts: SDL-devel < 1.2.50
|
|||||||
Provides: SDL-devel = 1.2.50
|
Provides: SDL-devel = 1.2.50
|
||||||
Provides: SDL-devel%{?_isa} = 1.2.50
|
Provides: SDL-devel%{?_isa} = 1.2.50
|
||||||
# Add deps required to compile SDL apps
|
# Add deps required to compile SDL apps
|
||||||
|
## For SDL_opengl.h
|
||||||
Requires: pkgconfig(gl)
|
Requires: pkgconfig(gl)
|
||||||
Requires: pkgconfig(glu)
|
Requires: pkgconfig(glu)
|
||||||
# Add deps previously required by SDL-devel
|
## For SDL_syswm.h
|
||||||
Requires: pkgconfig(alsa)
|
|
||||||
Requires: pkgconfig(x11)
|
Requires: pkgconfig(x11)
|
||||||
Requires: pkgconfig(xext)
|
Requires: pkgconfig(xproto)
|
||||||
Requires: pkgconfig(xrandr)
|
|
||||||
Requires: pkgconfig(xrender)
|
|
||||||
|
|
||||||
%description devel
|
%description devel
|
||||||
Simple DirectMedia Layer (SDL) is a cross-platform multimedia library
|
Simple DirectMedia Layer (SDL) is a cross-platform multimedia library
|
||||||
@ -145,6 +143,9 @@ install -m644 %{SOURCE1} %{buildroot}/%{_includedir}/SDL/SDL_config.h
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sun Jun 20 2021 Neal Gompa <ngompa13@gmail.com> - 0.0.1~git.20210619.4ad7ba6-2
|
||||||
|
- Update devel dependencies based on upstream feedback
|
||||||
|
|
||||||
* Sun Jun 20 2021 Neal Gompa <ngompa13@gmail.com> - 0.0.1~git.20210619.4ad7ba6-1
|
* Sun Jun 20 2021 Neal Gompa <ngompa13@gmail.com> - 0.0.1~git.20210619.4ad7ba6-1
|
||||||
- Update to new snapshot release
|
- Update to new snapshot release
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user