SPECS: kernel-video-stk11xx.spec - fix path for module (similar to...

twittner twittner at pld-linux.org
Thu Dec 6 03:11:58 CET 2007


Author: twittner                     Date: Thu Dec  6 02:11:58 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- fix path for module (similar to kernel-video-spca5xx.spec)
- rel. 2

---- Files affected:
SPECS:
   kernel-video-stk11xx.spec (1.7 -> 1.8) 

---- Diffs:

================================================================
Index: SPECS/kernel-video-stk11xx.spec
diff -u SPECS/kernel-video-stk11xx.spec:1.7 SPECS/kernel-video-stk11xx.spec:1.8
--- SPECS/kernel-video-stk11xx.spec:1.7	Sat Dec  1 15:43:05 2007
+++ SPECS/kernel-video-stk11xx.spec	Thu Dec  6 03:11:53 2007
@@ -5,7 +5,7 @@
 %bcond_with	verbose		# verbose build (V=1)
 #
 %define		_modname	stk11xx
-%define		_rel	1
+%define		_rel	2
 
 Summary:	Syntek camera driver for Linux
 Summary(pl.UTF-8):	Sterownik do kamer firmy Syntek dla Linuksa
@@ -45,7 +45,7 @@
 %install
 rm -rf $RPM_BUILD_ROOT
 
-%install_kernel_modules -m %{_modname} -d video
+%install_kernel_modules -m %{_modname} -d kernel/drivers/video 
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -58,7 +58,7 @@
 
 %files
 %defattr(644,root,root,755)
-/lib/modules/%{_kernel_ver}/video/%{_modname}*
+/lib/modules/%{_kernel_ver}/kernel/drivers/video/%{_modname}.ko*
 
 %define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
 %changelog
@@ -66,6 +66,10 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.8  2007-12-06 02:11:53  twittner
+- fix path for module (similar to kernel-video-spca5xx.spec)
+- rel. 2
+
 Revision 1.7  2007-12-01 14:43:05  vip
 - up to 1.2.1
 - STBR
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/kernel-video-stk11xx.spec?r1=1.7&r2=1.8&f=u



More information about the pld-cvs-commit mailing list