# # rpm spec for cronolog # Summary: A log file rotator Name: cronolog Version: 1.6.2 Release: 0.fdr.1 Epoch: 0 License: GPL Group: Utilities/System Packager: Paul Heinlein URL: http://www.cronolog.org/ Source: http://cronolog.org/download/cronolog-1.6.2.tar.gz Patch: http://www.falconweb.com/~mattg/code/cronolog-1.6.2-jumbo-20031010.diff BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) %description "cronolog" is a simple program that reads log messages from its input and writes them to a set of output files, the names of which are constructed using template and the current date and time. The template uses the same format specifiers as the Unix date command (which are the same as the standard C strftime library function). This package is built using Matthew Grosso's "cronolog jumbo patch" that incorporates most contributed patches and addresses some feature requests. %prep %setup -q %patch -p1 %build %configure %install rm -rf "$RPM_BUILD_ROOT" %makeinstall rm -f $RPM_BUILD_ROOT%{_infodir}/dir %clean rm -rf "$RPM_BUILD_ROOT" %files %defattr(-,root,root) %doc AUTHORS ChangeLog NEWS README TODO %{_sbindir}/* %doc %{_infodir}/* %doc %{_mandir}/*/* %changelog * Wed Sep 1 2004 Paul Heinlein 0:1.6.2-0 - initial release ### ### eof ###