diff --git a/libao.spec b/libao.spec index bd53c7b950f99823640a5186ca1835be1e5cfe60..a2c87c3cf774bb156786ce4e67c71a5f199ae5e1 100644 --- a/libao.spec +++ b/libao.spec @@ -1,5 +1,5 @@ %define name libao -%define version 0.8.0 +%define version 0.8.1 %define release 1 Summary: Cross Platform Audio Output Library @@ -16,7 +16,7 @@ Requires: esound >= 0.2.8 %description Libao is a cross platform audio output library. It currently supports -ESD, OSS, Solaris, and IRIX. +ESD, aRts, ALSA, OSS, *BSD and Solaris. %package devel Summary: Cross Platform Audio Output Library Development @@ -51,12 +51,12 @@ make DESTDIR=$RPM_BUILD_ROOT install /usr/lib/ao/*.so %files devel -%doc doc/API -%doc doc/DRIVERS -%doc doc/WANTED -%doc doc/USAGE +%doc doc/*.html +%doc doc/*.css +%doc doc/ao_example.c /usr/include/ao/ao.h /usr/include/ao/os_types.h +/usr/include/ao/plugin.h /usr/lib/libao.so /usr/share/aclocal/ao.m4 @@ -70,5 +70,10 @@ make DESTDIR=$RPM_BUILD_ROOT install /sbin/ldconfig %changelog +* Sun Oct 07 2001 Stan Seibert <indigo@aztec.asu.edu> +- devel packages look for correct documentation files +- added ao/plugin.h include file to devel package +- updated package description + * Sun Sep 03 2000 Jack Moffitt <jack@icecast.org> - initial spec file created