%global debug_package %{nil} Summary: Virtual web logfile rotater/parser Name: vlogger Version: 1.4 Release: 1%{?dist} License: GPLv2+ URL: https://github.com/SimFre/vlogger Source0: %{name}-%{version}.tar.gz Patch0: %{name}-%{version}_version.patch Requires: perl Requires: perl(Date::Format) %description vlogger takes piped output from apache, splits off the first field, and writes the logs to logfiles in subdirectories. It uses a file handle cache so it can't run out of file descriptors. It will also start a new logfile every night at midnight, and maintain a symlink to the most recent file. for security, it can drop privileges and do a chroot to the logs directory. %prep %autosetup -p1 %build %install install -D vlogger %{buildroot}/%{_bindir}/vlogger install -D vlogger.1 %{buildroot}/%{_mandir}/man1/vlogger.1 %files %doc COPYING README mysql_create.sql vlogger-dbi.conf %license LICENSE %{_bindir}/vlogger %{_mandir}/man1/%{name}* %changelog * Sat Jul 25 2020 Greg Wildman - 1.4-1 - Initial spec for el8