Remove play* tools
OBS-URL: https://build.opensuse.org/package/show/games/SDL2_mixer?expand=0&rev=7
This commit is contained in:
parent
f1549fc43f
commit
b795267433
@ -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
|
Tue Aug 13 12:04:26 UTC 2013 - jengelh@inai.de
|
||||||
|
|
||||||
|
@ -84,6 +84,8 @@ make %{?_smp_mflags}
|
|||||||
%install
|
%install
|
||||||
make install install-bin DESTDIR=%{buildroot}
|
make install install-bin DESTDIR=%{buildroot}
|
||||||
rm -f %{buildroot}%{_libdir}/*.la
|
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
|
%post -n %lname -p /sbin/ldconfig
|
||||||
|
|
||||||
@ -96,7 +98,6 @@ rm -f %{buildroot}%{_libdir}/*.la
|
|||||||
|
|
||||||
%files -n libSDL2_mixer-devel
|
%files -n libSDL2_mixer-devel
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_bindir}/play*
|
|
||||||
%{_includedir}/SDL2/
|
%{_includedir}/SDL2/
|
||||||
%{_libdir}/libSDL2_mixer.so
|
%{_libdir}/libSDL2_mixer.so
|
||||||
%{_libdir}/pkgconfig/SDL2_mixer.pc
|
%{_libdir}/pkgconfig/SDL2_mixer.pc
|
||||||
|
Loading…
Reference in New Issue
Block a user