mirror of
https://abf.rosa.ru/djam/SDL2_mixer.git
synced 2025-02-23 14:52:47 +00:00
Update to 2.6.2 (wine stack update)
This commit is contained in:
parent
17204f6ff5
commit
3a0e40a7b2
2 changed files with 8 additions and 7 deletions
2
.abf.yml
2
.abf.yml
|
@ -1,2 +1,2 @@
|
|||
sources:
|
||||
SDL2_mixer-2.0.4.tar.gz: 242a63b1c7f38e358e94b1e0dc5120a6c1f3763b
|
||||
SDL2_mixer-2.6.2.tar.gz: 036fc7839a6b8dc1af3dbfed4e2531224bbacdd7
|
||||
|
|
|
@ -5,8 +5,8 @@
|
|||
|
||||
Summary: Simple DirectMedia Layer 2 - mixer
|
||||
Name: SDL2_mixer
|
||||
Version: 2.0.4
|
||||
Release: 4
|
||||
Version: 2.6.2
|
||||
Release: 1
|
||||
License: Zlib
|
||||
Group: System/Libraries
|
||||
Url: http://www.libsdl.org/projects/SDL_mixer/
|
||||
|
@ -38,8 +38,8 @@ This package contains the library needed to run programs dynamically
|
|||
linked with %{name}.
|
||||
|
||||
%files -n %{libname}
|
||||
%doc COPYING.txt
|
||||
%doc timidity/FAQ timidity/README
|
||||
%doc src/codecs/timidity/FAQ src/codecs/timidity/README
|
||||
%license LICENSE.txt
|
||||
%{_libdir}/lib%{name}-%{api}.so.%{major}*
|
||||
|
||||
#----------------------------------------------------------------------------
|
||||
|
@ -56,8 +56,9 @@ applications which will use %{name}.
|
|||
|
||||
%files -n %{devname}
|
||||
%doc README.txt CHANGES.txt
|
||||
%{_libdir}/lib%{name}.so
|
||||
%{_includedir}/SDL2/*
|
||||
%{_libdir}/cmake/%{name}
|
||||
%{_libdir}/lib%{name}.so
|
||||
%{_libdir}/pkgconfig/%{name}.pc
|
||||
|
||||
#----------------------------------------------------------------------------
|
||||
|
@ -78,7 +79,7 @@ This package contains binary to test the associated library.
|
|||
#----------------------------------------------------------------------------
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
%autosetup -p1
|
||||
|
||||
%build
|
||||
%configure \
|
||||
|
|
Loading…
Add table
Reference in a new issue