X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=udev.spec;h=c6ebefc9989b7725352bb6c9dcd4b50147cb52a0;hp=affa7ea86778f9b06911cbe760c3e9099926da25;hb=218eae87273e6b1d401ac67f94d648c9f39a30fa;hpb=410e08dd08166c0745e30768fe1a1cdbe5180720 diff --git a/udev.spec b/udev.spec index affa7ea86..c6ebefc99 100644 --- 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 -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,9 +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(755,root,root) /etc/hotplug.d/default/udev.hotplug -%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 @@ -43,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 - Initial spec file for udev-0.2.