SPECS: alsa-lib.spec - add modprobe hints to fix common sound problems - rel 2

patrys patrys at pld-linux.org
Thu Jul 24 15:53:50 CEST 2008


Author: patrys                       Date: Thu Jul 24 13:53:50 2008 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- add modprobe hints to fix common sound problems
- rel 2

---- Files affected:
SPECS:
   alsa-lib.spec (1.136 -> 1.137) 

---- Diffs:

================================================================
Index: SPECS/alsa-lib.spec
diff -u SPECS/alsa-lib.spec:1.136 SPECS/alsa-lib.spec:1.137
--- SPECS/alsa-lib.spec:1.136	Mon Jul 14 21:37:48 2008
+++ SPECS/alsa-lib.spec	Thu Jul 24 15:53:44 2008
@@ -13,11 +13,12 @@
 Summary(uk.UTF-8):	Бібліотека API для роботи з драйвером ALSA
 Name:		alsa-lib
 Version:	1.0.17
-Release:	1
+Release:	2
 License:	LGPL v2.1+
 Group:		Libraries
 Source0:	ftp://ftp.alsa-project.org/pub/lib/%{name}-%{version}.tar.bz2
 # Source0-md5:	9bbbdc502478cdc75074c9ba42c385b3
+Source1:	%{name}-modprobe.conf
 URL:		http://www.alsa-project.org/
 BuildRequires:	alsa-driver-devel
 BuildRequires:	autoconf >= 2.59
@@ -189,10 +190,13 @@
 %install
 rm -rf $RPM_BUILD_ROOT
 
+install -d $RPM_BUILD_ROOT/etc/modprobe.d
+
 %{__make} install \
 	DESTDIR=$RPM_BUILD_ROOT
 
 install -D utils/alsa.m4 $RPM_BUILD_ROOT%{_aclocaldir}/alsa.m4
+install %SOURCE1 $RPM_BUILD_ROOT/etc/modprobe.d/alsa-base
 
 rm -f $RPM_BUILD_ROOT%{_libdir}/alsa-lib/smixer/*.{a,la}
 
@@ -214,6 +218,7 @@
 %attr(755,root,root) %{_libdir}/alsa-lib/smixer/smixer-hda.so
 %attr(755,root,root) %{_libdir}/alsa-lib/smixer/smixer-sbase.so
 %{_datadir}/alsa
+%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) /etc/modprobe.d/alsa-base
 
 %files devel
 %defattr(644,root,root,755)
@@ -243,6 +248,10 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.137  2008/07/24 13:53:44  patrys
+- add modprobe hints to fix common sound problems
+- rel 2
+
 Revision 1.136  2008/07/14 19:37:48  twittner
 - up to 1.0.17
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/alsa-lib.spec?r1=1.136&r2=1.137&f=u



More information about the pld-cvs-commit mailing list