SPECS: kernel-sound-cmaudio.spec - some modifications and now work...

cactus cactus at pld-linux.org
Sat Jan 26 16:23:05 CET 2008


Author: cactus                       Date: Sat Jan 26 15:23:05 2008 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- some modifications and now works well

---- Files affected:
SPECS:
   kernel-sound-cmaudio.spec (1.1 -> 1.2) 

---- Diffs:

================================================================
Index: SPECS/kernel-sound-cmaudio.spec
diff -u SPECS/kernel-sound-cmaudio.spec:1.1 SPECS/kernel-sound-cmaudio.spec:1.2
--- SPECS/kernel-sound-cmaudio.spec:1.1	Sat Jan 26 16:08:48 2008
+++ SPECS/kernel-sound-cmaudio.spec	Sat Jan 26 16:23:00 2008
@@ -42,19 +42,16 @@
 #%patch1 -p1
 
 cat > Makefile <<'EOF'
-obj-m := cmiaudio.o
-cmiaudio-objs := ali_5451.o ati.o cmi9738.o cmi9739.o cmi9761.o intel_ichx.o main.o sis_7018.o via_82cxxx.o
+obj-m := cmaudio.o
+cmaudio-objs := ali_5451.o ati.o cmi9738.o cmi9739.o cmi9761.o intel_ichx.o main.o sis_7018.o via_82cxxx.o
 EOF
 
 %build
-%build_kernel_modules -C . -m cmiaudio
+%build_kernel_modules -C . -m cmaudio
+
 %install
 rm -rf $RPM_BUILD_ROOT
-install -d $RPM_BUILD_ROOT/lib/modules/%{_kernel_ver}/misc
-install -d $RPM_BUILD_ROOT/lib/modules/%{_kernel_ver}smp/misc
-#8810
-install au8810-smp.o $RPM_BUILD_ROOT/lib/modules/%{_kernel_ver}smp/misc/au8810.o
-install au8810.o $RPM_BUILD_ROOT/lib/modules/%{_kernel_ver}/misc/au8810.o
+%install_kernel_modules -m cmaudio -d misc
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -67,7 +64,7 @@
 
 %files
 %defattr(644,root,root,755)
-%doc README ChangeLog
+%doc Readme.txt
 /lib/modules/%{_kernel_ver}/misc/*
 
 %define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
@@ -76,6 +73,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.2  2008-01-26 15:23:00  cactus
+- some modifications and now works well
+
 Revision 1.1  2008-01-26 15:08:48  cactus
 - initial spec
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/kernel-sound-cmaudio.spec?r1=1.1&r2=1.2&f=u



More information about the pld-cvs-commit mailing list