pspec.xml 3.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>spamassassin</Name>
  6. <Homepage>https://spamassassin.apache.org/</Homepage>
  7. <Packager>
  8. <Name>Pisi Linux Community</Name>
  9. <Email>admins@pisilinux.org</Email>
  10. </Packager>
  11. <License>Apache-2</License>
  12. <IsA>server</IsA>
  13. <PartOf>network.mail</PartOf>
  14. <Summary>Spam detector and markup engine.</Summary>
  15. <Description>Apache SpamAssassin is the Open Source anti-spam platform giving system administrators a filter to classify email and block spam (unsolicited bulk email).</Description>
  16. <Archive sha1sum="8626dcd9bc433c5649fbcd4449ed782639cc3be8" type="tarbz2">
  17. mirrors://apache/spamassassin/source/Mail-SpamAssassin-4.0.0.tar.bz2
  18. </Archive>
  19. <BuildDependencies>
  20. <Dependency>re2c</Dependency>
  21. <Dependency>perl</Dependency>
  22. <Dependency>razor</Dependency>
  23. <Dependency>gnupg</Dependency>
  24. <Dependency>perl-DBI</Dependency>
  25. <Dependency>openssl-devel</Dependency>
  26. <Dependency>perl-Mail-DKIM</Dependency>
  27. <Dependency>libsocket-devel</Dependency>
  28. <Dependency>perl-NetAddr-IP</Dependency>
  29. <Dependency>perl-HTML-Parser</Dependency>
  30. </BuildDependencies>
  31. </Source>
  32. <Package>
  33. <Name>spamassassin</Name>
  34. <RuntimeDependencies>
  35. <Dependency>re2c</Dependency>
  36. <Dependency>perl</Dependency>
  37. <Dependency>razor</Dependency>
  38. <Dependency>gnupg</Dependency>
  39. <Dependency>openssl</Dependency>
  40. <Dependency>perl-DBI</Dependency>
  41. <Dependency>libsocket</Dependency>
  42. <Dependency>perl-libwww</Dependency>
  43. <Dependency>perl-Net-DNS</Dependency>
  44. <Dependency>perl-NET-HTTP</Dependency>
  45. <Dependency>perl-Mail-SPF</Dependency>
  46. <Dependency>perl-Mail-DKIM</Dependency>
  47. <Dependency>perl-NetAddr-IP</Dependency>
  48. <Dependency>perl-HTML-Parser</Dependency>
  49. <Dependency>perl-HTTP-Message</Dependency>
  50. <Dependency>perl-IO-Socket-SSL</Dependency>
  51. <Dependency>perl-IO-Socket-INET6</Dependency>
  52. </RuntimeDependencies>
  53. <Files>
  54. <Path fileType="config">/etc/conf.d/spamd</Path>
  55. <Path fileType="config">/etc/mail/spamassassin</Path>
  56. <Path fileType="executable">/usr/bin</Path>
  57. <Path fileType="library">/usr/lib/perl5</Path>
  58. <Path fileType="data">/usr/lib/tmpfiles.d</Path>
  59. <Path fileType="data">/usr/share/spamassassin</Path>
  60. <Path fileType="data">/run/spamd</Path>
  61. <Path fileType="data">/var/lib/spamd</Path>
  62. <Path fileType="data">/usr/share/perl5</Path>
  63. <Path fileType="man">/usr/share/man/man1</Path>
  64. <Path fileType="man">/usr/share/man/man3</Path>
  65. </Files>
  66. <AdditionalFiles>
  67. <AdditionalFile target="/etc/conf.d/spamd" permission="0644" owner="root">spamd-confd</AdditionalFile>
  68. </AdditionalFiles>
  69. <Provides>
  70. <COMAR script="package.py">System.Package</COMAR>
  71. <COMAR script="service.py">System.Service</COMAR>
  72. </Provides>
  73. </Package>
  74. <History>
  75. <Update release="3">
  76. <Date>2024-12-28</Date>
  77. <Version>4.0.0</Version>
  78. <Comment>Rebuild.</Comment>
  79. <Name>Mustafa Cinasal</Name>
  80. <Email>muscnsl@gmail.com</Email>
  81. </Update>
  82. <Update release="2">
  83. <Date>2022-12-25</Date>
  84. <Version>4.0.0</Version>
  85. <Comment>Version bump.</Comment>
  86. <Name>fury</Name>
  87. <Email>uglyside@yandex.ru</Email>
  88. </Update>
  89. <Update release="1">
  90. <Date>2021-09-23</Date>
  91. <Version>3.4.6</Version>
  92. <Comment>First build</Comment>
  93. <Name>fury</Name>
  94. <Email>uglyside@yandex.ru</Email>
  95. </Update>
  96. </History>
  97. </PISI>