Summary: Root crontab files used to schedule the execution of programs. Name: crontabs Version: 1.10 Release: 9%{?dist} License: Public Domain Group: System Environment/Base Source0: crontab Source1: run-parts Source2: 000-delay.cron BuildArchitectures: noarch BuildRoot: %{_tmppath}/%{name}-root %description The crontabs package contains root crontab files. Crontab is the program used to install, uninstall or list the tables used to drive the cron daemon. The cron daemon checks the crontab files to see when particular commands are scheduled to be executed. If commands are scheduled, it executes them. Crontabs handles a basic system function, so it should be installed on your system. %install rm -rf $RPM_BUILD_ROOT mkdir -p $RPM_BUILD_ROOT/etc/cron.{hourly,daily,weekly,monthly} mkdir -p $RPM_BUILD_ROOT/usr/bin install -m644 $RPM_SOURCE_DIR/crontab $RPM_BUILD_ROOT/etc/crontab install -m755 $RPM_SOURCE_DIR/run-parts $RPM_BUILD_ROOT/usr/bin/run-parts install -m755 $RPM_SOURCE_DIR/000-delay.cron $RPM_BUILD_ROOT/etc/cron.daily/000-delay.cron ln $RPM_BUILD_ROOT/etc/cron.weekly/000-delay.cron $RPM_BUILD_ROOT/etc/cron.daily/000-delay.cron %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root) %config(noreplace) /etc/crontab /usr/bin/run-parts %dir /etc/cron.hourly %dir /etc/cron.daily %dir /etc/cron.weekly %dir /etc/cron.monthly %changelog * Wed Oct 11 2006 Marcela Maslanova 1.10-9 - patch (#110894) for delaying more emails in the moment * Fri Jul 14 2006 Jesse Keating 0 1.10-8 - rebuilt * Fri Dec 09 2005 Jesse Keating - rebuilt * Mon Sep 20 2004 Jason Vas Dias - rebuilt under new CVS for dist-fc3 * Fri Feb 13 2004 Elliot Lee - rebuilt * Fri Feb 7 2003 Bill Nottingham - not-as-automated rebuild * Fri Jun 21 2002 Tim Powers - automated rebuild * Thu May 23 2002 Tim Powers - automated rebuild * Wed Jan 09 2002 Tim Powers - automated rebuild * Thu Jul 19 2001 Preston Brown - don't require tmpwatch * Tue Feb 27 2001 Preston Brown - noreplace crontab file; use tmppath * Wed Jan 31 2001 Bill Nottingham - don't process ,v files (#15968) * Mon Aug 7 2000 Bill Nottingham - put name of script in output of stuff run by run-parts (#12411) * Wed Jul 12 2000 Prospector - automatic rebuild * Tue Jun 6 2000 Bill Nottingham - rebuild * Fri Aug 27 1999 Jeff Johnson - don't run *~ or *, files (#4740). * Thu Apr 15 1999 Bill Nottingham - don't run .rpm{save,new,orig} files (bug #2190) * Sun Mar 21 1999 Cristian Gafton - auto rebuild in the new build environment (release 5) * Mon Nov 30 1998 Bill Nottingham - crontab: set HOME=/ * Sat Jun 27 1998 Jeff Johnson - run-parts: skip sub-directories (e.g. CVS) found instead of complaining * Fri Apr 24 1998 Prospector System - translations modified for de, fr, tr * Tue Apr 07 1998 Erik Troan - moved crontab jobs up a bit to make sure they aren't confused by switching to and fro daylight savings time * Fri Oct 24 1997 Erik Troan - removed tmpwatch and at entries * Thu Jul 31 1997 Erik Troan - made a noarch package