cvsdist cf10c7c
# Note that this is NOT a relocatable package
cvsdist cf10c7c
Summary: Allows several audio streams to play on a single audio device.
cvsdist cf10c7c
Name:      esound
cvsdist 7282154
Version:   0.2.27
cvsdist b56fa0c
Release: 1
cvsdist cf10c7c
Epoch: 1
cvsdist 52eceee
License: GPL
cvsdist b56fa0c
URL: ftp://ftp.gnome.org/pub/GNOME/stable/sources/esound
cvsdist cf10c7c
Group: System Environment/Daemons
cvsdist 5707947
Source0:   esound-%{version}.tar.bz2
cvsdist 52eceee
BuildRoot: %{_tmppath}/%{name}-%{version}-root
cvsdist cf10c7c
Patch0: esound-0.2.19-noerrors.patch
cvsdist 52eceee
BuildRequires: docbook-utils, audiofile-devel
cvsdist cf10c7c
cvsdist cf10c7c
%description
cvsdist cf10c7c
EsounD, the Enlightened Sound Daemon, is a server process that mixes
cvsdist cf10c7c
several audio streams for playback by a single audio device. For
cvsdist cf10c7c
example, if you're listening to music on a CD and you receive a
cvsdist cf10c7c
sound-related event from ICQ, the two applications won't have to
cvsdist a22ba27
queue for the use of your sound card.
cvsdist cf10c7c
cvsdist a22ba27
Install esound if you'd like to let sound applications share your
cvsdist a22ba27
audio device. You'll also need to install the audiofile package.
cvsdist cf10c7c
cvsdist cf10c7c
%package devel
cvsdist cf10c7c
Summary: Development files for EsounD applications.
cvsdist cf10c7c
Group: Development/Libraries
cvsdist 52eceee
Requires: esound = %{version}
cvsdist cf10c7c
Requires: audiofile-devel
cvsdist cf10c7c
cvsdist cf10c7c
%description devel
cvsdist a22ba27
The esound-devel package includes the libraries, include files and
cvsdist a22ba27
other resources needed to develop EsounD applications.
cvsdist cf10c7c
cvsdist cf10c7c
%prep
cvsdist cf10c7c
%setup -q
cvsdist cf10c7c
cvsdist cf10c7c
%patch0 -p1 -b .noerrors
cvsdist cf10c7c
cvsdist cf10c7c
%build
cvsdist cf10c7c
%configure
cvsdist cf10c7c
cvsdist cf10c7c
make
cvsdist cf10c7c
cvsdist cf10c7c
%install
cvsdist cf10c7c
rm -rf $RPM_BUILD_ROOT
cvsdist cf10c7c
%makeinstall
cvsdist cf10c7c
cvsdist cf10c7c
%post -p /sbin/ldconfig
cvsdist cf10c7c
cvsdist cf10c7c
%postun -p /sbin/ldconfig
cvsdist cf10c7c
cvsdist cf10c7c
%clean
cvsdist cf10c7c
rm -rf $RPM_BUILD_ROOT
cvsdist cf10c7c
cvsdist cf10c7c
%files
cvsdist cf10c7c
%defattr(-, root, root)
cvsdist cf10c7c
%doc AUTHORS COPYING ChangeLog docs/esound.sgml docs/html docs/esound.ps
cvsdist cf10c7c
%doc INSTALL NEWS README TIPS TODO
cvsdist 52eceee
%config(noreplace) /etc/*
cvsdist 7282154
%{_bindir}/esd
cvsdist 7282154
%{_bindir}/esdcat
cvsdist 7282154
%{_bindir}/esdctl
cvsdist 7282154
%{_bindir}/esddsp
cvsdist 7282154
%{_bindir}/esdfilt
cvsdist 7282154
%{_bindir}/esdloop
cvsdist 7282154
%{_bindir}/esdmon
cvsdist 7282154
%{_bindir}/esdplay
cvsdist 7282154
%{_bindir}/esdrec
cvsdist 7282154
%{_bindir}/esdsample
cvsdist 7282154
%{_libdir}/*.so.*
cvsdist cf10c7c
cvsdist cf10c7c
%files devel
cvsdist cf10c7c
%defattr(-, root, root)
cvsdist 7282154
%{_bindir}/esd-config
cvsdist 7282154
%{_includedir}/*
cvsdist 7282154
%{_datadir}/aclocal/*
cvsdist 7282154
%{_libdir}/*.so
cvsdist 7282154
%{_libdir}/*.a
cvsdist 1284e8c
%{_libdir}/pkgconfig/*
cvsdist 7282154
%{_datadir}/man/man*/*
cvsdist cf10c7c
cvsdist cf10c7c
%changelog
cvsdist 7282154
* Sun Jun 16 2002 Havoc Pennington <hp@redhat.com>
cvsdist 7282154
- 0.2.27
cvsdist 7282154
- clean up file list
cvsdist 7282154
cvsdist 7282154
* Sun May 26 2002 Tim Powers <timp@redhat.com>
cvsdist 7282154
- automated rebuild
cvsdist 7282154
cvsdist 7282154
* Mon May 20 2002 Havoc Pennington <hp@redhat.com>
cvsdist 7282154
- rebuild in different environment
cvsdist 7282154
cvsdist 5707947
* Fri May  3 2002 Havoc Pennington <hp@redhat.com>
cvsdist 5707947
- 0.2.25
cvsdist 5707947
cvsdist b56fa0c
* Fri Mar  1 2002 Havoc Pennington <hp@redhat.com>
cvsdist b56fa0c
- upgrade to new upstream version I just released with fix from #55877
cvsdist b56fa0c
- add URL field #54604
cvsdist b56fa0c
cvsdist 1284e8c
* Fri Jan 11 2002 Havoc Pennington <hp@redhat.com>
cvsdist 1284e8c
- hrm, put .pc file in file list
cvsdist 1284e8c
cvsdist 1284e8c
* Fri Jan 11 2002 Havoc Pennington <hp@redhat.com>
cvsdist 1284e8c
- upgrade to CVS snap that has .pc file
cvsdist 1284e8c
- remove nohang patch now moved upstream
cvsdist 1284e8c
cvsdist 1284e8c
* Wed Jan 09 2002 Tim Powers <timp@redhat.com>
cvsdist 1284e8c
- automated rebuild
cvsdist 1284e8c
cvsdist a22ba27
* Sun Aug 26 2001 Elliot Lee <sopwith@redhat.com> 0.2.22-5
cvsdist a22ba27
- Remove useless URL: (#48441)
cvsdist a22ba27
cvsdist 8a311d3
* Fri Jul 13 2001 Alexander Larsson <alexl@redhat.com>
cvsdist 8a311d3
- Add nohang patch that fixes "starting esd hangs for 10 seconds".
cvsdist 8a311d3
cvsdist 52eceee
* Fri Jul  6 2001 Trond Eivind Glomsrød <teg@redhat.com>
cvsdist 52eceee
- Use %%{_tmppath}
cvsdist 52eceee
- Add BuildRequires
cvsdist 52eceee
- Don't strip explicitly
cvsdist 52eceee
- Make the esound-devel depend on esound with version
cvsdist 52eceee
- s/Copyright/License/
cvsdist 52eceee
- it isn't relocatable, don't pretend it is
cvsdist 52eceee
- make /etc/esd.conf noreplace
cvsdist 52eceee
cvsdist 52eceee
* Sun Jun 24 2001 Elliot Lee <sopwith@redhat.com>
cvsdist 52eceee
- Bump release + rebuild.
cvsdist 52eceee
cvsdist 9d325b8
* Tue Nov 30 2000  Elliot Lee <sopwith@redhat.com> 0.2.22-1
cvsdist 9d325b8
- Update to 0.2.22
cvsdist 9d325b8
cvsdist 16c1d93
* Tue Oct 3 2000  Elliot Lee <sopwith@redhat.com> 0.2.20-1
cvsdist 16c1d93
- Update to 0.2.20
cvsdist 16c1d93
cvsdist cf10c7c
* Fri Aug 11 2000 Jonathan Blandford <jrb@redhat.com>
cvsdist cf10c7c
- Up Epoch and release
cvsdist cf10c7c
cvsdist cf10c7c
* Wed Jul 19 2000 Havoc Pennington <hp@redhat.com> 
cvsdist cf10c7c
- Remove error spew when /dev/dsp is absent.
cvsdist cf10c7c
cvsdist cf10c7c
* Tue Jul 18 2000 Elliot Lee <sopwith@redhat.com> 0.2.19-1
cvsdist cf10c7c
- New version
cvsdist cf10c7c
cvsdist cf10c7c
* Wed Jul 12 2000 Prospector <bugzilla@redhat.com>
cvsdist cf10c7c
- automatic rebuild
cvsdist cf10c7c
cvsdist cf10c7c
* Mon Jul 10 2000 Elliot Lee <sopwith@redhat.com> 0.2.18-4
cvsdist 52eceee
- Pass a prefix of /usr to configure, NOT %prefix
cvsdist cf10c7c
cvsdist cf10c7c
* Thu Jun 29 2000 Dave Mason <dcm@redhat.com> 0.2.18-3
cvsdist cf10c7c
- fixed Doc Dir
cvsdist cf10c7c
cvsdist cf10c7c
* Sat Jun  3 2000 BIll Nottingham <notting@redhat.com> 0.2.18-2
cvsdist cf10c7c
- rebuild. Apparently the compiler ate this last time.
cvsdist cf10c7c
cvsdist cf10c7c
* Tue Apr 4 2000 Elliot Lee <sopwith@redhat.com> 0.2.18-1
cvsdist cf10c7c
- Update to 0.2.18
cvsdist cf10c7c
cvsdist cf10c7c
* Mon Aug 30 1999 Elliot Lee <sopwith@redhat.com> 0.2.13-1
cvsdist cf10c7c
- Update to 0.2.13
cvsdist cf10c7c
- Merge in changes from RHL 6.0 spec file.
cvsdist cf10c7c
cvsdist cf10c7c
* Sat Nov 21 1998 Pablo Saratxaga <srtxg@chanae.alphanet.ch>
cvsdist cf10c7c
cvsdist 52eceee
- added /usr/share/aclocal/* to %files devel
cvsdist cf10c7c
- added spanish and french translations for rpm
cvsdist cf10c7c
cvsdist cf10c7c
* Thu Oct 1 1998 Ricdude <ericmit@ix.netcom.com>
cvsdist cf10c7c
cvsdist cf10c7c
- make autoconf do the version updating for us.
cvsdist cf10c7c
cvsdist cf10c7c
* Wed May 13 1998 Michael Fulbright <msf@redhat.com>
cvsdist cf10c7c
cvsdist cf10c7c
- First try at an RPM