From b262dd4382507fcbdb8797c88ba461ff6aa8a8d9 Mon Sep 17 00:00:00 2001 From: Jack Moffitt <jack@xiph.org> Date: Tue, 31 Oct 2000 07:15:44 +0000 Subject: [PATCH] version correction. libao is 0.5.0 not 1.0.0. git-svn-id: http://svn.xiph.org/trunk/ao@858 0101bb08-14d6-0310-b084-bc0e0c8e3800 --- configure.in | 2 +- libao.spec | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/configure.in b/configure.in index 81a9bfb..8523082 100644 --- a/configure.in +++ b/configure.in @@ -1,7 +1,7 @@ dnl Process this file with autoconf to produce a configure script. AC_INIT(src/audio_out.c) -AM_INIT_AUTOMAKE(libao,1.0.0) +AM_INIT_AUTOMAKE(libao,0.5.0) AM_DISABLE_STATIC dnl Library versioning diff --git a/libao.spec b/libao.spec index 6cb4e83..e600225 100644 --- a/libao.spec +++ b/libao.spec @@ -1,5 +1,5 @@ %define name libao -%define version 1.0.0 +%define version 0.5.0 %define release 1 Summary: Cross Platform Audio Output Library @@ -12,6 +12,7 @@ URL: http://www.xiph.org/ Vendor: Xiphophorus <team@xiph.org> Source: ftp://ftp.xiph.org/pub/ao/%{name}-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-root +Requires: esound >= 0.2.8 %description Libao is a cross platform audio output library. It currently supports -- GitLab