Summary: Dynamic creation of device nodes Name: udev Version: 126 Release: 1 License: GPL Group: System/Base Source0: %{name}-%{version}.tar.bz2 %description Dynamically creates device nodes. %prep %setup -q %build ./configure --prefix= --includedir=/usr/include --datarootdir=/usr/share %install rm -rf $RPM_BUILD_ROOT make DESTDIR=$RPM_BUILD_ROOT/ install install -v -m644 -D docs/writing_udev_rules/index.html \ $RPM_BUILD_ROOT/usr/share/doc/udev-118/index.html %clean rm -rf $RPM_BUILD_ROOT %post if [ ! -d /lib/firmware ];then install -dv /lib/firmware fi %files %defattr(-,root,root) / %changelog * Sun Aug 03 2008 Jonathan Norman 126-1 - Upgraded from 124 to 126 - Removed orginal compile command - Added ./configure replacement - Ajusted install command acordingly * Wed Jun 25 2008 Jonathan Norman 124-1 - Removed BuildRoot - Removed patch - Removed LFS config source - Removed pre-install file check / creation - Changed udev config to CLFS - Installed the documentation - Creat /lib/firmware post install if not present.