SPECS: alsa-oss.spec - ghost soname symlinks - GPL v2+
qboosh
qboosh at pld-linux.org
Sat Jan 5 04:09:28 CET 2008
Author: qboosh Date: Sat Jan 5 03:09:28 2008 GMT
Module: SPECS Tag: HEAD
---- Log message:
- ghost soname symlinks
- GPL v2+
---- Files affected:
SPECS:
alsa-oss.spec (1.23 -> 1.24)
---- Diffs:
================================================================
Index: SPECS/alsa-oss.spec
diff -u SPECS/alsa-oss.spec:1.23 SPECS/alsa-oss.spec:1.24
--- SPECS/alsa-oss.spec:1.23 Wed Nov 28 17:52:52 2007
+++ SPECS/alsa-oss.spec Sat Jan 5 04:09:23 2008
@@ -4,7 +4,7 @@
Name: alsa-oss
Version: 1.0.15
Release: 2
-License: GPL
+License: GPL v2+
Group: Applications/Sound
Source0: ftp://ftp.alsa-project.org/pub/oss-lib/%{name}-%{version}.tar.bz2
# Source0-md5: 49fb5fbae8bf955b248e46ff9c9a2aa1
@@ -72,8 +72,12 @@
%files
%defattr(644,root,root,755)
%attr(755,root,root) %{_bindir}/aoss
-%attr(755,root,root) %{_libdir}/lib*.so.*.*.*
-%attr(755,root,root) %{_libdir}/lib*.so
+%attr(755,root,root) %{_libdir}/libalsatoss.so.*.*.*
+%attr(755,root,root) %ghost %{_libdir}/libalsatoss.so.0
+%attr(755,root,root) %{_libdir}/libalsatoss.so
+%attr(755,root,root) %{_libdir}/libaoss.so.*.*.*
+%attr(755,root,root) %ghost %{_libdir}/libaoss.so.0
+%attr(755,root,root) %{_libdir}/libaoss.so
%{_mandir}/man1/aoss.1*
%files devel
@@ -89,6 +93,10 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.24 2008-01-05 03:09:23 qboosh
+- ghost soname symlinks
+- GPL v2+
+
Revision 1.23 2007-11-28 16:52:52 arekm
- rel 2; fix path to libaoss.so
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/alsa-oss.spec?r1=1.23&r2=1.24&f=u
More information about the pld-cvs-commit
mailing list