]> git.pld-linux.org Git - packages/fcron.git/commitdiff
- pass --with-editor
authorJakub Bogusz <qboosh@pld-linux.org>
Sun, 21 Jan 2007 23:58:35 +0000 (23:58 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    fcron.spec -> 1.41

fcron.spec

index 863f73ab6e21db1bef2a63ffc16ac90f6a6d9e45..9ea82a26335657690d40b02db10c7e0dd88c05fa 100644 (file)
@@ -1,8 +1,3 @@
-#
-# TODO: 
-# - if not vi editor installed, configure macro doesn't pass correctly. 
-#   We sholud run %%{configure} --with-editor=<default_editor_path>. Any ideas?
-#
 Summary:       A periodical command scheduler which aims at replacing Vixie Cron
 Summary(pl):   Serwer okresowego uruchamiania poleceñ zastêpuj±cy Vixie Crona
 Name:          fcron
@@ -23,6 +18,8 @@ Source8:      %{name}.systab
 Patch0:                %{name}-mail_output_only_if_there_is_output.patch
 Patch1:                %{name}-configure.patch
 URL:           http://fcron.free.fr/
+# configure tests -x (check can be removed, just like sendmail)
+BuildRequires: /bin/vi
 BuildRequires: autoconf
 BuildRequires: automake
 BuildRequires: libselinux-devel
@@ -86,9 +83,10 @@ uruchamianie go w zale
        --with-pam=yes \
        --with-selinux=yes \
        --with-boot-install=no \
-#      --with-editor=/usr/bin/vim
+       --with-editor=/bin/vi
 
-%{__make} OPTION="%{rpmcflags}"
+%{__make} \
+       OPTION="%{rpmcflags}"
 
 echo "#!/bin/sh" > script/user-group
 
This page took 0.105713 seconds and 4 git commands to generate.