Author: arekm Date: Mon Jan 23 12:56:58 2006 GMT Module: SPECS Tag: HEAD ---- Log message: - rel 2; force sendmail path
---- Files affected: SPECS: fcron.spec (1.32 -> 1.33) ---- Diffs: ================================================================ Index: SPECS/fcron.spec diff -u SPECS/fcron.spec:1.32 SPECS/fcron.spec:1.33 --- SPECS/fcron.spec:1.32 Mon Jan 23 13:51:09 2006 +++ SPECS/fcron.spec Mon Jan 23 13:56:52 2006 @@ -3,7 +3,7 @@ Summary(pl): Serwer okresowego uruchamiania poleceń zastępujący Vixie Crona Name: fcron Version: 3.0.0 -Release: 1 +Release: 2 License: GPL Group: Daemons Source0: http://fcron.free.fr/archives/%{name}-%{version}.src.tar.gz @@ -17,7 +17,10 @@ Source7: %{name}tab.pam Source8: %{name}.systab Patch0: %{name}-mail_output_only_if_there_is_output.patch +Patch1: %{name}-configure.patch URL: http://fcron.free.fr/ +BuildRequires: automake +BuildRequires: autoconf BuildRequires: libselinux-devel BuildRequires: pam-devel BuildRequires: rpmbuild(macros) >= 1.202 @@ -62,8 +65,11 @@ %prep %setup -q %patch0 -p1 +%patch1 -p1 %build +%{__aclocal} +%{__autoconf} %configure \ --with-sendmail=/usr/sbin/sendmail \ --with-sysfcrontab=systab \ @@ -278,6 +284,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.33 2006/01/23 12:56:52 arekm +- rel 2; force sendmail path + Revision 1.32 2006/01/23 12:51:09 arekm - force sendmail path ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/fcron.spec?r1=1.32&r2=1.33&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
