rpms/em8300-kmod/FC-5 .cvsignore, 1.3, 1.4 em8300-kmod.spec, 1.6, 1.7 sources, 1.3, 1.4

Ville Skytta (scop) fedora-extras-commits at redhat.com
Sat Nov 11 09:27:44 UTC 2006


Author: scop

Update of /cvs/extras/rpms/em8300-kmod/FC-5
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12563

Modified Files:
	.cvsignore em8300-kmod.spec sources 
Log Message:
* Sat Nov 11 2006 Ville Skyttä <ville.skytta at iki.fi> - 0.16.0-0.0.rc2
- 0.16.0-rc2, build for kernel 2.6.18-1.2239.fc5.



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/em8300-kmod/FC-5/.cvsignore,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- .cvsignore	2 Oct 2006 18:17:12 -0000	1.3
+++ .cvsignore	11 Nov 2006 09:27:14 -0000	1.4
@@ -1 +1 @@
-em8300-nofirmware-0.16.0-rc1.tar.bz2
+em8300-nofirmware-0.16.0-rc2.tar.bz2


Index: em8300-kmod.spec
===================================================================
RCS file: /cvs/extras/rpms/em8300-kmod/FC-5/em8300-kmod.spec,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- em8300-kmod.spec	16 Oct 2006 16:03:07 -0000	1.6
+++ em8300-kmod.spec	11 Nov 2006 09:27:14 -0000	1.7
@@ -4,7 +4,7 @@
 # end stuff to be ...
 
 # hardcode for now:
-%{!?kversion: %define kversion 2.6.18-1.2200.fc5}
+%{!?kversion: %define kversion 2.6.18-1.2239.fc5}
 
 %define kmod_name em8300
 %define kverrel %(%{kmodtool} verrel %{?kversion} 2>/dev/null)
@@ -22,15 +22,15 @@
 Name:           %{kmod_name}-kmod
 Summary:        Kernel modules for DXR3/Hollywood Plus MPEG decoder cards
 Version:        0.16.0
-Release:        0.0.rc1.%(echo %{kverrel} | tr - _)
+Release:        0.0.rc2.%(echo %{kverrel} | tr - _)
 
 Group:          System Environment/Kernel
 License:        GPL
 URL:            http://dxr3.sourceforge.net/
 #Source0:        http://dl.sf.net/dxr3/%{kmod_name}-nofirmware-%{version}.tar.gz
-# http://dxr3.sourceforge.net/download/em8300-0.16.0-rc1.tar.gz
+# http://dxr3.sourceforge.net/download/em8300-0.16.0-rc2.tar.gz
 # with modules/em8300.uc removed
-Source0:        %{kmod_name}-nofirmware-%{version}-rc1.tar.bz2
+Source0:        %{kmod_name}-nofirmware-%{version}-rc2.tar.bz2
 Patch0:         http://cachalot.mine.nu/src/dxr3/em8300-adv7170-wss.patch
 Patch1:         http://cachalot.mine.nu/src/dxr3/em8300-oss-default.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -44,13 +44,13 @@
 
 %prep
 %setup -q -c
-cd %{kmod_name}-%{version}-rc1
+cd %{kmod_name}-%{version}-rc2
 %patch0 -p0
 %patch1 -p0
-sed -i -e 's|<linux/config\.h>|<linux/autoconf.h>|' modules/*.[hc]
+sed -i -e '/<linux\/config\.h>/d' modules/em8300_main.c
 cd ..
 for kvariant in %{kvariants} ; do
-    cp -a %{kmod_name}-%{version}-rc1 _kmod_build_$kvariant
+    cp -a %{kmod_name}-%{version}-rc2 _kmod_build_$kvariant
 done
 
 
@@ -67,8 +67,10 @@
 %install
 rm -rf $RPM_BUILD_ROOT
 for kvariant in %{kvariants} ; do
-    make -C _kmod_build_$kvariant/modules install DESTDIR=$RPM_BUILD_ROOT \
-        KERNVER=%{kverrel}$kvariant MODINST=extra/%{kmod_name}
+    cd _kmod_build_$kvariant/modules && \
+    make install DESTDIR=$RPM_BUILD_ROOT \
+        KERNVER=%{kverrel}$kvariant INSTALL_MOD_DIR=extra/%{kmod_name} && \
+    cd ../..
 done
 
 
@@ -77,6 +79,9 @@
 
 
 %changelog
+* Sat Nov 11 2006 Ville Skyttä <ville.skytta at iki.fi> - 0.16.0-0.0.rc2
+- 0.16.0-rc2, build for kernel 2.6.18-1.2239.fc5.
+
 * Mon Oct 16 2006 Ville Skyttä <ville.skytta at iki.fi> - 0.16.0-0.0.rc1
 - Build for kernel 2.6.18-1.2200.fc5.
 - Don't use <linux/config.h>.


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/em8300-kmod/FC-5/sources,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- sources	2 Oct 2006 18:17:12 -0000	1.3
+++ sources	11 Nov 2006 09:27:14 -0000	1.4
@@ -1 +1 @@
-969ba9fd1aebea7ef6549ebdb0f5ef4d  em8300-nofirmware-0.16.0-rc1.tar.bz2
+b442b787026a262cdc3f74486302f43f  em8300-nofirmware-0.16.0-rc2.tar.bz2




More information about the fedora-extras-commits mailing list