X-Git-Url: http://git.annexia.org/?p=whenjobs.git;a=blobdiff_plain;f=whenjobs.spec.in;h=8b663e44324c27bf2ea443230f61cf6f6f9d785a;hp=500c9a019e7aa5f9bdea71f6a51fe3cc825d701d;hb=8582d10e7b131ffbfe1d92352e7df39230ce1124;hpb=d812ce2d464ffd1a80e3bf9ba8033a23496168e2 diff --git a/whenjobs.spec.in b/whenjobs.spec.in index 500c9a0..8b663e4 100644 --- a/whenjobs.spec.in +++ b/whenjobs.spec.in @@ -6,7 +6,7 @@ Name: @PACKAGE_NAME@ Version: @PACKAGE_VERSION@ -Release: 1 +Release: @RPM_RELEASE@%{?dist} Summary: Replacement for cron with dependencies Group: Development/Libraries @@ -20,15 +20,23 @@ BuildRequires: ocaml-findlib-devel BuildRequires: ocaml-calendar-devel >= 2 BuildRequires: ocaml-ocamlnet-devel >= 3 BuildRequires: ocaml-camlp4-devel +BuildRequires: mailx # For building manual pages. BuildRequires: /usr/bin/perldoc +# Not clear what requires this, but it is needed. +BuildRequires: pcre-devel +BuildRequires: ocaml-pcre-devel + # Requires camlp4 and ocamlfind at runtime. Requires: /usr/bin/ocamlc Requires: ocaml-camlp4-devel Requires: ocaml-findlib-devel +# Requires mailx for sending email. +Requires: mailx + %description Whenjobs is a powerful but simple cron replacement. @@ -65,16 +73,13 @@ cat <$RPM_BUILD_ROOT/%{_sysconfdir}/prelink.conf.d/%{name}.conf EOF -%clean -rm -rf $RPM_BUILD_ROOT - - %files -%defattr(-,root,root,-) %doc COPYING README %{_sysconfdir}/prelink.conf.d/%{name}.conf %{_bindir}/whenjobs %{_sbindir}/whenjobsd +%dir %{_libdir}/whenjobs +%{_libdir}/whenjobs/*.cmi %{_libdir}/whenjobs/pa_when.cmo %{_libdir}/whenjobs/whenlib.cma %{_mandir}/man1/*.1* @@ -82,5 +87,5 @@ rm -rf $RPM_BUILD_ROOT %changelog -* Fri Feb 17 2012 Richard W.M. Jones - @PACKAGE_VERSION@-1 +* Sun Mar 18 2012 Richard W.M. Jones - @PACKAGE_VERSION@-@RPM_RELEASE@ - Initial release.