[xiph-cvs] cvs commit: ao libao.spec
Jack Moffitt
jack at xiph.org
Sun Oct 7 09:18:05 PDT 2001
jack 01/10/07 09:18:05
Modified: . libao.spec
Log:
Plugins moved to /usr/lib/ao/plugins-%{apiversion}/*.so
Revision Changes Path
1.13 +5 -4 ao/libao.spec
Index: libao.spec
===================================================================
RCS file: /usr/local/cvsroot/ao/libao.spec,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- libao.spec 2001/10/07 16:08:50 1.12
+++ libao.spec 2001/10/07 16:18:05 1.13
@@ -1,6 +1,7 @@
-%define name libao
-%define version 0.8.1
-%define release 1
+%define name libao
+%define version 0.8.1
+%define release 1
+%define apiversion 2
Summary: Cross Platform Audio Output Library
Name: %{name}
@@ -48,7 +49,7 @@
%doc COPYING
%doc README
/usr/lib/libao.so.*
-/usr/lib/ao/*.so
+/usr/lib/ao/plugins-%{apiversion}/*.so
%files devel
%doc doc/*.html
--- >8 ----
List archives: http://www.xiph.org/archives/
Ogg project homepage: http://www.xiph.org/ogg/
To unsubscribe from this list, send a message to 'cvs-request at xiph.org'
containing only the word 'unsubscribe' in the body. No subject is needed.
Unsubscribe messages sent to the list will be ignored/filtered.
More information about the commits
mailing list