diff --git a/SDL2_sound.spec b/SDL2_sound.spec index 9574d00..0e65027 100644 --- a/SDL2_sound.spec +++ b/SDL2_sound.spec @@ -38,7 +38,7 @@ sample rate, audio format, and channel conversion on-the-fly and behind-the-scenes. %files -%doc LICENSE.txt docs/CREDITS.txt +%doc README.md LICENSE.txt %{_bindir}/* #-------------------------------------------------------------- @@ -50,7 +50,7 @@ Group: System/Libraries %{summary}. %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}.* #-------------------------------------------------------------- @@ -66,6 +66,7 @@ Provides: %{name}-devel = %{EVRD} %{summary}. %files -n %{develname} +%doc docs %{_libdir}/lib*.so %{_includedir}/SDL2/SDL_sound.h %{_libdir}/cmake/SDL2_sound/*.cmake