[esound] Merge review fixes.

Jon Ciesla limb at fedoraproject.org
Thu Feb 7 19:05:16 UTC 2013


commit ab5bdcea452a730b94a96ef7933b02489e1751e2
Author: Jon Ciesla <limburgher at gmail.com>
Date:   Thu Feb 7 13:02:19 2013 -0600

    Merge review fixes.

 esound.spec |   15 +++++++++------
 1 files changed, 9 insertions(+), 6 deletions(-)
---
diff --git a/esound.spec b/esound.spec
index f98e269..6e75338 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.41
-Release: 7%{?dist}
+Release: 8%{?dist}
 Epoch:   1
 License: LGPLv2+
 URL: ftp://ftp.gnome.org/pub/GNOME/sources/esound
@@ -76,7 +76,7 @@ other resources needed to develop EsounD applications.
 autoreconf -v -i -f
 %configure --disable-static
 
-EGREP=egrep make
+EGREP='grep -E' make
 
 %install
 rm -rf $RPM_BUILD_ROOT
@@ -120,7 +120,7 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man1/esdrec.1.gz
 %{_mandir}/man1/esdsample.1.gz
 # temporarily disable doc build due to xml catalog issues
-#%doc %{_datadir}/doc/esound
+%exclude %doc %{_datadir}/doc/esound
 
 %files devel
 %defattr(-, root, root,-)
@@ -132,7 +132,10 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man1/esd-config.1.gz
 
 %changelog
-* Wed Nov 07 2012 Adam Jackson <ajax at redhat.com> 0.2.41-7
+* Thu Feb 07 2013 Jon Ciesla <limburgher at gmail.com> 1:0.2.41-8
+- Merge review fixes, BZ 225734.
+
+* Wed Nov 07 2012 Adam Jackson <ajax at redhat.com> 1:0.2.41-7
 - Rebuild for new audiofile
 - esound-0.2.41-libm.patch: Fix linking against libm
 
@@ -357,7 +360,7 @@ rm -rf $RPM_BUILD_ROOT
 - automatic rebuild
 
 * Mon Jul 10 2000 Elliot Lee <sopwith at redhat.com> 0.2.18-4
-- Pass a prefix of /usr to configure, NOT %prefix
+- Pass a prefix of /usr to configure, NOT %%prefix
 
 * Thu Jun 29 2000 Dave Mason <dcm at redhat.com> 0.2.18-3
 - fixed Doc Dir
@@ -374,7 +377,7 @@ rm -rf $RPM_BUILD_ROOT
 
 * Sat Nov 21 1998 Pablo Saratxaga <srtxg at chanae.alphanet.ch>
 
-- added /usr/share/aclocal/* to %files devel
+- added /usr/share/aclocal/* to %%files devel
 - added spanish and french translations for rpm
 
 * Thu Oct 1 1998 Ricdude <ericmit at ix.netcom.com>


More information about the scm-commits mailing list