X-Git-Url: http://git.annexia.org/?p=whenjobs.git;a=blobdiff_plain;f=whenjobs.spec.in;h=f9ee9618ff2b5ce2f9020d3f4e13238711488bf1;hp=500c9a019e7aa5f9bdea71f6a51fe3cc825d701d;hb=c8bff8ac923645d517183b130158d61f85540b33;hpb=d812ce2d464ffd1a80e3bf9ba8033a23496168e2 diff --git a/whenjobs.spec.in b/whenjobs.spec.in index 500c9a0..f9ee961 100644 --- a/whenjobs.spec.in +++ b/whenjobs.spec.in @@ -6,7 +6,7 @@ Name: @PACKAGE_NAME@ Version: @PACKAGE_VERSION@ -Release: 1 +Release: @RPM_RELEASE@ Summary: Replacement for cron with dependencies Group: Development/Libraries @@ -29,6 +29,9 @@ Requires: /usr/bin/ocamlc Requires: ocaml-camlp4-devel Requires: ocaml-findlib-devel +# Requires mailx for sending email. +Requires: /usr/bin/mailx + %description Whenjobs is a powerful but simple cron replacement. @@ -75,6 +78,7 @@ rm -rf $RPM_BUILD_ROOT %{_sysconfdir}/prelink.conf.d/%{name}.conf %{_bindir}/whenjobs %{_sbindir}/whenjobsd +%{_libdir}/whenjobs/*.cmi %{_libdir}/whenjobs/pa_when.cmo %{_libdir}/whenjobs/whenlib.cma %{_mandir}/man1/*.1* @@ -82,5 +86,5 @@ rm -rf $RPM_BUILD_ROOT %changelog -* Fri Feb 17 2012 Richard W.M. Jones - @PACKAGE_VERSION@-1 +* Fri Feb 17 2012 Richard W.M. Jones - @PACKAGE_VERSION@-@RPM_RELEASE@ - Initial release.