2.0.4
All checks were successful
Run CI/CD... / main (push) Successful in 12m47s

This commit is contained in:
Your Name 2025-02-16 08:05:58 +00:00
parent d2e3ae1c2e
commit 20dd6a9fab

View file

@ -38,7 +38,7 @@ sample rate, audio format, and channel conversion on-the-fly and
behind-the-scenes. behind-the-scenes.
%files %files
%doc LICENSE.txt docs/CREDITS.txt %doc README.md LICENSE.txt
%{_bindir}/* %{_bindir}/*
#-------------------------------------------------------------- #--------------------------------------------------------------
@ -50,7 +50,7 @@ Group: System/Libraries
%{summary}. %{summary}.
%files -n %{libname} %files -n %{libname}
%doc docs/README.txt docs/INSTALL.txt %doc README.md LICENSE.txt
%{_libdir}/libSDL2_sound.so.%{major} %{_libdir}/libSDL2_sound.so.%{major}
%{_libdir}/libSDL2_sound.so.%{major}.* %{_libdir}/libSDL2_sound.so.%{major}.*
#-------------------------------------------------------------- #--------------------------------------------------------------
@ -66,6 +66,7 @@ Provides: %{name}-devel = %{EVRD}
%{summary}. %{summary}.
%files -n %{develname} %files -n %{develname}
%doc docs
%{_libdir}/lib*.so %{_libdir}/lib*.so
%{_includedir}/SDL2/SDL_sound.h %{_includedir}/SDL2/SDL_sound.h
%{_libdir}/cmake/SDL2_sound/*.cmake %{_libdir}/cmake/SDL2_sound/*.cmake