123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596 |
- <?xml version="1.0" ?>
- <!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
- <PISI>
- <Source>
- <Name>log4cxx</Name>
- <Homepage>http://logging.apache.org/log4cxx</Homepage>
- <Packager>
- <Name>Pisi Linux Admins</Name>
- <Email>admins@pisilinux.org</Email>
- </Packager>
- <License>Apache-2.0</License>
- <IsA>library</IsA>
- <Summary>Apache log4cxx is a logging framework for C++</Summary>
- <Description>Log4cxx is a popular logging package written in C++. One of its distinctive features is the notion of inheritance in loggers. Using a logger hierarchy it is possible to control which log statements are output at arbitrary granularity. This helps reduce the volume of logged output and minimize the cost of logging.</Description>
- <Archive sha1sum="d79c053e8ac90f66c5e873b712bb359fd42b648d" type="targz">http://www.us.apache.org/dist/logging/log4cxx/0.10.0/apache-log4cxx-0.10.0.tar.gz</Archive>
- <BuildDependencies>
- <Dependency>apr-devel</Dependency>
- <Dependency>apr-util-devel</Dependency>
- </BuildDependencies>
- <Patches>
- <Patch level="1">log4cxx-0.10.0-missing_includes.patch</Patch>
- </Patches>
- </Source>
- <Package>
- <Name>log4cxx</Name>
- <RuntimeDependencies>
- <Dependency>apr</Dependency>
- <Dependency>libgcc</Dependency>
- <Dependency>apr-util</Dependency>
- </RuntimeDependencies>
- <Files>
- <Path fileType="library">/usr/lib</Path>
- <Path fileType="data">/usr/share/log4cxx</Path>
- <Path fileType="doc">/usr/share/doc</Path>
- </Files>
- </Package>
- <Package>
- <Name>log4cxx-devel</Name>
- <Summary>Development files for log4cxx</Summary>
- <RuntimeDependencies>
- <Dependency release="current">log4cxx</Dependency>
- </RuntimeDependencies>
- <Files>
- <Path fileType="header">/usr/include</Path>
- <Path fileType="data">/usr/lib/pkgconfig</Path>
- </Files>
- </Package>
- <History>
- <Update release="6">
- <Date>2016-03-24</Date>
- <Version>0.10.0</Version>
- <Comment>Rebuilt with docker</Comment>
- <Name>İbrahim KARAGÜZEL</Name>
- <Email>karaguzelibrahim@gmail.com</Email>
- </Update>
- <Update release="5">
- <Date>2014-05-26</Date>
- <Version>0.10.0</Version>
- <Comment>Rebuild.</Comment>
- <Name>Kamil Atlı</Name>
- <Email>suvarice@gmail.com</Email>
- </Update>
- <Update release="4">
- <Date>2014-02-19</Date>
- <Version>0.10</Version>
- <Comment>Rebuild Unused</Comment>
- <Name>Varol Maksutoğlu</Name>
- <Email>waroi@pisilinux.org</Email>
- </Update>
- <Update release="3">
- <Date>2013-12-28</Date>
- <Version>0.10</Version>
- <Comment>Rebuild</Comment>
- <Name>PisiLinux Community</Name>
- <Email>admins@pisilinux.org</Email>
- </Update>
- <Update release="2">
- <Date>2013-08-26</Date>
- <Version>0.10</Version>
- <Comment>Release bump.</Comment>
- <Name>Serdar Soytetir</Name>
- <Email>kaptan@pisilinux.org</Email>
- </Update>
- <Update release="1">
- <Date>2009-08-04</Date>
- <Version>0.10</Version>
- <Comment>First release</Comment>
- <Name>Pisi Linux Admins</Name>
- <Email>admins@pisilinux.org</Email>
- </Update>
- </History>
- </PISI>
|