rpms/esound/F-8 esound.spec,1.40,1.41

Bastien Nocera (hadess) fedora-extras-commits at redhat.com
Fri Oct 26 15:53:46 UTC 2007


Author: hadess

Update of /cvs/pkgs/rpms/esound/F-8
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv24992

Modified Files:
	esound.spec 
Log Message:
* Fri Oct 26 2007 - Bastien Nocera <bnocera at redhat.com> - 1:0.2.38-6
- Kill the main esound package, so people don't try to use it instead of
  pulseaudio itself (#353051)



Index: esound.spec
===================================================================
RCS file: /cvs/pkgs/rpms/esound/F-8/esound.spec,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -r1.40 -r1.41
--- esound.spec	19 Sep 2007 12:47:46 -0000	1.40
+++ esound.spec	26 Oct 2007 15:53:06 -0000	1.41
@@ -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 @@
 %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 @@
 %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 @@
 %{_mandir}/man1/esd-config.1.gz
 
 %changelog
+* Fri Oct 26 2007 - Bastien Nocera <bnocera at redhat.com> - 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 <mclasen at redhat.com> - 1:0.2.38-5
 - Don't spew confusing warnings to stdout 
 




More information about the fedora-extras-commits mailing list