mirror of
https://abf.rosa.ru/djam/SDL2_sound.git
synced 2025-02-23 09:02:50 +00:00
This commit is contained in:
parent
d2e3ae1c2e
commit
20dd6a9fab
1 changed files with 3 additions and 2 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue