source: trunk/third/esound/esound.spec @ 21330

Revision 21330, 3.8 KB checked in by ghudson, 19 years ago (diff)
This commit was generated by cvs2svn to compensate for changes in r21329, which included commits to RCS files with non-trunk default branches.
Line 
1# Note that this is NOT a relocatable package
2Summary:          Allows several audio streams to play on a single audio device.
3Name:             esound
4Version:          0.2.35
5Release:          1
6License:          GPL
7Group:            System Environment/Daemons
8Source:           esound-%{version}.tar.gz
9BuildRoot:        %{_tmppath}/%{name}-%{version}-root
10Requires:         audiofile >= 0.2.3
11BuildRequires:    audiofile-devel >= 0.2.3
12
13%description
14EsounD, the Enlightened Sound Daemon, is a server process that mixes
15several audio streams for playback by a single audio device. For
16example, if you're listening to music on a CD and you receive a
17sound-related event from ICQ, the two applications won't have to
18queue for the use of your sound card.
19
20Install esound if you'd like to let sound applications share your
21audio device. You'll also need to install the audiofile package.
22
23%package devel
24Summary:          Development files for EsounD applications.
25Group:            Development/Libraries
26Requires:         esound = %{version}
27Requires:         audiofile-devel >= 0.2.3
28BuildRequires:    audiofile-devel >= 0.2.3
29
30
31%description devel
32The esound-devel package includes the libraries, include files and
33other resources needed to develop EsounD applications.
34
35%prep
36%setup -q
37
38%build
39%configure
40
41make %{?_smp_mflags}
42
43%install
44rm -rf $RPM_BUILD_ROOT
45%makeinstall
46
47%post -p /sbin/ldconfig
48
49%postun -p /sbin/ldconfig
50
51%clean
52rm -rf $RPM_BUILD_ROOT
53
54%files
55%defattr(-, root, root)
56%doc AUTHORS COPYING ChangeLog docs/esound.sgml docs/html docs/esound.ps
57%doc INSTALL NEWS README TIPS TODO
58%config(noreplace) /etc/*
59%{_bindir}/*
60%{_libdir}/*.so.*
61
62%files devel
63%defattr(-, root, root)
64%{_libdir}/*a
65%{_libdir}/*.so
66%{_includedir}/*
67/usr/share/aclocal/*
68%{_libdir}/pkgconfig/*
69
70%changelog
71* Fri Mar 15 2002 Chris Chabot <chabotc@reviewboard.com>
72- Put .pc file in file list
73- Added audiofile to requires / build requires
74- Cleaned up formatting
75
76* Wed Jan 09 2002 Tim Powers <timp@redhat.com>
77- automated rebuild
78
79* Sun Aug 26 2001 Elliot Lee <sopwith@redhat.com> 0.2.22-5
80- Remove useless URL: (#48441)
81
82* Fri Jul 13 2001 Alexander Larsson <alexl@redhat.com>
83- Add nohang patch that fixes "starting esd hangs for 10 seconds".
84
85* Fri Jul  6 2001 Trond Eivind Glomsrød <teg@redhat.com>
86- Use %%{_tmppath}
87- Add BuildRequires
88- Don't strip explicitly
89- Make the esound-devel depend on esound with version
90- s/Copyright/License/
91- it isn't relocatable, don't pretend it is
92- make /etc/esd.conf noreplace
93
94* Sun Jun 24 2001 Elliot Lee <sopwith@redhat.com>
95- Bump release + rebuild.
96
97* Tue Nov 30 2000  Elliot Lee <sopwith@redhat.com> 0.2.22-1
98- Update to 0.2.22
99
100* Tue Oct 3 2000  Elliot Lee <sopwith@redhat.com> 0.2.20-1
101- Update to 0.2.20
102
103* Fri Aug 11 2000 Jonathan Blandford <jrb@redhat.com>
104- Up Epoch and release
105
106* Wed Jul 19 2000 Havoc Pennington <hp@redhat.com>
107- Remove error spew when /dev/dsp is absent.
108
109* Tue Jul 18 2000 Elliot Lee <sopwith@redhat.com> 0.2.19-1
110- New version
111
112* Wed Jul 12 2000 Prospector <bugzilla@redhat.com>
113- automatic rebuild
114
115* Mon Jul 10 2000 Elliot Lee <sopwith@redhat.com> 0.2.18-4
116- Pass a prefix of /usr to configure, NOT %prefix
117
118* Thu Jun 29 2000 Dave Mason <dcm@redhat.com> 0.2.18-3
119- fixed Doc Dir
120
121* Sat Jun  3 2000 BIll Nottingham <notting@redhat.com> 0.2.18-2
122- rebuild. Apparently the compiler ate this last time.
123
124* Tue Apr 4 2000 Elliot Lee <sopwith@redhat.com> 0.2.18-1
125- Update to 0.2.18
126
127* Mon Aug 30 1999 Elliot Lee <sopwith@redhat.com> 0.2.13-1
128- Update to 0.2.13
129- Merge in changes from RHL 6.0 spec file.
130
131* Sat Nov 21 1998 Pablo Saratxaga <srtxg@chanae.alphanet.ch>
132- added /usr/share/aclocal/* to %files devel
133- added spanish and french translations for rpm
134
135* Thu Oct 1 1998 Ricdude <ericmit@ix.netcom.com>
136- make autoconf do the version updating for us.
137
138* Wed May 13 1998 Michael Fulbright <msf@redhat.com>
139- First try at an RPM
Note: See TracBrowser for help on using the repository browser.