SPECS: kernel-extra-go7007.spec - port hotplug usermap to the new ...

jpc jpc at pld-linux.org
Wed Oct 19 02:02:54 CEST 2005


Author: jpc                          Date: Wed Oct 19 00:02:54 2005 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- port hotplug usermap to the new udev based mechanism
- rel 3 && STBR

---- Files affected:
SPECS:
   kernel-extra-go7007.spec (1.5 -> 1.6) 

---- Diffs:

================================================================
Index: SPECS/kernel-extra-go7007.spec
diff -u SPECS/kernel-extra-go7007.spec:1.5 SPECS/kernel-extra-go7007.spec:1.6
--- SPECS/kernel-extra-go7007.spec:1.5	Tue Sep 13 20:49:45 2005
+++ SPECS/kernel-extra-go7007.spec	Wed Oct 19 02:02:49 2005
@@ -19,12 +19,13 @@
 Summary(pl):	Przykładowy program dla kart przechwytywania obrazu go7007
 Name:		go7007
 Version:	0.9.6
-%define		_rel	2
+%define		_rel	3
 Release:	%{_rel}
 License:	Public Domain
 Group:		Applications/Multimedia
 Source0:	http://oss.wischip.com/wis-%{name}-linux-%{version}.tar.bz2
 # Source0-md5:	dac06ba7c410ac9ad8a3b2f27a03f7aa
+Source1:	%{name}-udev.rules
 Patch0:		%{name}-hotplug.patch
 Patch1:		%{name}-gorecord.patch
 URL:		http://oss.wischip.com/
@@ -170,6 +171,9 @@
 
 install -d $RPM_BUILD_ROOT%{_includedir}/linux
 install include/*.h $RPM_BUILD_ROOT%{_includedir}/linux
+
+install -d $RPM_BUILD_ROOT%{_sysconfdir}/udev/rules.d
+install %{SOURCE1} $RPM_BUILD_ROOT%{_sysconfdir}/udev/rules.d/100-go7007.rules
 %endif
 
 %if %{with kernel}
@@ -223,6 +227,7 @@
 /lib/firmware/*
 %attr(755,root,root) %{_sysconfdir}/hotplug/usb/wis-ezusb
 %{_sysconfdir}/hotplug/usb/wis.usermap
+%{_sysconfdir}/udev/rules.d/100-go7007.rules
 %endif
 
 %define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
@@ -231,6 +236,10 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.6  2005/10/19 00:02:49  jpc
+- port hotplug usermap to the new udev based mechanism
+- rel 3 && STBR
+
 Revision 1.5  2005/09/13 18:49:45  jpc
 - corrected the hotplug patch
 - STBR
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/kernel-extra-go7007.spec?r1=1.5&r2=1.6&f=u




More information about the pld-cvs-commit mailing list