diff --git a/esound.spec b/esound.spec index acd0745..1ce36c9 100644 --- a/esound.spec +++ b/esound.spec @@ -2,7 +2,7 @@ Summary: Allows several audio streams to play on a single audio device Name: esound Version: 0.2.38 -Release: 5%{?dist} +Release: 6%{?dist} Epoch: 1 License: LGPL URL: ftp://ftp.gnome.org/pub/GNOME/sources/esound @@ -83,6 +83,8 @@ rm -rf $RPM_BUILD_ROOT %makeinstall rm -f $RPM_BUILD_ROOT%{_libdir}/*.la +# Delete the esound binary +rm -f $RPM_BUILD_ROOT%{_bindir}/esd $RPM_BUILD_ROOT%{_mandir}/man1/esd.1* %post libs -p /sbin/ldconfig @@ -91,14 +93,9 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/*.la %clean rm -rf $RPM_BUILD_ROOT -%files -%defattr(-, root, root,-) +%files libs %doc AUTHORS COPYING.LIB ChangeLog docs/esound.sgml %doc NEWS README TIPS TODO -%{_bindir}/esd -%{_mandir}/man1/esd.1.gz - -%files libs %defattr(-, root, root,-) %config(noreplace) /etc/* %{_libdir}/*.so.* @@ -134,6 +131,10 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man1/esd-config.1.gz %changelog +* Fri Oct 26 2007 - Bastien Nocera - 1:0.2.38-6 +- Kill the main esound package, so people don't try to use it instead of + pulseaudio itself (#353051) + * Wed Sep 19 2007 Matthias Clasen - 1:0.2.38-5 - Don't spew confusing warnings to stdout