Remove play* tools

OBS-URL: https://build.opensuse.org/package/show/games/SDL2_mixer?expand=0&rev=7
This commit is contained in:
Jan Engelhardt 2013-08-28 18:35:24 +00:00 committed by Git OBS Bridge
parent f1549fc43f
commit b795267433
2 changed files with 8 additions and 1 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Wed Aug 28 18:34:49 UTC 2013 - jengelh@inai.de
- Abstain from providing playmus and playwave in SDL2_mixer
(they are already available through SDL(1)_mixer)
-------------------------------------------------------------------
Tue Aug 13 12:04:26 UTC 2013 - jengelh@inai.de

View File

@ -84,6 +84,8 @@ make %{?_smp_mflags}
%install
make install install-bin DESTDIR=%{buildroot}
rm -f %{buildroot}%{_libdir}/*.la
# We have these debug tools in SDL_mixer-devel already
rm -f "%buildroot/%_bindir"/play*
%post -n %lname -p /sbin/ldconfig
@ -96,7 +98,6 @@ rm -f %{buildroot}%{_libdir}/*.la
%files -n libSDL2_mixer-devel
%defattr(-,root,root)
%{_bindir}/play*
%{_includedir}/SDL2/
%{_libdir}/libSDL2_mixer.so
%{_libdir}/pkgconfig/SDL2_mixer.pc