Skip to content
Snippets Groups Projects
Commit 13a11f4b authored by Stan Seibert's avatar Stan Seibert
Browse files

Update libao.spec file with current doc and include files. Also update

description.  Probably fixes Xiph Bug #59.


git-svn-id: http://svn.xiph.org/trunk/ao@2114 0101bb08-14d6-0310-b084-bc0e0c8e3800
parent ecfaec53
No related branches found
No related tags found
No related merge requests found
%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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment