chiark / gitweb /
[PATCH] update the spec file for the new version and install process.
[elogind.git] / udev.spec
1 Summary: A userspace implementation of devfs
2 Name: udev
3 Version: 003
4 Release: 1
5 License: GPL
6 Group: Utilities/System
7 Source: ftp://ftp.kernel.org/pub/linux/utils/kernel/hotplug/%{name}-%{version}.tar.gz
8 ExclusiveOS: Linux
9 Vendor: Greg Kroah-Hartman <greg@kroah.com>
10 BuildRoot: /var/tmp/%{name}-%{version}-%{release}-root
11
12 %description
13 udev is a implementation of devfs in userspace using sysfs and
14 /sbin/hotplug. It requires a 2.6 kernel to run properly.
15
16 %prep
17 %setup
18
19 %build
20 make
21
22 %install
23 make prefix=$RPM_BUILD_ROOT install
24
25 %clean
26 rm -fr $RPM_BUILD_ROOT
27
28 %files
29 %defattr(-,root,root)
30 %attr(755,root,root)/sbin/%{name}
31 %attr(-,root,root) %doc COPYING README TODO ChangeLog
32
33 %changelog
34 * Mon Jul 28 2003 Paul Mundt <lethal@linux-sh.org>
35 - Initial spec file for udev-0.2.
36