From 52eceeec0773034119e3fca59c22507260cd40f0 Mon Sep 17 00:00:00 2001 From: cvsdist Date: Sep 09 2004 04:34:06 +0000 Subject: auto-import changelog data from esound-0.2.22-3.src.rpm Fri Jul 06 2001 Trond Eivind Glomsr�d - Use %{_tmppath} - Add BuildRequires - Don't strip explicitly - Make the esound-devel depend on esound with version - s/Copyright/License/ - it isn't relocatable, don't pretend it is - make /etc/esd.conf noreplace Sun Jun 24 2001 Elliot Lee - Bump release + rebuild. --- diff --git a/esound.spec b/esound.spec index 3a6054d..ee42038 100644 --- a/esound.spec +++ b/esound.spec @@ -2,15 +2,15 @@ Summary: Allows several audio streams to play on a single audio device. Name: esound Version: 0.2.22 -Release: 1 +Release: 3 Epoch: 1 -Copyright: GPL +License: GPL Group: System Environment/Daemons Source0: esound-%{version}.tar.gz URL: http://www.tux.org/~ricdude/EsounD.html -BuildRoot: /var/tmp/esound-%{version}-root - +BuildRoot: %{_tmppath}/%{name}-%{version}-root Patch0: esound-0.2.19-noerrors.patch +BuildRequires: docbook-utils, audiofile-devel %description EsounD, the Enlightened Sound Daemon, is a server process that mixes @@ -19,21 +19,17 @@ example, if you're listening to music on a CD and you receive a sound-related event from ICQ, the two applications won't have to jockey for the use of your sound card. -Install esound if you'd like to let sound applications share your -audio device. You'll also need to install the audiofile package. %package devel Summary: Development files for EsounD applications. Group: Development/Libraries -Requires: esound +Requires: esound = %{version} Requires: audiofile-devel %description devel The esound-devel Libraries, include files and other resources you can use to develop EsounD applications. -Install esound-devel if you want to develop EsounD applications. - %prep %setup -q @@ -46,12 +42,8 @@ make %install rm -rf $RPM_BUILD_ROOT - %makeinstall -strip $RPM_BUILD_ROOT%{_prefix}/bin/* ||: -strip $RPM_BUILD_ROOT%{_prefix}/lib/*.so.* ||: - %post -p /sbin/ldconfig %postun -p /sbin/ldconfig @@ -63,30 +55,41 @@ rm -rf $RPM_BUILD_ROOT %defattr(-, root, root) %doc AUTHORS COPYING ChangeLog docs/esound.sgml docs/html docs/esound.ps %doc INSTALL NEWS README TIPS TODO -%config /etc/* -%{_prefix}/bin/esd -%{_prefix}/bin/esdcat -%{_prefix}/bin/esdctl -%{_prefix}/bin/esddsp -%{_prefix}/bin/esdfilt -%{_prefix}/bin/esdloop -%{_prefix}/bin/esdmon -%{_prefix}/bin/esdplay -%{_prefix}/bin/esdrec -%{_prefix}/bin/esdsample -%{_prefix}/lib/lib*.so.* -%{_prefix}/lib/libesddsp.so +%config(noreplace) /etc/* +/usr/bin/esd +/usr/bin/esdcat +/usr/bin/esdctl +/usr/bin/esddsp +/usr/bin/esdfilt +/usr/bin/esdloop +/usr/bin/esdmon +/usr/bin/esdplay +/usr/bin/esdrec +/usr/bin/esdsample +/usr/lib/lib*.so.* +/usr/lib/libesddsp.so %files devel %defattr(-, root, root) - -%{_prefix}/bin/esd-config -%{_prefix}/lib/libesd.*a -%{_prefix}/include/* -%{_prefix}/share/aclocal/* -%{_prefix}/lib/libesd.so +/usr/bin/esd-config +/usr/lib/libesd.*a +/usr/include/* +/usr/share/aclocal/* +/usr/lib/libesd.so %changelog +* Fri Jul 6 2001 Trond Eivind Glomsr�d +- Use %%{_tmppath} +- Add BuildRequires +- Don't strip explicitly +- Make the esound-devel depend on esound with version +- s/Copyright/License/ +- it isn't relocatable, don't pretend it is +- make /etc/esd.conf noreplace + +* Sun Jun 24 2001 Elliot Lee +- Bump release + rebuild. + * Tue Nov 30 2000 Elliot Lee 0.2.22-1 - Update to 0.2.22 @@ -106,7 +109,7 @@ rm -rf $RPM_BUILD_ROOT - automatic rebuild * Mon Jul 10 2000 Elliot Lee 0.2.18-4 -- Pass a prefix of %{_prefix} to configure, NOT %prefix +- Pass a prefix of /usr to configure, NOT %prefix * Thu Jun 29 2000 Dave Mason 0.2.18-3 - fixed Doc Dir @@ -123,7 +126,7 @@ rm -rf $RPM_BUILD_ROOT * Sat Nov 21 1998 Pablo Saratxaga -- added %{_prefix}/share/aclocal/* to %files devel +- added /usr/share/aclocal/* to %files devel - added spanish and french translations for rpm * Thu Oct 1 1998 Ricdude