]> git.pld-linux.org Git - packages/eventlog.git/blame - eventlog.spec
- initial revision
[packages/eventlog.git] / eventlog.spec
CommitLineData
e5c62911
JR
1Summary: EventLog library - a replacement of the simple syslog() API
2Name: eventlog
3Version: 0.2.4
4Release: 0.1
5License: BSD-like
6Group: Libraries
7Source0: http://www.balabit.com/downloads/syslog-ng/1.9/src/%{name}-%{version}.tar.gz
8# Source0-md5: d4f6137da17212c69d6ab9cd35926a0a
9URL: http://www.balabit.com/products/syslog_ng/
10BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
11
12%description
13The EventLog library aims to be a replacement of the simple syslog()
14API provided on UNIX systems. The major difference between EventLog
15and syslog is that EventLog tries to add structure to messages.
16
17Where you had a simple non-structrured string in syslog() you have a
18combination of description and tag/value pairs.
19
20EventLog provides an interface to build, format and output an event
21record. The exact format and output method can be customized by
22the administrator via a configuration file.
23
24%package devel
25Summary: Header files for eventlog
26