Search
j0ke.net Open Build Service
>
Projects
>
home:jg
>
LogToMySQL
> LogToMySQL.spec
Sign Up
|
Log In
Username
Password
Cancel
Overview
Repositories
Revisions
Requests
Users
Advanced
Attributes
Meta
File LogToMySQL.spec of Package LogToMySQL (Revision 6)
Currently displaying revision
6
,
show latest
Summary: Apache MySQL Logging Addon Name: LogToMySQL Version: 0.95 Release: 1 License: GPL Group: Applications/Logging Source: LogToMySQL-%{version}.tar.bz2 BuildRoot: %{_tmppath}/%{name}-root BuildRequires: mysql-devel %description LogToMysql is a set of simple programs to log Apache access and errors to a MySQL database using the piped log mechanism. LogToMysql will work with both Apache 1 and Apache 2, or any other server which supports piped logging. Using LogToMysql it is possible for several computers to log to a single database. Both access and error log management can be simplified in this way if you run a large cluster of machines. The database can be on the same machine as Apache, or on a separate machine. No modification to the standard Apache install is required - no patching, no recompilation. %prep tar -xvjf LogToMySQL-%{version}.tar.bz2 %build cd LogToMySQL-%{version} make %install %{__rm} -rf %{buildroot} %{__make} install DESTDIR="%{buildroot}" %clean %{__rm} -rf %{buildroot} %files %defattr(-, root, root, 0755) %doc ABOUT CHANGES COPYING INSTALL README TODO TROUBLESHOOTING %docdir html %{_bindir}/logtomysql %{_bindir}/logerrortomysql %changelog * Wed Jun 01 2011 Juergen Gotteswinter <jg@internetx.de> - Initial BS package