pspec.xml 3.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192
  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="man">/usr/share/man/man1</Path>
  63. <Path fileType="man">/usr/share/man/man3</Path>
  64. </Files>
  65. <AdditionalFiles>
  66. <AdditionalFile target="/etc/conf.d/spamd" permission="0644" owner="root">spamd-confd</AdditionalFile>
  67. </AdditionalFiles>
  68. <Provides>
  69. <COMAR script="package.py">System.Package</COMAR>
  70. <COMAR script="service.py">System.Service</COMAR>
  71. </Provides>
  72. </Package>
  73. <History>
  74. <Update release="2">
  75. <Date>2022-12-25</Date>
  76. <Version>4.0.0</Version>
  77. <Comment>Version bump.</Comment>
  78. <Name>fury</Name>
  79. <Email>uglyside@yandex.ru</Email>
  80. </Update>
  81. <Update release="1">
  82. <Date>2021-09-23</Date>
  83. <Version>3.4.6</Version>
  84. <Comment>First build</Comment>
  85. <Name>fury</Name>
  86. <Email>uglyside@yandex.ru</Email>
  87. </Update>
  88. </History>
  89. </PISI>