summaryrefslogtreecommitdiff
path: root/udev.spec
diff options
context:
space:
mode:
authorgreg@kroah.com <greg@kroah.com>2003-10-17 06:14:02 -0700
committerGreg KH <gregkh@suse.de>2005-04-26 21:01:41 -0700
commit221204964609fec81f50a6c411f276c88f412755 (patch)
tree765dfe8e5a6c025db7e14098a03871612c0c6fe8 /udev.spec
parentd3069ca3b71160cd7e89b3ff9d411ce2d7971610 (diff)
[PATCH] update the spec file for the new version and install process.
Spec file still does not install all of the proper files.
Diffstat (limited to 'udev.spec')
-rw-r--r--udev.spec7
1 files changed, 3 insertions, 4 deletions
diff --git a/udev.spec b/udev.spec
index fe6ca84cc3..07b608ed6d 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