[PATCH] update the spec file for the new version and install process.

Spec file still does not install all of the proper files.
This commit is contained in:
greg@kroah.com 2003-10-17 06:14:02 -07:00 committed by Greg KH
parent d3069ca3b7
commit 2212049646
1 changed files with 3 additions and 4 deletions

View File

@ -1,6 +1,6 @@
Summary: A userspace implementation of devfs Summary: A userspace implementation of devfs
Name: udev Name: udev
Version: 0.2 Version: 003
Release: 1 Release: 1
License: GPL License: GPL
Group: Utilities/System Group: Utilities/System
@ -11,7 +11,7 @@ BuildRoot: /var/tmp/%{name}-%{version}-%{release}-root
%description %description
udev is a implementation of devfs in userspace using sysfs and 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 %prep
%setup %setup
@ -20,8 +20,7 @@ udev is a implementation of devfs in userspace using sysfs and
make make
%install %install
mkdir -p $RPM_BUILD_ROOT/sbin make prefix=$RPM_BUILD_ROOT install
install -m 755 %{name} $RPM_BUILD_ROOT/sbin
%clean %clean
rm -fr $RPM_BUILD_ROOT rm -fr $RPM_BUILD_ROOT