Updated to 2.0.9

This commit is contained in:
Алзим 2018-11-07 02:21:16 +03:00
parent cbd7121a5a
commit f16c4b55f8
2 changed files with 5 additions and 8 deletions

View file

@ -1,2 +1,2 @@
sources:
SDL2-2.0.8.tar.gz: 959ec6ded277821995d2e3cafd973f6ab9f48ab7
SDL2-2.0.9.tar.gz: 4354c6baad9a48486182656a7506abfb63e9bff5

View file

@ -1,4 +1,4 @@
%define oversion 0.8.0
%define oversion 0.9.0
%define api 2.0
%define major 0
@ -7,7 +7,7 @@
Summary: Simple DirectMedia Layer
Name: SDL2
Version: 2.0.8
Version: 2.0.9
Release: 1
License: Zlib
Group: System/Libraries
@ -52,8 +52,6 @@ platforms.
%package -n %{libname}
Summary: Main library for %{name}
Group: System/Libraries
Conflicts: %{_lib}SDL2_2.0_1 < 2.0.5-4
Obsoletes: %{_lib}SDL2_2.0_1 < 2.0.5-4
%description -n %{libname}
This package contains the library needed to run programs dynamically
@ -94,12 +92,11 @@ applications which will use %{name}.
%apply_patches
%build
%global optflags %{optflags} -mstackrealign
%define optflags %{optflags} -mstackrealign
%cmake \
-DRPATH:BOOL=OFF \
-DSDL_STATIC:BOOL=OFF
%make
%make -s
%install
%makeinstall_std -C build