diff --git a/SDL2_mixer.changes b/SDL2_mixer.changes index 2144367..b1f585f 100644 --- a/SDL2_mixer.changes +++ b/SDL2_mixer.changes @@ -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 diff --git a/SDL2_mixer.spec b/SDL2_mixer.spec index 4513ba8..7f56ab1 100644 --- a/SDL2_mixer.spec +++ b/SDL2_mixer.spec @@ -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