diff --git a/sdl2_mixer.spec b/sdl2_mixer.spec index 80a4c08..406d8c2 100644 --- a/sdl2_mixer.spec +++ b/sdl2_mixer.spec @@ -1,17 +1,16 @@ Name: sdl2_mixer -Version: 2.0.4 +Version: 2.6.2 Release: 1mamba Summary: a sample multi-channel audio mixer library. Group: System/Multimedia Vendor: openmamba Distribution: openmamba -Packager: Ercole 'ercolinux' Carpanetto +Packager: Silvan Calarco URL: https://www.libsdl.org/projects/SDL_mixer/ Source: https://www.libsdl.org/projects/SDL_mixer/release/SDL2_mixer-%{version}.zip License: zlib/libpng ## AUTOBUILDREQ-BEGIN BuildRequires: glibc-devel -BuildRequires: ldconfig BuildRequires: libSDL2-devel ## AUTOBUILDREQ-END Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release} @@ -77,8 +76,13 @@ exit 0 %{_libdir}/*.la %{_libdir}/*.so %{_libdir}/pkgconfig/*.pc +%dir %{_libdir}/cmake/SDL2_mixer +%{_libdir}/cmake/SDL2_mixer/sdl2_mixer*.cmake %doc README.txt %changelog +* Mon Aug 22 2022 Automatic Build System 2.6.2-1mamba +- automatic version update by autodist + * Fri Feb 26 2021 Ercole 'ercolinux' Carpanetto 2.0.4-1mamba - package created using the webbuild interface