X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=udev.spec;h=07b608ed6d41b2ac4018efdb906d10620d82fb88;hp=fe6ca84cc35b3f6137300bac0aadf37b3c630b34;hb=221204964609fec81f50a6c411f276c88f412755;hpb=d3069ca3b71160cd7e89b3ff9d411ce2d7971610 diff --git a/udev.spec b/udev.spec index fe6ca84cc..07b608ed6 100644 --- a/udev.spec +++ b/udev.spec @@ -1,6 +1,6 @@ Summary: A userspace implementation of devfs Name: udev -Version: 0.2 +Version: 003 Release: 1 License: GPL Group: Utilities/System @@ -11,7 +11,7 @@ BuildRoot: /var/tmp/%{name}-%{version}-%{release}-root %description udev is a implementation of devfs in userspace using sysfs and -/sbin/hotplug. It requires a 2.5/2.6 kernel to run properly. +/sbin/hotplug. It requires a 2.6 kernel to run properly. %prep %setup @@ -20,8 +20,7 @@ udev is a implementation of devfs in userspace using sysfs and make %install -mkdir -p $RPM_BUILD_ROOT/sbin -install -m 755 %{name} $RPM_BUILD_ROOT/sbin +make prefix=$RPM_BUILD_ROOT install %clean rm -fr $RPM_BUILD_ROOT