Name: kudzu Version: @@VERSION@@ Release: 4 Copyright: GPL Summary: The Red Hat Linux hardware probing tool. Group: Applications/System Source: kudzu-%{PACKAGE_VERSION}.tar.gz Obsoletes: rhs-hwdiag setconsole Prereq: chkconfig BuildRoot: /tmp/kudzu %description Kudzu is a hardware probing tool run at system boot time to determine what hardware has been added or removed from the system. %package devel Summary: The development library for hardware probing. Group: Development/Libraries %description devel The kudzu-devel package contains the libkudzu and libmodules libraries, which are libraries used for hardware probing and configuration. %prep %setup %build make RPM_OPT_FLAGS="$RPM_OPT_FLAGS" all kudzu ktest %install rm -rf $RPM_BUILD_ROOT make prefix=$RPM_BUILD_ROOT/usr sysconfdir=$RPM_BUILD_ROOT/etc install \ install-program strip $RPM_BUILD_ROOT/usr/sbin/kudzu %clean rm -rf $RPM_BUILD_ROOT %post chkconfig --add kudzu %preun if [ $1 = 0 ]; then chkconfig --del kudzu fi %files %defattr(-,root,root) %doc README /usr/sbin/kudzu /usr/share/kudzu /usr/man/man1/* %config /etc/rc.d/init.d/kudzu %files devel %defattr(-,root,root) /usr/lib/libkudzu.a /usr/lib/libmodules.a /usr/include/kudzu/* %changelog * Mon Oct 25 1999 Bill Nottingham - oops, don't try to configure 'unknown's. * Mon Oct 11 1999 Bill Nottingham - fix creation of /etc/sysconfig/soundcard... * Wed Oct 6 1999 Bill Nottingham - add inittab munging for sparc serial consoles... * Thu Sep 30 1999 Bill Nottingham - add sun keyboard probing (from jakub) - add some bttv support * Wed Sep 22 1999 Bill Nottingham - run 'telinit 5' if needed in the initscript * Mon Sep 20 1999 Bill Nottingham - new & improved UI - module aliasing fixes * Thu Sep 9 1999 Bill Nottingham - sanitize, homogenize, sterilize... * Wed Sep 8 1999 Bill Nottingham - get geometry for ide drives - enumerate buses (jj@ultra.linux.cz)