name : cronie version : 1.5.1 release : 1 source : - https://fedorahosted.org/releases/c/r/cronie/cronie-1.5.1.tar.gz : 6c73666102a6b5d35e2eaf1bd06925f2d4b0cef8d3323c37286dda3089a85338 license : GPL-2.0 # CHECK ME component : PLEASE FILL ME IN summary : Daemon that runs specified programs at scheduled times and related tools description: | Daemon that runs specified programs at scheduled times and related tools rundeps : - pam #probably not necessary - bash #probably not necessary setup : | %configure --sbindir=/usr/bin --enable-anacron --with-inotify --with-pam \ build : | %make install : | %make_install chmod u+s $installdir/usr/bin/crontab install -d $installdir/var/spool/{ana,}cron install -d $installdir/etc/cron.{d,hourly,daily,weekly,monthly} install -Dm644 $pkgfiles/deny $installdir/etc/cron.deny install -Dm644 $pkgfiles/pam.d $installdir/etc/pam.d/crond install -Dm644 $pkgfiles/service $installdir/%libdir%/systemd/system/cronie.service install -Dm644 contrib/anacrontab $installdir/etc/anacrontab install -Dm644 contrib/0hourly $installdir/etc/cron.d/0hourly install -Dm755 contrib/0anacron $installdir/etc/cron.hourly/0anacron