From 7632234794bfbe31e2c5dd341cdccb02fed123b6 Mon Sep 17 00:00:00 2001
From: Stan Seibert <volsung@xiph.org>
Date: Sun, 5 Oct 2003 14:53:51 +0000
Subject: [PATCH] RPM spec updates

git-svn-id: http://svn.xiph.org/trunk/ao@5405 0101bb08-14d6-0310-b084-bc0e0c8e3800
---
 libao.spec | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/libao.spec b/libao.spec
index 71f6f5e..ffddf7f 100644
--- a/libao.spec
+++ b/libao.spec
@@ -76,16 +76,17 @@ fi
 %doc doc/*
 %{_includedir}/ao
 %{_libdir}/libao.so
-%{_libdir}/libao.a
-%{_libdir}/ao/*/*.a
+%{_libdir}/libao.la
+%{_libdir}/ao/*/*.la
 %{_datadir}/aclocal/ao.m4
 %{_libdir}/pkgconfig/ao.pc
 
 %changelog
-* Fri Oct 4 2002 Michael Smith <msmith@xiph.org> 0.8.4-1
+* Fri Oct 5 2002 Stan Seibert <volsung@xiph.org> 0.8.4-1
 - Remove alsa libraries from RPM since RedHat doesn't ship with ALSA
   ALSA users will need to recompile from source.
 - Add ao.pc to -devel
+- Make the devel libraries .la instead of .a
 
 * Fri Jul 19 2002 Michael Smith <msmith@xiph.org> 0.8.3-2
 - re-disable static libraries (they do not work - at all)
-- 
GitLab