Name: yum Version: 1.0.3 Release: alt1 Summary: RPM installer/updater License: GPL Group: System Environment/Base Source0: %name-%version.tar.gz URL: http://www.dulug.duke.edu/yum/ Packager: Igor Zubkov #BuildRequires: python #Requires: python librpm404 rpm404-python #Prereq: /sbin/chkconfig, /sbin/service # Automatically added by buildreq on Thu Sep 15 2005 BuildRequires: python-base python-modules-compiler python-modules-encodings %description Yum is a utility that can check for and automatically download and install updated RPM packages. Dependencies are obtained and downloaded automatically prompting the user as necessary. %prep %setup -q %build %configure %make_build %install %make_install DESTDIR=%buildroot install #post #/sbin/chkconfig --add yum #/sbin/chkconfig yum on #/sbin/service yum condrestart >> /dev/null #exit 0 #preun #if [ $1 = 0 ]; then # /sbin/chkconfig --del yum # /sbin/service yum stop >> /dev/null #fi #exit 0 %files %doc README AUTHORS COPYING TODO INSTALL %config(noreplace) %{_sysconfdir}/yum.conf %config %{_sysconfdir}/cron.daily/yum.cron %config %{_sysconfdir}/init.d/%{name} %config %{_sysconfdir}/logrotate.d/%{name} %{_datadir}/yum/* %{_bindir}/yum %{_bindir}/yum-arch /var/cache/yum %{_mandir}/man*/* %changelog * Thu Sep 15 2005 Igor Zubkov 1.0.3-alt1 - Initial build for Sisyphus * Mon Sep 8 2003 Seth Vidal - brown paper-bag 1.0.3 * Mon Sep 8 2003 Seth Vidal - ver to 1.0.2 * Mon May 19 2003 Seth Vidal - ver to 1.0.1 * Mon Apr 28 2003 Seth Vidal - fix up for changes to layout and fhs compliance * Tue Mar 11 2003 Seth Vidal - default spec for rhl 8.0 - ver to 1.0 * Sun Dec 22 2002 Seth Vidal - bumped ver to 0.9.4 - new spec file for rhl 8.0 * Sun Oct 20 2002 Seth Vidal - bumped ver to 0.9.3 * Mon Aug 26 2002 Seth Vidal - bumped ver to 0.9.2 * Thu Jul 11 2002 Seth Vidal - bumped ver to 0.9.1 * Thu Jul 11 2002 Seth Vidal - bumped ver to 0.9.0 * Thu Jul 11 2002 Seth Vidal - added rpm require * Sun Jun 30 2002 Seth Vidal - 0.8.9 * Fri Jun 14 2002 Seth Vidal - 0.8.7 * Thu Jun 13 2002 Seth Vidal - bumped to 0.8.5 * Thu Jun 13 2002 Seth Vidal - bumped to 0.8.4 * Sun Jun 9 2002 Seth Vidal - bumped to 0.8.2 * Thu Jun 6 2002 Seth Vidal - First packaging