SPECS: alsa-driver.spec - added linux24 patch (fixes unresolved sy...
qboosh
qboosh at pld-linux.org
Sat Jul 30 00:41:37 CEST 2005
Author: qboosh Date: Fri Jul 29 22:41:37 2005 GMT
Module: SPECS Tag: HEAD
---- Log message:
- added linux24 patch (fixes unresolved symbols in snd.o)
- moved the rest of pcmcia modules to -pcmcia
---- Files affected:
SPECS:
alsa-driver.spec (1.161 -> 1.162)
---- Diffs:
================================================================
Index: SPECS/alsa-driver.spec
diff -u SPECS/alsa-driver.spec:1.161 SPECS/alsa-driver.spec:1.162
--- SPECS/alsa-driver.spec:1.161 Sun Jun 5 12:58:33 2005
+++ SPECS/alsa-driver.spec Sat Jul 30 00:41:32 2005
@@ -33,6 +33,7 @@
# based on patch from http://www.dcs.gla.ac.uk/~jp/snd-bluez-sco/, updated
# (note: better 2.6.x version is at http://www.dcs.gla.ac.uk/~jp/snd-bt-sco/)
Patch3: %{name}-bluezsco.patch
+Patch4: %{name}-linux24.patch
URL: http://www.alsa-project.org/
%if %{with dist_kernel} && %{with kernel}
BuildRequires: kernel24-headers >= 2.4
@@ -166,6 +167,7 @@
%patch1 -p1
%patch2 -p1
%patch3 -p1
+%patch4 -p1
sed -i -e 's/-D__SMP__/-D__KERNEL_SMP/' configure.in
@@ -272,6 +274,9 @@
%doc FAQ INSTALL README doc/SOUNDCARDS WARNING alsa-kernel/Documentation/{*.txt,*.html}
%doc %attr(744,root,root) snddevices
/lib/modules/%{_kernel_ver}/misc/*
+%{?with_pcmcia:%exclude /lib/modules/%{_kernel_ver}/misc/snd-pdaudiocf.o*}
+%{?with_pcmcia:%exclude /lib/modules/%{_kernel_ver}/misc/snd-vx-cs.o*}
+%{?with_pcmcia:%exclude /lib/modules/%{_kernel_ver}/misc/snd-vxp440.o*}
%{?with_pcmcia:%exclude /lib/modules/%{_kernel_ver}/misc/snd-vxpocket.o*}
%if %{with smp}
@@ -280,17 +285,26 @@
%doc FAQ INSTALL README doc/SOUNDCARDS WARNING alsa-kernel/Documentation
%doc %attr(744,root,root) snddevices
/lib/modules/%{_kernel_ver}smp/misc/*
+%{?with_pcmcia:%exclude /lib/modules/%{_kernel_ver}smp/misc/snd-pdaudiocf.o*}
+%{?with_pcmcia:%exclude /lib/modules/%{_kernel_ver}smp/misc/snd-vx-cs.o*}
+%{?with_pcmcia:%exclude /lib/modules/%{_kernel_ver}smp/misc/snd-vxp440.o*}
%{?with_pcmcia:%exclude /lib/modules/%{_kernel_ver}smp/misc/snd-vxpocket.o*}
%endif
%if %{with pcmcia}
%files -n kernel24-sound-alsa-pcmcia
%defattr(644,root,root,755)
+/lib/modules/%{_kernel_ver}/misc/snd-pdaudiocf.o*
+/lib/modules/%{_kernel_ver}/misc/snd-vx-cs.o*
+/lib/modules/%{_kernel_ver}/misc/snd-vxp440.o*
/lib/modules/%{_kernel_ver}/misc/snd-vxpocket.o*
%if %{with smp}
%files -n kernel24-smp-sound-alsa-pcmcia
%defattr(644,root,root,755)
+/lib/modules/%{_kernel_ver}smp/misc/snd-pdaudiocf.o*
+/lib/modules/%{_kernel_ver}smp/misc/snd-vx-cs.o*
+/lib/modules/%{_kernel_ver}smp/misc/snd-vxp440.o*
/lib/modules/%{_kernel_ver}smp/misc/snd-vxpocket.o*
%endif
%endif
@@ -308,6 +322,10 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.162 2005/07/29 22:41:32 qboosh
+- added linux24 patch (fixes unresolved symbols in snd.o)
+- moved the rest of pcmcia modules to -pcmcia
+
Revision 1.161 2005/06/05 10:58:33 qboosh
- updated to 1.0.9a, fix patch obsolete
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/alsa-driver.spec?r1=1.161&r2=1.162&f=u
More information about the pld-cvs-commit
mailing list