mirror of
https://abf.rosa.ru/djam/SDL2.git
synced 2025-02-23 14:42:58 +00:00
New version 2.0.4
Library major is now 0
This commit is contained in:
parent
4733eacc88
commit
fe373a5a7d
2 changed files with 4 additions and 7 deletions
2
.abf.yml
2
.abf.yml
|
@ -1,2 +1,2 @@
|
||||||
sources:
|
sources:
|
||||||
SDL2-2.0.3.tar.gz: 21c45586a4e94d7622e371340edec5da40d06ecc
|
SDL2-2.0.4.tar.gz: 470a23dfc4b6220c687925ebbe5fe96287f8fb08
|
||||||
|
|
|
@ -1,14 +1,12 @@
|
||||||
# For some reasons we have libver here, it doesn't affect SONAME
|
|
||||||
%define libver 0.2.1
|
|
||||||
%define api 2.0
|
%define api 2.0
|
||||||
%define major 1
|
%define major 0
|
||||||
%define libname %mklibname %{name}_ %{api} %{major}
|
%define libname %mklibname %{name}_ %{api} %{major}
|
||||||
%define devname %mklibname %{name} -d
|
%define devname %mklibname %{name} -d
|
||||||
|
|
||||||
Summary: Simple DirectMedia Layer
|
Summary: Simple DirectMedia Layer
|
||||||
Name: SDL2
|
Name: SDL2
|
||||||
Version: 2.0.3
|
Version: 2.0.4
|
||||||
Release: 2
|
Release: 1
|
||||||
License: Zlib
|
License: Zlib
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
Url: http://www.libsdl.org/
|
Url: http://www.libsdl.org/
|
||||||
|
@ -50,7 +48,6 @@ linked with %{name}.
|
||||||
|
|
||||||
%files -n %{libname}
|
%files -n %{libname}
|
||||||
%doc README.txt README-SDL.txt CREDITS.txt COPYING.txt BUGS.txt WhatsNew.txt
|
%doc README.txt README-SDL.txt CREDITS.txt COPYING.txt BUGS.txt WhatsNew.txt
|
||||||
%{_libdir}/libSDL2-%{api}.so.%{libver}
|
|
||||||
%{_libdir}/libSDL2-%{api}.so.%{major}*
|
%{_libdir}/libSDL2-%{api}.so.%{major}*
|
||||||
|
|
||||||
#----------------------------------------------------------------------------
|
#----------------------------------------------------------------------------
|
||||||
|
|
Loading…
Add table
Reference in a new issue