]> git.pld-linux.org Git - packages/fcron.git/commitdiff
- rel 2; force sendmail path auto/ac/fcron-3_0_0-2
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Mon, 23 Jan 2006 12:56:52 +0000 (12:56 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    fcron.spec -> 1.33

fcron.spec

index 1c7395221bee916b9cab17e92105c660370bd97b..7f9efd79eff7601db3e5a5150a4c80f0754f7278 100644 (file)
@@ -2,7 +2,7 @@ Summary:        A periodical command scheduler which aims at replacing Vixie Cron
 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
@@ -16,7 +16,10 @@ Source6:     %{name}.conf
 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
@@ -61,8 +64,11 @@ uruchamianie go w zale
 %prep
 %setup -q
 %patch0 -p1
+%patch1 -p1
 
 %build
+%{__aclocal}
+%{__autoconf}
 %configure \
        --with-sendmail=/usr/sbin/sendmail \
        --with-sysfcrontab=systab \
This page took 0.080089 seconds and 4 git commands to generate.