1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374 |
- <?xml version="1.0" ?>
- <!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
- <PISI>
- <Source>
- <Name>logrotate</Name>
- <Homepage>https://fedorahosted.org/releases/l/o/logrotate</Homepage>
- <Packager>
- <Name>PisiLinux Community</Name>
- <Email>admins@pisilinux.org</Email>
- </Packager>
- <License>GPLv2</License>
- <IsA>app:console</IsA>
- <Summary>Rotates, compresses, removes and emails system log files</Summary>
- <Description>logrotate is designed to ease administration of systems that generate large numbers of log files. It allows automatic rotation, compression, removal, and emailing of log files.</Description>
- <Archive sha1sum="d9d80cd2fbf9fde1ccc247ff12c7a0b0a72f25af" type="tarxz">https://github.com/logrotate/logrotate/releases/download/3.15.1/logrotate-3.15.1.tar.xz</Archive>
- <BuildDependencies>
- <Dependency>popt-devel</Dependency>
- <Dependency>acl-devel</Dependency>
- </BuildDependencies>
- </Source>
- <Package>
- <Name>logrotate</Name>
- <RuntimeDependencies>
- <Dependency>popt</Dependency>
- <Dependency>acl</Dependency>
- </RuntimeDependencies>
- <Files>
- <Path fileType="config">/etc</Path>
- <Path fileType="executable">/usr/sbin</Path>
- <Path fileType="doc">/usr/share/doc</Path>
- <Path fileType="man">/usr/share/man</Path>
- </Files>
- </Package>
- <History>
- <Update release="5">
- <Date>2020-02-02</Date>
- <Version>3.15.1</Version>
- <Comment>Version bump.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="4">
- <Date>2018-08-15</Date>
- <Version>3.11.0</Version>
- <Comment>Version Bump</Comment>
- <Name>Pisi Linux Community</Name>
- <Email>admin@pisilinux.org</Email>
- </Update>
- <Update release="3">
- <Date>2017-01-25</Date>
- <Version>3.9.1</Version>
- <Comment>Version bump.</Comment>
- <Name>Stefan Gronewold</Name>
- <Email>groni@pisilinux.org</Email>
- </Update>
- <Update release="2">
- <Date>2016-06-08</Date>
- <Version>3.8.8</Version>
- <Comment>Release Bump</Comment>
- <Name>Pisi Linux Community</Name>
- <Email>admin@pisilinux.org</Email>
- </Update>
- <Update release="1">
- <Date>2015-01-26</Date>
- <Version>3.8.8</Version>
- <Comment>First release</Comment>
- <Name>Stefan Gronewold(groni)</Name>
- <Email>groni@pisilinux.org</Email>
- </Update>
- </History>
- </PISI>
|