Author: glen                         Date: Mon Nov  6 22:36:48 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- BR: crondaemon is wrong, it would still fail with anacron
- add -progs.patch

---- Files affected:
SPECS:
   shush.spec (1.7 -> 1.8) 

---- Diffs:

================================================================
Index: SPECS/shush.spec
diff -u SPECS/shush.spec:1.7 SPECS/shush.spec:1.8
--- SPECS/shush.spec:1.7        Mon Nov  6 23:26:53 2006
+++ SPECS/shush.spec    Mon Nov  6 23:36:43 2006
@@ -1,6 +1,6 @@
 # $Revision$, $Date$
-# TODO
-# - patch source not to BR: crondaemon
+# NB!
+# - anacron provides crondaemon but no crontab binary!
 Summary:       A wrapper around cron jobs
 Summary(pl):   Wrapper dla zadaƄ cronowych
 Name:          shush
@@ -11,8 +11,9 @@
 Source0:       http://web.taranis.org/shush/dist/%{name}-%{version}.tgz
 # Source0-md5: e08e7be994060e549627d205040734dd
 Patch0:                %{name}-Makefile.patch
+Patch1:                %{name}-progs.patch
 URL:           http://web.taranis.org/shush/
-BuildRequires: crondaemon
+BuildRequires: autoconf
 BuildRequires: pcre-devel
 Requires:      crondaemon
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -28,8 +29,11 @@
 %prep
 %setup -q
 %patch0 -p1
+%patch1 -p1
 
 %build
+export SENDMAIL=/usr/lib/sendmail
+export CRONTAB=/usr/bin/crontab
 %configure
 %{__make}
 
@@ -55,6 +59,10 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.8  2006/11/06 22:36:43  glen
+- BR: crondaemon is wrong, it would still fail with anacron
+- add -progs.patch
+
 Revision 1.7  2006/11/06 22:26:53  glen
 - add todo, verbose files
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/shush.spec?r1=1.7&r2=1.8&f=u

_______________________________________________
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to