pspec.xml 2.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>logrotate</Name>
  6. <Homepage>https://fedorahosted.org/releases/l/o/logrotate</Homepage>
  7. <Packager>
  8. <Name>PisiLinux Community</Name>
  9. <Email>admins@pisilinux.org</Email>
  10. </Packager>
  11. <License>GPLv2</License>
  12. <IsA>app:console</IsA>
  13. <Summary>Rotates, compresses, removes and emails system log files</Summary>
  14. <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>
  15. <Archive sha1sum="d9d80cd2fbf9fde1ccc247ff12c7a0b0a72f25af" type="tarxz">https://github.com/logrotate/logrotate/releases/download/3.15.1/logrotate-3.15.1.tar.xz</Archive>
  16. <BuildDependencies>
  17. <Dependency>popt-devel</Dependency>
  18. <Dependency>acl-devel</Dependency>
  19. </BuildDependencies>
  20. </Source>
  21. <Package>
  22. <Name>logrotate</Name>
  23. <RuntimeDependencies>
  24. <Dependency>popt</Dependency>
  25. <Dependency>acl</Dependency>
  26. </RuntimeDependencies>
  27. <Files>
  28. <Path fileType="config">/etc</Path>
  29. <Path fileType="executable">/usr/sbin</Path>
  30. <Path fileType="doc">/usr/share/doc</Path>
  31. <Path fileType="man">/usr/share/man</Path>
  32. </Files>
  33. </Package>
  34. <History>
  35. <Update release="5">
  36. <Date>2020-02-02</Date>
  37. <Version>3.15.1</Version>
  38. <Comment>Version bump.</Comment>
  39. <Name>Mustafa Cinasal</Name>
  40. <Email>muscnsl@gmail.com</Email>
  41. </Update>
  42. <Update release="4">
  43. <Date>2018-08-15</Date>
  44. <Version>3.11.0</Version>
  45. <Comment>Version Bump</Comment>
  46. <Name>Pisi Linux Community</Name>
  47. <Email>admin@pisilinux.org</Email>
  48. </Update>
  49. <Update release="3">
  50. <Date>2017-01-25</Date>
  51. <Version>3.9.1</Version>
  52. <Comment>Version bump.</Comment>
  53. <Name>Stefan Gronewold</Name>
  54. <Email>groni@pisilinux.org</Email>
  55. </Update>
  56. <Update release="2">
  57. <Date>2016-06-08</Date>
  58. <Version>3.8.8</Version>
  59. <Comment>Release Bump</Comment>
  60. <Name>Pisi Linux Community</Name>
  61. <Email>admin@pisilinux.org</Email>
  62. </Update>
  63. <Update release="1">
  64. <Date>2015-01-26</Date>
  65. <Version>3.8.8</Version>
  66. <Comment>First release</Comment>
  67. <Name>Stefan Gronewold(groni)</Name>
  68. <Email>groni@pisilinux.org</Email>
  69. </Update>
  70. </History>
  71. </PISI>