Name: anaconda Version: @@VERSION@@ Release: 1 Copyright: GPL Summary: The Red Hat Linux installer. Group: Applications/System Source: anaconda-%{PACKAGE_VERSION}.tar.gz Obsoletes: anaconda-reconfig Prereq: chkconfig Requires: rpm-python BuildRoot: /var/tmp/anaconda-%{PACKAGE_VERSION} %description The anaconda package contains portions of the Red Hat Linux installer which may be run be the user for reconfiguration and advanced installation options. %package runtime Summary: Portions of the Red Hat Linux installer only needed for fresh installations. Group: Applications/System %description runtime The anaconda-runtime package contains parts of the Red Hat Linux install which are needed for installing new systems. It is used to build Red Hat Linux media sets, but the files it contains are not meant for us on already installed systems. %prep %setup -q %build make RPM_OPT_FLAGS="$RPM_OPT_FLAGS" %install rm -rf $RPM_BUILD_ROOT make DESTDIR=$RPM_BUILD_ROOT install #strip $RPM_BUILD_ROOT/usr/sbin/ddcprobe strip $RPM_BUILD_ROOT/usr/lib/anaconda/*.so %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/share/anaconda/* /usr/share/locale/*/*/* /usr/lib/anaconda/* %ifarch i386 /usr/sbin/ddcprobe %endif %config /etc/rc.d/init.d/reconfig %files runtime /usr/lib/anaconda-runtime %define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) %changelog * %{date} Cristian Gafton - built new version from CVS * Thu Feb 03 2000 Michael Fulbright - strip files - add lang-table to file list * 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