Logoj0ke.net Open Build Service > Projects > internetx > eventlog > Meta
Sign Up | Log In

Meta Configuration of Package eventlog

 
1
<package name="eventlog" project="internetx">
2
  <title>Syslog-ng v2 support library</title>
3
  <description>The EventLog library aims to be a replacement of the simple syslog() API
4
provided on UNIX systems. The major difference between EventLog and syslog
5
is that EventLog tries to add structure to messages.
6
7
EventLog provides an interface to build, format and output an event record.
8
The exact format and output method can be customized by the administrator
9
via a configuration file.
10
11
This package is the runtime part of the library.</description>
12
  <person userid="hostmaster" role="bugowner"/>
13
  <person userid="hostmaster" role="maintainer"/>
14
  <build>
15
    <disable repository="CentOS_4"/>
16
    <enable repository="Fedora_7"/>
17
    <enable repository="Fedora_8"/>
18
    <enable repository="Fedora_9"/>
19
    <disable repository="Fedora_Extras_5"/>
20
    <disable repository="Fedora_Extras_6"/>
21
    <disable repository="SLE_10"/>
22
    <enable repository="SUSE_Linux_10.0"/>
23
    <disable repository="SUSE_Linux_10.1"/>
24
    <disable repository="SUSE_Linux_9.3"/>
25
    <enable repository="openSUSE_10.2"/>
26
    <disable repository="openSUSE_10.3"/>
27
    <enable repository="openSUSE_11.0"/>
28
    <disable repository="CentOS_6"/>
29
    <disable repository="RHEL_6"/>
30
    <disable repository="SL_6"/>
31
  </build>
32
  <url>PUT_UPSTREAM_URL_HERE</url>
33
</package>
34