Name: anaconda Version: @@VERSION@@ Release: 1 Copyright: GPL Summary: The Red Hat Linux first time booting configuration tool. Group: Applications/System Source: anaconda-%{PACKAGE_VERSION}.tar.gz Obsoletes: anaconda-reconfig Prereq: chkconfig Requires: rpm-python BuildRoot: /var/tmp/anaconda-%{PACKAGE_VERSION} %description anaconda is usually run the first-time a pre-installed computer is booted. It allows the first-time user to configure localized attributes like timezone and root password. %prep %setup -q %build make RPM_OPT_FLAGS="$RPM_OPT_FLAGS" %install rm -rf $RPM_BUILD_ROOT make RECFGDESTDIR=$RPM_BUILD_ROOT install-reconfig #strip $RPM_BUILD_ROOT/usr/sbin/ddcprobe %clean rm -rf $RPM_BUILD_ROOT %post chkconfig --add reconfig %preun if [ $1 = 0 ]; then chkconfig --del reconfig fi %files %defattr(-,root,root) %doc COPYING /usr/sbin/anaconda #/usr/sbin/ddcprobe /usr/share/anaconda/* /usr/share/locale/*/*/* /usr/lib/anaconda/* %config /etc/rc.d/init.d/reconfig %changelog * Wed Jan 05 2000 Michael Fulbright - added requirement for rpm-python * Mon Dec 06 1999 Michael Fulbright - rename to 'anaconda' instead of 'anaconda-reconfig' * Fri Dec 03 1999 Michael Fulbright - remove ddcprobe since we don't do X configuration in reconfig now * Tue Nov 30 1999 Michael Fulbright - first try at packaging reconfiguration tool