Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 146032 Details for
Bug 223503
Split esound package
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
esound.spec
esound.spec (text/plain), 7.47 KB, created by
Matthias Clasen
on 2007-01-19 20:59:18 UTC
(
hide
)
Description:
esound.spec
Filename:
MIME Type:
Creator:
Matthias Clasen
Created:
2007-01-19 20:59:18 UTC
Size:
7.47 KB
patch
obsolete
># Note that this is NOT a relocatable package >Summary: Allows several audio streams to play on a single audio device >Name: esound >Version: 0.2.36 >Release: 4%{?dist} >Epoch: 1 >License: GPL >URL: ftp://ftp.gnome.org/pub/GNOME/sources/esound >Group: System Environment/Daemons >Source0: esound-%{version}.tar.bz2 >BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) >Patch0: esound-0.2.19-noerrors.patch >Patch2: esound-0.2.35-64bit_install.patch >Patch3: esound-multilib.patch >BuildRequires: docbook-utils, audiofile-devel >BuildRequires: alsa-lib-devel > >%description >EsounD, the Enlightened Sound Daemon, is a server process that mixes >several audio streams for playback by a single audio device. For >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 >queue 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 libs >Summary: Library to talk to the EsounD daemon >Group: Development/Libraries >Requires: esound = %{epoch}:%{version}-%{release} > >%description libs >The esound-libs package includes the libraries required >for applications to talk to the EsounD daemon. > >%package devel >Summary: Development files for EsounD applications >Group: Development/Libraries >Requires: esound-libs = %{epoch}:%{version}-%{release} >Requires: audiofile-devel >Requires: alsa-lib-devel >Requires: pkgconfig > >%description devel >The esound-devel package includes the libraries, include files and >other resources needed to develop EsounD applications. > >%prep >%setup -q > >%patch0 -p1 -b .noerrors >%patch2 -p1 -b .64bit >%patch3 -p1 -b .multilib > >%build >%configure --disable-static > >EGREP=egrep make > >%install >rm -rf $RPM_BUILD_ROOT >%makeinstall > >rm -f $RPM_BUILD_ROOT%{_libdir}/*.la > >%post -p /sbin/ldconfig > >%postun -p /sbin/ldconfig > >%clean >rm -rf $RPM_BUILD_ROOT > >%files >%defattr(-, root, root,-) >%doc AUTHORS COPYING.LIB ChangeLog docs/esound.sgml >%doc NEWS README TIPS TODO >%{_bindir}/esd >%{_bindir}/esdcat >%{_bindir}/esdctl >%{_bindir}/esddsp >%{_bindir}/esdfilt >%{_bindir}/esdloop >%{_bindir}/esdmon >%{_bindir}/esdplay >%{_bindir}/esdrec >%{_bindir}/esdsample >%{_datadir}/man/man*/* > >%files libs >%defattr(-, root, root,-) >%config(noreplace) /etc/* >%{_libdir}/*.so.* > >%files devel >%defattr(-, root, root,-) >%{_bindir}/esd-config >%{_includedir}/* >%{_datadir}/aclocal/* >%{_libdir}/*.so >%{_libdir}/pkgconfig/* > >%changelog >* Thu Jul 27 2006 Matthias Clasen <mclasen@redhat.com> - 1:0.2.36-3 >- fix multilib conflicts > >* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 1:0.2.36-2.2.2 >- rebuild > >* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 1:0.2.36-2.2.1 >- bump again for double-long bug on ppc(64) > >* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 1:0.2.36-2.2 >- rebuilt for new gcc4.1 snapshot and glibc changes > >* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com> >- rebuilt > >* Sat Oct 15 2005 Florian La Roche <laroche@redhat.com> >- link shared libs against all dependent libs > >* Mon Jul 18 2005 John (J5) Palmieri <johnp@redhat.com> - 1:0.2.36-1 >- Updated to 0.2.36 >- removed esound-0.2.35-manpage.patch > >* Wed Jun 1 2005 Bill Nottingham <notting@redhat.com> - 1.0.2.35-5 >- readdd patch to prevent multilib conflicts > >* Wed Mar 02 2005 John (J5) Palmieri <johnp@redhat.com> - 1:0.2.35-4 >- Rebuild with gcc 4.0 > >* Sat Nov 20 2004 Miloslav Trmac <mitr@redhat.com> - 1:0.2.35-3 >- Fix manual word wrapping in esd-config.1 > >* Wed Aug 18 2004 John (J5) Palmieri <johnp@redhat.com> >- update to 0.2.35 > >* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com> >- rebuilt > >* Tue Apr 13 2004 Warren Togami <wtogami@redhat.com> 1:0.2.34-2 >- remove INSTALL and 536k of useless .ps and html >- move man pages from -devel to main pkg >- #117037 BR alsa-lib-devel >- #107781 remove old (2002) stripping disabling stuff (TEST ME!) >- other cleanups > >* Tue Mar 23 2004 Alex Larsson <alexl@redhat.com> 1:0.2.34-1 >- update to 0.2.34 > >* Wed Mar 3 2004 Alexander Larsson <alexl@redhat.com> 1:0.2.33-1 >- update to 0.2.33, hopefully fixes alsa issues > >* Tue Mar 02 2004 Elliot Lee <sopwith@redhat.com> >- rebuilt > >* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com> >- rebuilt > >* Mon Jan 19 2004 Alexander Larsson <alexl@redhat.com> 1:0.2.32-2 >- libtool workaround > >* Mon Jan 19 2004 Alexander Larsson <alexl@redhat.com> 1:0.2.32-1 >- 0.2.32 > >* Fri Aug 15 2003 Alexander Larsson <alexl@redhat.com> 1:0.2.31-1 >- 0.2.31 > >* Wed Jun 04 2003 Elliot Lee <sopwith@redhat.com> >- rebuilt > >* Tue Jun 3 2003 Jeff Johnson <jbj@redhat.com> >- add explicit epoch's where needed. > >* Mon Feb 10 2003 Bill Nottingham <notting@redhat.com> 0.2.28-4 >- fix URL (#74924) > >* Wed Jan 22 2003 Tim Powers <timp@redhat.com> >- rebuilt > >* Tue Dec 02 2002 Elliot Lee <sopwith@redhat.com> 0.2.28-2 >- Remove unpackaged files > >* Wed Aug 21 2002 Elliot Lee <sopwith@redhat.com> 0.2.28-1 >- Update 0.2.28 >- Fix some stupid bugs > >* Fri Jun 21 2002 Tim Powers <timp@redhat.com> >- automated rebuild > >* Sun Jun 16 2002 Havoc Pennington <hp@redhat.com> >- 0.2.27 >- clean up file list > >* Sun May 26 2002 Tim Powers <timp@redhat.com> >- automated rebuild > >* Mon May 20 2002 Havoc Pennington <hp@redhat.com> >- rebuild in different environment > >* Fri May 3 2002 Havoc Pennington <hp@redhat.com> >- 0.2.25 > >* Fri Mar 1 2002 Havoc Pennington <hp@redhat.com> >- upgrade to new upstream version I just released with fix from #55877 >- add URL field #54604 > >* Fri Jan 11 2002 Havoc Pennington <hp@redhat.com> >- hrm, put .pc file in file list > >* Fri Jan 11 2002 Havoc Pennington <hp@redhat.com> >- upgrade to CVS snap that has .pc file >- remove nohang patch now moved upstream > >* Wed Jan 09 2002 Tim Powers <timp@redhat.com> >- automated rebuild > >* Sun Aug 26 2001 Elliot Lee <sopwith@redhat.com> 0.2.22-5 >- Remove useless URL: (#48441) > >* Fri Jul 13 2001 Alexander Larsson <alexl@redhat.com> >- Add nohang patch that fixes "starting esd hangs for 10 seconds". > >* Fri Jul 6 2001 Trond Eivind Glomsrød <teg@redhat.com> >- 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 <sopwith@redhat.com> >- Bump release + rebuild. > >* Tue Nov 30 2000 Elliot Lee <sopwith@redhat.com> 0.2.22-1 >- Update to 0.2.22 > >* Tue Oct 3 2000 Elliot Lee <sopwith@redhat.com> 0.2.20-1 >- Update to 0.2.20 > >* Fri Aug 11 2000 Jonathan Blandford <jrb@redhat.com> >- Up Epoch and release > >* Wed Jul 19 2000 Havoc Pennington <hp@redhat.com> >- Remove error spew when /dev/dsp is absent. > >* Tue Jul 18 2000 Elliot Lee <sopwith@redhat.com> 0.2.19-1 >- New version > >* Wed Jul 12 2000 Prospector <bugzilla@redhat.com> >- automatic rebuild > >* Mon Jul 10 2000 Elliot Lee <sopwith@redhat.com> 0.2.18-4 >- Pass a prefix of /usr to configure, NOT %prefix > >* Thu Jun 29 2000 Dave Mason <dcm@redhat.com> 0.2.18-3 >- fixed Doc Dir > >* Sat Jun 3 2000 BIll Nottingham <notting@redhat.com> 0.2.18-2 >- rebuild. Apparently the compiler ate this last time. > >* Tue Apr 4 2000 Elliot Lee <sopwith@redhat.com> 0.2.18-1 >- Update to 0.2.18 > >* Mon Aug 30 1999 Elliot Lee <sopwith@redhat.com> 0.2.13-1 >- Update to 0.2.13 >- Merge in changes from RHL 6.0 spec file. > >* Sat Nov 21 1998 Pablo Saratxaga <srtxg@chanae.alphanet.ch> > >- added /usr/share/aclocal/* to %files devel >- added spanish and french translations for rpm > >* Thu Oct 1 1998 Ricdude <ericmit@ix.netcom.com> > >- make autoconf do the version updating for us. > >* Wed May 13 1998 Michael Fulbright <msf@redhat.com> > >- First try at an RPM
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 223503
: 146032 |
146033