Sophie

Sophie

distrib > Mageia > 3 > x86_64 > media > core-release-src > by-pkgid > 93af448afd409a410d23aa79f3d315d6 > files > 3

crontabs-1.10-17.mga3.src.rpm

Name:		crontabs
Version:	1.10
Release:	%mkrel 17
Summary:	Root crontab files used to schedule the execution of programs
License:	GPLv2+
Group:		System/Base
Source0:	crontab
Source1:	config
BuildArch:	noarch
Requires:	run-parts

%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
mkdir -p %{buildroot}%{_sysconfdir}/cron.{hourly,daily,weekly,monthly,yearly} 
mkdir -p %{buildroot}%{_sysconfdir}/sysconfig
mkdir -p %{buildroot}%{_docdir}/%{name}

install -m 644 %{SOURCE0} %{buildroot}%{_sysconfdir}
install -m 644 %{SOURCE1} %{buildroot}%{_sysconfdir}/sysconfig/crontab

%files
%doc %{_docdir}/%{name}
%config(noreplace) %{_sysconfdir}/crontab
%config(noreplace) %{_sysconfdir}/sysconfig/crontab
%dir %{_sysconfdir}/cron.hourly
%dir %{_sysconfdir}/cron.daily
%dir %{_sysconfdir}/cron.weekly
%dir %{_sysconfdir}/cron.monthly
%dir %{_sysconfdir}/cron.yearly


%changelog

* Wed Jan 23 2013 fwang <fwang> 1.10-17.mga3
+ Revision: 391400
- update rpm group

* Fri Jan 11 2013 umeabot <umeabot> 1.10-16.mga3
+ Revision: 348300
- Mass Rebuild - https://wiki.mageia.org/en/Feature:Mageia3MassRebuild

* Fri Jan 07 2011 pterjan <pterjan> 1.10-15.mga1
+ Revision: 220
- imported package crontabs

  + tmb <tmb>
    - imported package crontabs