Compare commits

...
Sign in to create a new pull request.

5 commits

Author SHA1 Message Date
Fedora Release Engineering
d2cecc4422 dist-git conversion 2010-07-28 12:19:34 +00:00
Bill Nottingham
4854678e03 Fix typo that causes a failure to update the common directory. (releng
#2781)
2009-11-26 01:34:19 +00:00
Marcela Mašláňová
8b069f1018 Fix typo. 2009-10-12 13:38:09 +00:00
Marcela Mašláňová
e6654f7b76 - rebuilt for review 2009-10-12 12:17:34 +00:00
Jesse Keating
17a2b6d4ba Initialize branch F-12 for crontabs 2009-09-29 04:41:07 +00:00
3 changed files with 13 additions and 25 deletions

View file

View file

@ -1,21 +0,0 @@
# Makefile for source rpm: crontabs
# $Id: Makefile,v 1.1 2004/09/09 03:58:16 cvsdist Exp $
NAME := crontabs
SPECFILE = $(firstword $(wildcard *.spec))
define find-makefile-common
for d in common ../common ../../common ; do if [ -f $$d/Makefile.common ] ; then if [ -f $$d/CVS/Root -a -w $$/Makefile.common ] ; then cd $$d ; cvs -Q update ; fi ; echo "$$d/Makefile.common" ; break ; fi ; done
endef
MAKEFILE_COMMON := $(shell $(find-makefile-common))
ifeq ($(MAKEFILE_COMMON),)
# attempt a checkout
define checkout-makefile-common
test -f CVS/Root && { cvs -Q -d $$(cat CVS/Root) checkout common && echo "common/Makefile.common" ; } || { echo "ERROR: I can't figure out how to checkout the 'common' module." ; exit -1 ; } >&2
endef
MAKEFILE_COMMON := $(shell $(checkout-makefile-common))
endif
include $(MAKEFILE_COMMON)

View file

@ -1,9 +1,10 @@
Summary: Root crontab files used to schedule the execution of programs
Name: crontabs
Version: 1.10
Release: 31%{?dist}
Release: 32%{?dist}
License: Public Domain and GPLv2
Group: System Environment/Base
# no URL - it's only a one script which is used by different packages
Source0: crontab
Source1: run-parts
Source2: crontabs.4
@ -21,14 +22,19 @@ are scheduled, it executes them.
Crontabs handles a basic system function, so it should be installed on
your system.
%prep
#empty
%build
#empty
%install
rm -rf $RPM_BUILD_ROOT
mkdir -p $RPM_BUILD_ROOT/etc/cron.{hourly,daily,weekly,monthly}
mkdir -p $RPM_BUILD_ROOT/usr/bin
mkdir -p $RPM_BUILD_ROOT/%{_mandir}/man4/
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 -m644 $RPM_SOURCE_DIR/crontabs.4 $RPM_BUILD_ROOT/%{_mandir}/man4/
install -m644 %SOURCE0 $RPM_BUILD_ROOT/etc/crontab
install -m755 %SOURCE1 $RPM_BUILD_ROOT/usr/bin/run-parts
install -m644 %SOURCE2 $RPM_BUILD_ROOT/%{_mandir}/man4/
%clean
rm -rf $RPM_BUILD_ROOT
@ -44,6 +50,9 @@ rm -rf $RPM_BUILD_ROOT
%dir /etc/cron.monthly
%changelog
* Mon Oct 12 2009 Marcela Mašláňová <mmaslano@redhat.com> 1.10-32
- rebuilt for review
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.10-31
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild