From 88a1719d5555c450b823faaa5121d1eddfce2cd4 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Feb 05 2007 19:57:05 +0000 Subject: split off -tools --- diff --git a/esound.spec b/esound.spec index 352ba98..8248626 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.36 -Release: 4%{?dist} +Release: 5%{?dist} Epoch: 1 License: LGPL URL: ftp://ftp.gnome.org/pub/GNOME/sources/esound @@ -34,6 +34,14 @@ Group: Development/Libraries The esound-libs package includes the libraries required for applications to talk to the EsounD daemon. +%package tools +Summary: Commandline tools to talk to the EsounD daemon +Group: System Environment/Base + +%description tools +The esound-tools package includes commandline utilities +for controlling the EsounD daemon. + %package devel Summary: Development files for EsounD applications Group: Development/Libraries @@ -76,6 +84,14 @@ rm -rf $RPM_BUILD_ROOT %doc AUTHORS COPYING.LIB ChangeLog docs/esound.sgml %doc NEWS README TIPS TODO %{_bindir}/esd +%{_mandir}/man1/esd.1.gz + +%files libs +%defattr(-, root, root,-) +%config(noreplace) /etc/* +%{_libdir}/*.so.* + +%files tools %{_bindir}/esdcat %{_bindir}/esdctl %{_bindir}/esddsp @@ -85,12 +101,16 @@ rm -rf $RPM_BUILD_ROOT %{_bindir}/esdplay %{_bindir}/esdrec %{_bindir}/esdsample -%{_datadir}/man/man*/* +%{_mandir}/man1/esdcat.1.gz +%{_mandir}/man1/esdctl.1.gz +%{_mandir}/man1/esddsp.1.gz +%{_mandir}/man1/esdfilt.1.gz +%{_mandir}/man1/esdloop.1.gz +%{_mandir}/man1/esdmon.1.gz +%{_mandir}/man1/esdplay.1.gz +%{_mandir}/man1/esdrec.1.gz +%{_mandir}/man1/esdsample.1.gz -%files libs -%defattr(-, root, root,-) -%config(noreplace) /etc/* -%{_libdir}/*.so.* %files devel %defattr(-, root, root,-) @@ -99,8 +119,13 @@ rm -rf $RPM_BUILD_ROOT %{_datadir}/aclocal/* %{_libdir}/*.so %{_libdir}/pkgconfig/* +%{_mandir}/man1/esd-config.1.gz %changelog +* Mon Feb 5 2007 Matthias Clasen - 1:0.2.36-5 +- Also split off a -tools package, and sort the man pages + to the right packages + * Sat Jan 20 2007 Matthias Clasen - 1:0.2.36-4 - Split a -libs package off the core esound package in preparation for pulseaudio (#223503)