Files
main/util/admin/logrotate/pspec.xml
T
2018-08-15 12:50:57 +03:00

67 lines
2.5 KiB
XML

<?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="803cd9543b589e7a309be8322d926fec8eee7fd3" type="tarxz">https://github.com/logrotate/logrotate/releases/download/3.11.0/logrotate-3.11.0.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="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>