mirror of
https://abf.rosa.ru/djam/SDL2.git
synced 2025-04-22 12:54:44 +00:00
Updated to 2.0.9
This commit is contained in:
parent
cbd7121a5a
commit
f16c4b55f8
2 changed files with 5 additions and 8 deletions
2
.abf.yml
2
.abf.yml
|
@ -1,2 +1,2 @@
|
||||||
sources:
|
sources:
|
||||||
SDL2-2.0.8.tar.gz: 959ec6ded277821995d2e3cafd973f6ab9f48ab7
|
SDL2-2.0.9.tar.gz: 4354c6baad9a48486182656a7506abfb63e9bff5
|
||||||
|
|
11
SDL2.spec
11
SDL2.spec
|
@ -1,4 +1,4 @@
|
||||||
%define oversion 0.8.0
|
%define oversion 0.9.0
|
||||||
|
|
||||||
%define api 2.0
|
%define api 2.0
|
||||||
%define major 0
|
%define major 0
|
||||||
|
@ -7,7 +7,7 @@
|
||||||
|
|
||||||
Summary: Simple DirectMedia Layer
|
Summary: Simple DirectMedia Layer
|
||||||
Name: SDL2
|
Name: SDL2
|
||||||
Version: 2.0.8
|
Version: 2.0.9
|
||||||
Release: 1
|
Release: 1
|
||||||
License: Zlib
|
License: Zlib
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
|
@ -52,8 +52,6 @@ platforms.
|
||||||
%package -n %{libname}
|
%package -n %{libname}
|
||||||
Summary: Main library for %{name}
|
Summary: Main library for %{name}
|
||||||
Group: System/Libraries
|
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}
|
%description -n %{libname}
|
||||||
This package contains the library needed to run programs dynamically
|
This package contains the library needed to run programs dynamically
|
||||||
|
@ -94,12 +92,11 @@ applications which will use %{name}.
|
||||||
%apply_patches
|
%apply_patches
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%global optflags %{optflags} -mstackrealign
|
%define optflags %{optflags} -mstackrealign
|
||||||
%cmake \
|
%cmake \
|
||||||
-DRPATH:BOOL=OFF \
|
-DRPATH:BOOL=OFF \
|
||||||
-DSDL_STATIC:BOOL=OFF
|
-DSDL_STATIC:BOOL=OFF
|
||||||
%make
|
%make -s
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%makeinstall_std -C build
|
%makeinstall_std -C build
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue