Author: lisu Date: Mon Jun 18 18:13:43 2007 GMT Module: SPECS Tag: HEAD ---- Log message: - 3.0.3 - new patch - only DESTDIR path in needed
---- Files affected: SPECS: fcron.spec (1.43 -> 1.44) ---- Diffs: ================================================================ Index: SPECS/fcron.spec diff -u SPECS/fcron.spec:1.43 SPECS/fcron.spec:1.44 --- SPECS/fcron.spec:1.43 Mon Feb 12 22:23:55 2007 +++ SPECS/fcron.spec Mon Jun 18 20:13:38 2007 @@ -2,12 +2,12 @@ Summary: A periodical command scheduler which aims at replacing Vixie Cron Summary(pl.UTF-8): Serwer okresowego uruchamiania poleceń zastępujący Vixie Crona Name: fcron -Version: 3.0.2 +Version: 3.0.3 Release: 1 License: GPL Group: Daemons Source0: http://fcron.free.fr/archives/%{name}-%{version}.src.tar.gz -# Source0-md5: f35e6af41d356ebcb38882f86a14fb94 +# Source0-md5: c85e6eecd0564f37658ae250a491fd31 Source1: %{name}.init Source2: cron.logrotate Source3: cron.sysconfig @@ -18,6 +18,7 @@ Source8: %{name}.systab Patch0: %{name}-mail_output_only_if_there_is_output.patch Patch1: %{name}-configure.patch +Patch2: %{name}-Makefile.patch URL: http://fcron.free.fr/ # configure tests -x (check can be removed, just like sendmail) BuildRequires: /bin/vi @@ -68,6 +69,7 @@ %setup -q %patch0 -p1 %patch1 -p1 +%patch2 -p1 %build %{__aclocal} @@ -99,9 +101,6 @@ %{__make} install \ DESTDIR=$RPM_BUILD_ROOT \ - DESTSBIN=$RPM_BUILD_ROOT%{_sbindir} \ - DESTBIN=$RPM_BUILD_ROOT%{_bindir} \ - DESTMAN=$RPM_BUILD_ROOT%{_mandir} \ ROOTNAME=$(id -u) \ ROOTGROUP=$(id -g) \ USERNAME=$(id -u) \ @@ -289,6 +288,11 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.44 2007/06/18 18:13:38 lisu +- 3.0.3 +- new patch +- only DESTDIR path in needed + Revision 1.43 2007/02/12 21:23:55 glen - tabs in preamble ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/fcron.spec?r1=1.43&r2=1.44&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
