]> git.pld-linux.org Git - packages/ffsearch.git/commitdiff
- cron.. ready to test
authorundefine <undefine@pld-linux.org>
Wed, 3 Sep 2003 20:19:13 +0000 (20:19 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    ffsearch.spec -> 1.2

ffsearch.spec

index 93b1c635dbb9b3ac96805077858c7768090cbc86..1b90f2a62cd239c8efa28bbb33de558f01669f70 100644 (file)
@@ -8,6 +8,7 @@ License:        GPL v2
 Group:         Applications/WWW
 Source0:       http://dl.sourceforge.net/ffsearch/%{name}-%{version}.tar.bz2
 # Source0-md5: 27296436414f8daf8453b4deee142a29
+Source1:       %{name}.crond
 URL:           http://www.phpbb.com/
 Requires:      php >= 4.0.3
 Requires:      webserver
@@ -37,6 +38,8 @@ cp -r htdocs/ffsearch/*               $RPM_BUILD_ROOT%{_phpdir}
 install bin/* makedb.pl                $RPM_BUILD_ROOT%{_libdir}/%{name}/bin
 install %{name}.conf           $RPM_BUILD_ROOT%{_sysconfdir}
 
+install -D %{SOURCE1} $RPM_BUILD_ROOT/etc/cron.d/%{name}
+
 %clean
 rm -rf $RPM_BUILD_ROOT
 
@@ -79,3 +82,4 @@ fi
 %attr(640,root,http) %{_phpdir}/*.png
 %attr(640,root,http) %{_phpdir}/flag
 %attr(640,root,http) %{_phpdir}/lang
+%attr(640,root,root) /etc/cron.d/%{name}
This page took 0.063925 seconds and 4 git commands to generate.