packages: cronie/cronie.spec - audit bcond, regen automake
glen
glen at pld-linux.org
Thu Aug 13 12:44:03 CEST 2009
Author: glen Date: Thu Aug 13 10:44:03 2009 GMT
Module: packages Tag: HEAD
---- Log message:
- audit bcond, regen automake
---- Files affected:
packages/cronie:
cronie.spec (1.10 -> 1.11)
---- Diffs:
================================================================
Index: packages/cronie/cronie.spec
diff -u packages/cronie/cronie.spec:1.10 packages/cronie/cronie.spec:1.11
--- packages/cronie/cronie.spec:1.10 Thu Aug 13 12:31:39 2009
+++ packages/cronie/cronie.spec Thu Aug 13 12:43:58 2009
@@ -3,6 +3,7 @@
# Conditional build:
%bcond_without selinux # without SELinux support
%bcond_without inotify # without inotify support
+%bcond_without audit # without audit support
#
Summary: Cron daemon for executing programs at set times
Name: cronie
@@ -18,7 +19,9 @@
Source4: %{name}.crontab
Source5: %{name}.pam
URL: https://fedorahosted.org/cronie/
-BuildRequires: audit-libs-devel
+%{?with_audit:BuildRequires: audit-libs-devel}
+BuildRequires: autoconf
+BuildRequires: automake
%{?with_inotify:BuildRequires: glibc-devel >= 6:2.4}
%{?with_selinux:BuildRequires: libselinux-devel}
BuildRequires: pam-devel
@@ -63,13 +66,17 @@
%setup -q
%build
+%{__aclocal}
+%{__autoconf}
+%{__autoheader}
+%{__automake}
%configure \
SYSCRONTAB=/etc/cron.d/crontab \
SYS_CROND_DIR=/etc/cron.d \
--sysconfdir=/etc/cron \
--with-pam \
--with%{!?with_selinux:out}-selinux \
- --with-audit \
+ --with%{!?with_audit:out}-audit \
--with%{!?with_inotify:out}-inotify \
--enable-anacron
@@ -195,6 +202,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.11 2009/08/13 10:43:58 glen
+- audit bcond, regen automake
+
Revision 1.10 2009/08/13 10:31:39 glen
- inotify bcond and glibc interface dep
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/cronie/cronie.spec?r1=1.10&r2=1.11&f=u
More information about the pld-cvs-commit
mailing list