pspec.xml 4.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>gnupg</Name>
  6. <Homepage>http://www.gnupg.org/</Homepage>
  7. <Packager>
  8. <Name>PisiLinux Community</Name>
  9. <Email>admins@pisilinux.org</Email>
  10. </Packager>
  11. <License>GPLv3+</License>
  12. <IsA>app:console</IsA>
  13. <Summary>The GNU Privacy Guard, a PGP replacement</Summary>
  14. <Description>GnuPG allows to encrypt and sign your data and communication, features a versatile key managment system as well as access modules for all kinds of public key directories.</Description>
  15. <Archive sha1sum="b698012cc2d77c2652afd168a15e679d1394fa89" type="tarbz2">http://gd.tuwien.ac.at/pub/gnupg/gnupg/gnupg-2.1.18.tar.bz2</Archive>
  16. <BuildDependencies>
  17. <Dependency>openldap-client</Dependency>
  18. <Dependency>pinentry</Dependency>
  19. <Dependency>npth-devel</Dependency>
  20. <Dependency>libassuan-devel</Dependency>
  21. <Dependency>libksba-devel</Dependency>
  22. <Dependency>zlib-devel</Dependency>
  23. <Dependency>bzip2</Dependency>
  24. <Dependency>texinfo</Dependency>
  25. <Dependency>gnutls-devel</Dependency>
  26. <Dependency>readline-devel</Dependency>
  27. <Dependency>libgcrypt-devel</Dependency>
  28. <Dependency>libgpg-error-devel</Dependency>
  29. <Dependency>libusb-compat-devel</Dependency>
  30. </BuildDependencies>
  31. <Patches>
  32. <!--<Patch level="1">protect-tool-env.patch</Patch>-->
  33. <!--<Patch level="1">gnupg-1.9.3-use-ImageMagick-for-photo.patch</Patch>
  34. <Patch level="1">gnupg-2.0.14-tests-s2kcount.patch</Patch>-->
  35. </Patches>
  36. </Source>
  37. <Package>
  38. <Name>gnupg</Name>
  39. <Replaces>
  40. <Package>dirmngr</Package>
  41. </Replaces>
  42. <Conflicts>
  43. <Package>dirmngr</Package>
  44. </Conflicts>
  45. <RuntimeDependencies>
  46. <Dependency>openldap-client</Dependency>
  47. <Dependency>npth</Dependency>
  48. <Dependency>libassuan</Dependency>
  49. <Dependency>pinentry</Dependency>
  50. <Dependency>libksba</Dependency>
  51. <Dependency>zlib</Dependency>
  52. <Dependency>bzip2</Dependency>
  53. <Dependency>gnutls</Dependency>
  54. <Dependency>readline</Dependency>
  55. <Dependency>libgcrypt</Dependency>
  56. <Dependency>libgpg-error</Dependency>
  57. <Dependency>libusb</Dependency>
  58. <!-- For scdaemon -->
  59. <Dependency>libusb-compat</Dependency>
  60. </RuntimeDependencies>
  61. <Files>
  62. <Path fileType="executable">/usr/bin</Path>
  63. <Path fileType="executable">/usr/sbin</Path>
  64. <Path fileType="library">/usr/libexec</Path>
  65. <Path fileType="doc">/usr/share/doc</Path>
  66. <Path fileType="doc">/usr/share/doc/html</Path>
  67. <Path fileType="data">/usr/share/gnupg</Path>
  68. <Path fileType="info">/usr/share/info</Path>
  69. <Path fileType="localedata">/usr/share/locale</Path>
  70. <Path fileType="man">/usr/share/man</Path>
  71. </Files>
  72. <Provides>
  73. <COMAR script="package.py">System.Package</COMAR>
  74. </Provides>
  75. </Package>
  76. <Package>
  77. <Name>gnupg-docs</Name>
  78. <Summary>Documentation files for GnuPG</Summary>
  79. <RuntimeDependencies>
  80. <Dependency release="current">gnupg</Dependency>
  81. </RuntimeDependencies>
  82. <Files>
  83. <Path fileType="doc">/usr/share/doc/gnupg/html</Path>
  84. <Path fileType="doc">/usr/share/gnupg/help.*</Path>
  85. <Path fileType="doc">/usr/share/doc/gnupg/faq.html</Path>
  86. </Files>
  87. </Package>
  88. <History>
  89. <Update release="4">
  90. <Date>2017-01-25</Date>
  91. <Version>2.1.18</Version>
  92. <Comment>Version bump.</Comment>
  93. <Name>Stefan Gronewold(groni)</Name>
  94. <Email>groni@pisilinux.org</Email>
  95. </Update>
  96. <Update release="3">
  97. <Date>2016-12-24</Date>
  98. <Version>2.1.17</Version>
  99. <Comment>Version bump.</Comment>
  100. <Name>Stefan Gronewold</Name>
  101. <Email>groni@pisilinux.org</Email>
  102. </Update>
  103. <Update release="2">
  104. <Date>2016-06-08</Date>
  105. <Version>2.1.7</Version>
  106. <Comment>Release Bump</Comment>
  107. <Name>Pisi Linux Community</Name>
  108. <Email>admin@pisilinux.org</Email>
  109. </Update>
  110. <Update release="1">
  111. <Date>2015-08-21</Date>
  112. <Version>2.1.7</Version>
  113. <Comment>First release</Comment>
  114. <Name>Ertuğrul Erata</Name>
  115. <Email>ertugrulerata@gmail.com</Email>
  116. </Update>
  117. </History>
  118. </PISI>