This commit is contained in:
parent
7516a70258
commit
9e6bdfb826
1
55-pcfclock.rules
Normal file
1
55-pcfclock.rules
Normal file
@ -0,0 +1 @@
|
|||||||
|
KERNEL=="pcfclock*", NAME="%k", MODE="0444"
|
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Oct 19 15:31:06 CEST 2007 - ro@suse.de
|
||||||
|
|
||||||
|
- add udev rule to create device nodes (#335108,#276510)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri May 11 12:31:58 CEST 2007 - ro@suse.de
|
Fri May 11 12:31:58 CEST 2007 - ro@suse.de
|
||||||
|
|
||||||
|
@ -12,17 +12,18 @@
|
|||||||
Name: pcfclock
|
Name: pcfclock
|
||||||
BuildRequires: kernel-source kernel-syms module-init-tools
|
BuildRequires: kernel-source kernel-syms module-init-tools
|
||||||
Version: 0.44
|
Version: 0.44
|
||||||
Release: 79
|
Release: 140
|
||||||
Summary: Pcfclock kernel driver
|
Summary: Pcfclock kernel driver
|
||||||
License: GNU General Public License (GPL)
|
License: GPL v2 or later
|
||||||
Group: System/Kernel
|
Group: System/Kernel
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
URL: http://www-stud.ims.uni-stuttgart.de/~voegelas/pcf.html
|
Url: http://www-stud.ims.uni-stuttgart.de/~voegelas/pcf.html
|
||||||
Requires: pcfclock-kmp
|
Requires: pcfclock-kmp
|
||||||
Autoreqprov: on
|
AutoReqProv: on
|
||||||
Source: pcfclock-%{version}.tar.gz
|
Source: pcfclock-%{version}.tar.gz
|
||||||
Source1: Makefile
|
Source1: Makefile
|
||||||
Source2: preamble
|
Source2: preamble
|
||||||
|
Source3: 55-pcfclock.rules
|
||||||
Patch: pcfclock-nomodule.patch
|
Patch: pcfclock-nomodule.patch
|
||||||
Patch1: pcfclock-module_param.patch
|
Patch1: pcfclock-module_param.patch
|
||||||
Patch2: pcfclock-no_devfs.patch
|
Patch2: pcfclock-no_devfs.patch
|
||||||
@ -47,7 +48,6 @@ Authors:
|
|||||||
%package KMP
|
%package KMP
|
||||||
Summary: Pcfclock kernel driver
|
Summary: Pcfclock kernel driver
|
||||||
Group: System/Kernel
|
Group: System/Kernel
|
||||||
|
|
||||||
|
|
||||||
%description KMP
|
%description KMP
|
||||||
The pcfclock(4) driver for GNU/Linux supports the parallel port radio
|
The pcfclock(4) driver for GNU/Linux supports the parallel port radio
|
||||||
@ -96,6 +96,8 @@ for flavor in %flavors_to_build; do
|
|||||||
make -C /usr/src/linux-obj/%_target_cpu/$flavor modules_install \
|
make -C /usr/src/linux-obj/%_target_cpu/$flavor modules_install \
|
||||||
M=$PWD/obj/$flavor
|
M=$PWD/obj/$flavor
|
||||||
done
|
done
|
||||||
|
mkdir -p %{buildroot}/etc/udev/rules.d
|
||||||
|
install -m 644 %{S:3} %{buildroot}/etc/udev/rules.d
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
@ -103,11 +105,15 @@ done
|
|||||||
%{_mandir}/man4/pcfclock.4.gz
|
%{_mandir}/man4/pcfclock.4.gz
|
||||||
%{_mandir}/man8/pcfdate.8.gz
|
%{_mandir}/man8/pcfdate.8.gz
|
||||||
/usr/sbin/pcfdate
|
/usr/sbin/pcfdate
|
||||||
|
%dir /etc/udev
|
||||||
|
%dir /etc/udev/rules.d
|
||||||
|
/etc/udev/rules.d/*
|
||||||
|
|
||||||
%clean
|
%clean
|
||||||
rm -rf %{buildroot}
|
rm -rf %{buildroot}
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Oct 19 2007 - ro@suse.de
|
||||||
|
- add udev rule to create device nodes (#335108,#276510)
|
||||||
* Fri May 11 2007 - ro@suse.de
|
* Fri May 11 2007 - ro@suse.de
|
||||||
- fix build with current kernel sources
|
- fix build with current kernel sources
|
||||||
- use optflags for pcfdate
|
- use optflags for pcfdate
|
||||||
|
Loading…
Reference in New Issue
Block a user