chiark / gitweb /
[PATCH] DESTDIR for udev
[elogind.git] / udev.spec
index ffb643c57abfc221be6171ec25385d81f40ec7f4..c6ebefc9989b7725352bb6c9dcd4b50147cb52a0 100644 (file)
--- a/udev.spec
+++ b/udev.spec
@@ -1,13 +1,13 @@
 Summary: A userspace implementation of devfs
 Name: udev
-Version: 003_bk
+Version: 005_bk
 Release: 1
 License: GPL
 Group: Utilities/System
 Source: ftp://ftp.kernel.org/pub/linux/utils/kernel/hotplug/%{name}-%{version}.tar.gz
 ExclusiveOS: Linux
 Vendor: Greg Kroah-Hartman <greg@kroah.com>
-BuildRoot: /var/tmp/%{name}-%{version}-%{release}-root
+BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
 Prereq: /bin/sh, fileutils, hotplug
 
 %description
@@ -21,7 +21,7 @@ udev is a implementation of devfs in userspace using sysfs and
 make CC="gcc $RPM_OPT_FLAGS"
 
 %install
-make prefix=$RPM_BUILD_ROOT install
+make DESTDIR=$RPM_BUILD_ROOT install
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -32,8 +32,9 @@ rm -rf $RPM_BUILD_ROOT
 %attr(755,root,root) /sbin/udev
 %attr(755,root,root) /udev/
 %attr(755,root,root) /etc/udev/
-%attr(0644,root,root) /etc/udev/namedev.config
-%attr(0644,root,root) /etc/udev/namedev.permissions
+%attr(0644,root,root) /etc/udev/udev.config
+%attr(0644,root,root) /etc/udev/udev.permissions
+%attr(-,root,root) /etc/hotplug.d/default/udev.hotplug
 %attr(0644,root,root) %{_mandir}/man8/udev.8*
 
 %changelog
@@ -42,6 +43,7 @@ rm -rf $RPM_BUILD_ROOT
 - Correctly install the right files
 - Pass the RPM_OPT_FLAGS to gcc so we can build per the build policy
 - Put some prereqs in
+- Install the hotplug symlink to udev
 
 * Mon Jul 28 2003 Paul Mundt <lethal@linux-sh.org>
 - Initial spec file for udev-0.2.