libfastjson new dep for rsyslog
This commit is contained in:
@@ -0,0 +1,24 @@
|
|||||||
|
#!/usr/bin/python
|
||||||
|
# -*- coding: utf-8 -*-
|
||||||
|
#
|
||||||
|
# Copyright 2017 TUBITAK/UEKAE
|
||||||
|
# Licensed under the GNU General Public License, version 2.
|
||||||
|
# See the file http://www.gnu.org/copyleft/gpl.txt.
|
||||||
|
|
||||||
|
from pisi.actionsapi import autotools
|
||||||
|
from pisi.actionsapi import pisitools
|
||||||
|
from pisi.actionsapi import shelltools
|
||||||
|
from pisi.actionsapi import get
|
||||||
|
|
||||||
|
def setup():
|
||||||
|
shelltools.system("sh autogen.sh")
|
||||||
|
|
||||||
|
autotools.configure("--disable-static")
|
||||||
|
|
||||||
|
def build():
|
||||||
|
autotools.make()
|
||||||
|
|
||||||
|
def install():
|
||||||
|
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
|
||||||
|
|
||||||
|
pisitools.dodoc("AUTHORS", "ChangeLog", "README*", "NEWS")
|
||||||
@@ -0,0 +1,48 @@
|
|||||||
|
<?xml version="1.0" ?>
|
||||||
|
<!DOCTYPE PISI SYSTEM "http://www.pardus.org.tr/projeler/pisi/pisi-spec.dtd">
|
||||||
|
<PISI>
|
||||||
|
<Source>
|
||||||
|
<Name>libfastjson</Name>
|
||||||
|
<Homepage>https://github.com/rsyslog/libfastjson</Homepage>
|
||||||
|
<Packager>
|
||||||
|
<Name>Ertuğrul Erata</Name>
|
||||||
|
<Email>ertugrulerata@gmail.com</Email>
|
||||||
|
</Packager>
|
||||||
|
<License>GPLv2</License>
|
||||||
|
<IsA>library</IsA>
|
||||||
|
<Summary>A performance-focused json library for C</Summary>
|
||||||
|
<Description>A performance-focused json library for C</Description>
|
||||||
|
<Archive sha1sum="0c10dde7f29d112fc7fc7b78583719f839bd2f16" type="targz">https://github.com/rsyslog/libfastjson/archive/v0.99.4.tar.gz</Archive>
|
||||||
|
</Source>
|
||||||
|
|
||||||
|
<Package>
|
||||||
|
<Name>libfastjson</Name>
|
||||||
|
<Files>
|
||||||
|
<Path fileType="library">/usr/lib</Path>
|
||||||
|
<Path fileType="doc">/usr/share/doc</Path>
|
||||||
|
</Files>
|
||||||
|
</Package>
|
||||||
|
|
||||||
|
<Package>
|
||||||
|
<Name>libfastjson-devel</Name>
|
||||||
|
<PartOf>system.devel</PartOf>
|
||||||
|
<Summary>Development files for libfastjson</Summary>
|
||||||
|
<RuntimeDependencies>
|
||||||
|
<Dependency release="current">libfastjson</Dependency>
|
||||||
|
</RuntimeDependencies>
|
||||||
|
<Files>
|
||||||
|
<Path fileType="header">/usr/include</Path>
|
||||||
|
<Path fileType="library">/usr/lib/pkgconfig</Path>
|
||||||
|
</Files>
|
||||||
|
</Package>
|
||||||
|
|
||||||
|
<History>
|
||||||
|
<Update release="1">
|
||||||
|
<Date>2017-01-30</Date>
|
||||||
|
<Version>0.99.4</Version>
|
||||||
|
<Comment>First release</Comment>
|
||||||
|
<Name>Ertuğrul Erata</Name>
|
||||||
|
<Email>ertugrulerata@gmail.com</Email>
|
||||||
|
</Update>
|
||||||
|
</History>
|
||||||
|
</PISI>
|
||||||
@@ -12,13 +12,14 @@
|
|||||||
<IsA>service</IsA>
|
<IsA>service</IsA>
|
||||||
<Summary>Enhanced system logging and kernel message trapping daemons</Summary>
|
<Summary>Enhanced system logging and kernel message trapping daemons</Summary>
|
||||||
<Description>rsyslog is an enhanced multi-threaded syslogd supporting, among others, MySQL, syslog/tcp, RFC 3195, permitted sender lists, filtering on any message part, and fine grain output format control. It is quite compatible with stock sysklogd and can be used as a drop-in replacement.</Description>
|
<Description>rsyslog is an enhanced multi-threaded syslogd supporting, among others, MySQL, syslog/tcp, RFC 3195, permitted sender lists, filtering on any message part, and fine grain output format control. It is quite compatible with stock sysklogd and can be used as a drop-in replacement.</Description>
|
||||||
<Archive sha1sum="b78ae3d9db4e191d7a6dd9c4c7483c82abe039d7" type="targz">http://www.rsyslog.com/files/download/rsyslog/rsyslog-8.11.0.tar.gz</Archive>
|
<Archive sha1sum="615ee5b47ca4c3a28de3c8ee4477c721c20f31aa" type="targz">http://www.rsyslog.com/files/download/rsyslog/rsyslog-8.24.0.tar.gz</Archive>
|
||||||
<BuildDependencies>
|
<BuildDependencies>
|
||||||
<Dependency>zlib-devel</Dependency>
|
<Dependency>zlib-devel</Dependency>
|
||||||
<Dependency>json-c-devel</Dependency>
|
<Dependency>json-c-devel</Dependency>
|
||||||
<Dependency>libestr-devel</Dependency>
|
<Dependency>libestr-devel</Dependency>
|
||||||
<Dependency>libgcrypt-devel</Dependency>
|
<Dependency>libgcrypt-devel</Dependency>
|
||||||
<Dependency>liblogging-devel</Dependency>
|
<Dependency>liblogging-devel</Dependency>
|
||||||
|
<Dependency>libfastjson-devel</Dependency>
|
||||||
</BuildDependencies>
|
</BuildDependencies>
|
||||||
</Source>
|
</Source>
|
||||||
|
|
||||||
@@ -30,6 +31,7 @@
|
|||||||
<Dependency>libestr</Dependency>
|
<Dependency>libestr</Dependency>
|
||||||
<Dependency>libgcrypt</Dependency>
|
<Dependency>libgcrypt</Dependency>
|
||||||
<Dependency>liblogging</Dependency>
|
<Dependency>liblogging</Dependency>
|
||||||
|
<Dependency>libfastjson</Dependency>
|
||||||
</RuntimeDependencies>
|
</RuntimeDependencies>
|
||||||
<Files>
|
<Files>
|
||||||
<Path fileType="executable">/usr/bin/rsyslogd</Path>
|
<Path fileType="executable">/usr/bin/rsyslogd</Path>
|
||||||
@@ -54,6 +56,13 @@
|
|||||||
</Package>
|
</Package>
|
||||||
|
|
||||||
<History>
|
<History>
|
||||||
|
<Update release="3">
|
||||||
|
<Date>2017-01-30</Date>
|
||||||
|
<Version>8.24.0</Version>
|
||||||
|
<Comment>Version bump.</Comment>
|
||||||
|
<Name>Ertuğrul Erata</Name>
|
||||||
|
<Email>ertugrulerata@gmail.com</Email>
|
||||||
|
</Update>
|
||||||
<Update release="2">
|
<Update release="2">
|
||||||
<Date>2016-04-27</Date>
|
<Date>2016-04-27</Date>
|
||||||
<Version>8.11.0</Version>
|
<Version>8.11.0</Version>
|
||||||
|
|||||||
@@ -55,6 +55,13 @@
|
|||||||
</Package>
|
</Package>
|
||||||
|
|
||||||
<History>
|
<History>
|
||||||
|
<Update release="3">
|
||||||
|
<Date>2017-01-30</Date>
|
||||||
|
<Version>4.1</Version>
|
||||||
|
<Comment>Release Bump</Comment>
|
||||||
|
<Name>PisiLinux Community</Name>
|
||||||
|
<Email>admin@pisilinux.org</Email>
|
||||||
|
</Update>
|
||||||
<Update release="2">
|
<Update release="2">
|
||||||
<Date>2016-04-27</Date>
|
<Date>2016-04-27</Date>
|
||||||
<Version>4.1</Version>
|
<Version>4.1</Version>
|
||||||
|
|||||||
Reference in New Issue
Block a user