automatic version update by autodist [release 2.24.0-1mamba;Mon Aug 22 2022]
This commit is contained in:
parent
21ac0d758b
commit
f8fe26a914
13
libSDL2.spec
13
libSDL2.spec
@ -1,5 +1,5 @@
|
||||
Name: libSDL2
|
||||
Version: 2.0.22
|
||||
Version: 2.24.0
|
||||
Release: 1mamba
|
||||
Summary: A library designed to provide low level access to audio, keyboard, mouse, joystick, and graphics hardware
|
||||
Group: System/Libraries
|
||||
@ -12,10 +12,6 @@ Patch0: libSDL2-2.0.4-libwayland-1.9.93.patch
|
||||
License: zlib/libpng
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: glibc-devel
|
||||
BuildRequires: libdbus-devel
|
||||
BuildRequires: libglib-devel
|
||||
BuildRequires: libibus-devel
|
||||
BuildRequires: libunwind-devel
|
||||
## AUTOBUILDREQ-END
|
||||
%ifarch x86_64
|
||||
Provides: libSDL2-2.0.so.1()(64bit)
|
||||
@ -59,6 +55,8 @@ This package contains libraries and header files for developing applications tha
|
||||
# legacy workaround
|
||||
ln -s libSDL2-2.0.so.0 %{buildroot}%{_libdir}/libSDL2-2.0.so.1
|
||||
|
||||
rm -f %{buildroot}%{_datadir}/licenses/SDL2/LICENSE.txt
|
||||
|
||||
#%ifarch x86_64
|
||||
#mv %{buildroot}%{_prefix}/lib/cmake %{buildroot}%{_libdir}/
|
||||
#%endif
|
||||
@ -72,6 +70,7 @@ ln -s libSDL2-2.0.so.0 %{buildroot}%{_libdir}/libSDL2-2.0.so.1
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%{_libdir}/libSDL2-2.0.so.*
|
||||
%doc LICENSE.txt
|
||||
|
||||
%files devel
|
||||
%defattr(-,root,root)
|
||||
@ -81,6 +80,7 @@ ln -s libSDL2-2.0.so.0 %{buildroot}%{_libdir}/libSDL2-2.0.so.1
|
||||
%{_includedir}/SDL2/SDL_*.h
|
||||
%{_includedir}/SDL2/begin_code.h
|
||||
%{_includedir}/SDL2/close_code.h
|
||||
%{_libdir}/libSDL2_test.a
|
||||
%{_libdir}/libSDL2-2.0.so
|
||||
%{_libdir}/libSDL2.so
|
||||
%{_libdir}/libSDL2main.a
|
||||
@ -91,6 +91,9 @@ ln -s libSDL2-2.0.so.0 %{buildroot}%{_libdir}/libSDL2-2.0.so.1
|
||||
#%doc README-android.txt README-cmake.txt README-directfb.txt README-gesture.txt README-hg.txt README-ios.txt README-macosx.txt README-pandora.txt README-platforms.txt README-porting.txt README-psp.txt README-raspberrypi.txt README-SDL.txt README-touch.txt README.txt README-wince.txt
|
||||
|
||||
%changelog
|
||||
* Mon Aug 22 2022 Automatic Build System <autodist@mambasoft.it> 2.24.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Tue Apr 26 2022 Automatic Build System <autodist@mambasoft.it> 2.0.22-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user