SPECS: anacron.spec - pass CC, package /etc/cron.PERIOD dirs, trun...
glen
glen at pld-linux.org
Sun Apr 2 18:50:22 CEST 2006
Author: glen Date: Sun Apr 2 16:50:22 2006 GMT
Module: SPECS Tag: HEAD
---- Log message:
- pass CC, package /etc/cron.PERIOD dirs, truncate changelog, rel 25
---- Files affected:
SPECS:
anacron.spec (1.37 -> 1.38)
---- Diffs:
================================================================
Index: SPECS/anacron.spec
diff -u SPECS/anacron.spec:1.37 SPECS/anacron.spec:1.38
--- SPECS/anacron.spec:1.37 Sun Apr 2 16:19:27 2006
+++ SPECS/anacron.spec Sun Apr 2 18:50:17 2006
@@ -1,13 +1,13 @@
# $Revision$, $Date$
# TODO
-# - missing cron.hourly processing?
-# - doesn't own /etc/cron.PERIOD/ dirs like other crond's do
+# - missing /etc/cron.hourly processing!!!!
+# - doesn't obsolete other crondaemons like other Provides: crondaemons do.
Summary: A cron-like program that can run jobs lost during downtime
Summary(pl): Wersja crona z możliwością uruchamiania zapomnianych procesów
Summary(pt_BR): Auxiliar do cron para máquinas que năo ficam ligadas o tempo todo
Name: anacron
Version: 2.3
-Release: 24
+Release: 25
License: GPL
Group: Daemons
Source0: http://dl.sourceforge.net/anacron/%{name}-%{version}.tar.gz
@@ -72,7 +72,8 @@
%build
%{__make} \
- CFLAGS="%{rpmcflags}"
+ CC="%{__cc}" \
+ CFLAGS="%{rpmcflags}"
%install
rm -rf $RPM_BUILD_ROOT
@@ -123,9 +124,10 @@
%attr(754,root,root) /etc/rc.d/init.d/*
%config %{_sysconfdir}/anacrontab
%dir /var/spool/anacron/
-%config %{_sysconfdir}/cron.daily/0anacron
-%config %{_sysconfdir}/cron.monthly/0anacron
-%config %{_sysconfdir}/cron.weekly/0anacron
+%attr(750,root,root) %dir %{_sysconfdir}/cron.*
+%attr(755,root,root) %{_sysconfdir}/cron.daily/0anacron
+%attr(755,root,root) %{_sysconfdir}/cron.monthly/0anacron
+%attr(755,root,root) %{_sysconfdir}/cron.weekly/0anacron
%{_mandir}/man[58]/*
%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
@@ -134,6 +136,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.38 2006/04/02 16:50:17 glen
+- pass CC, package /etc/cron.PERIOD dirs, truncate changelog, rel 25
+
Revision 1.37 2006/04/02 14:19:27 glen
- use %service
@@ -263,44 +268,4 @@
- partialy rewrited.
Revision 1.1 2000/05/19 08:49:22 undefine
-Initial version for PLD
-
-* Fri Mar 03 2000 Tim Powers <timp at redhat.com>
-- fixed startup script so that it doesn't put stuff in /var/lock/subsys.
- Complains since anacronda turns itself off when it is run, and the file
- in /var/lock/subsys isn't removed.
-
-* Mon Feb 28 2000 Tim Powers <timp at redhat.com>
-- fixed startup script, now it actually stops, gives status and restarts.
- Fixes bug #9835
-
-* Mon Feb 7 2000 Bill Nottingham <notting at redhat.com>
-- handle compressed manpages
-
-* Fri Feb 4 2000 Bernhard Rosenkraenzer <bero at redhat.com>
-- rebuild to get compressed man pages
-- mark /etc/cron.daily/... as config files
-
-* Wed Feb 02 2000 Cristian Gafton <gafton at redhat.com>
-- fix annoying defines
-- rebuild to update description and group
-
-* Thu Jan 6 2000 Bernhard Rosenkränzer <bero at redhat.com>
-- initial Red Hat package
-
-* Wed Dec 29 1999 Chmouel Boudjnah <chmouel at mandrakesoft.com>
-- Remove cron.hourly check (unusefull).
-
-* Wed Nov 10 1999 Chmouel Boudjnah <chmouel at mandrakesoft.com>
-- 2.1 from debian.
-- Fix typo in initscripts.
-
-* Thu Jul 22 1999 Chmouel Boudjnah <chmouel at mandrakesoft.com>
-- Fix wrong entries in anacrontab.
-- Add a /etc/rc.d/rc.sysinit/ script
-
-* Tue Apr 27 1999 Chmouel Boudjnah <chmouel at mandrakesoft.com>
-- Fix bug with /var/spool/anacron/
-
-* Sat Apr 10 1999 Chmouel Boudjnah <chmouel at mandrakesoft.com>
-- First version mainly inspired from the Debian package.
+- Initial version for PLD
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/anacron.spec?r1=1.37&r2=1.38&f=u
More information about the pld-cvs-commit
mailing list