pspec.xml 5.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>gnutls</Name>
  6. <Homepage>http://www.gnutls.org</Homepage>
  7. <Packager>
  8. <Name>PisiLinux Community</Name>
  9. <Email>admins@pisilinux.org</Email>
  10. </Packager>
  11. <License>GPLv2</License>
  12. <IsA>library</IsA>
  13. <Summary>GNU TLS Library</Summary>
  14. <Description>gnutls is a project that aims to develop a library which provides a secure layer, over a reliable transport layer. Currently the GnuTLS library implements the proposed standards by the IETF's TLS working group.</Description>
  15. <Archive sha1sum="24e5a416ce320945a2515619f3c2f0f6f2290ddc" type="tarxz">http://gd.tuwien.ac.at/pub/gnupg/gnutls/v3.6/gnutls-3.6.2.tar.xz</Archive>
  16. <BuildDependencies>
  17. <Dependency>gc-devel</Dependency>
  18. <Dependency>gmp-devel</Dependency>
  19. <Dependency>nettle-devel</Dependency>
  20. <Dependency>autogen-devel</Dependency>
  21. <Dependency>p11-kit-devel</Dependency>
  22. <Dependency>libidn-devel</Dependency>
  23. <Dependency>libunistring-devel</Dependency>
  24. <Dependency>zlib-devel</Dependency>
  25. <Dependency>libtasn1-devel</Dependency>
  26. </BuildDependencies>
  27. </Source>
  28. <Package>
  29. <Name>gnutls</Name>
  30. <RuntimeDependencies>
  31. <Dependency>zlib</Dependency>
  32. <Dependency>libidn</Dependency>
  33. <Dependency>gmp</Dependency>
  34. <Dependency>nettle</Dependency>
  35. <Dependency>autogen</Dependency>
  36. <Dependency>p11-kit</Dependency>
  37. <Dependency>libgcc</Dependency>
  38. <Dependency>libunistring</Dependency>
  39. <Dependency>libtasn1</Dependency>
  40. </RuntimeDependencies>
  41. <Files>
  42. <Path fileType="data">/usr/share</Path>
  43. <Path fileType="library">/usr/lib</Path>
  44. <Path fileType="executable">/usr/bin</Path>
  45. </Files>
  46. </Package>
  47. <Package>
  48. <Name>gnutls-devel</Name>
  49. <Summary>Development files for gnutls</Summary>
  50. <RuntimeDependencies>
  51. <Dependency>nettle-devel</Dependency>
  52. <Dependency>p11-kit-devel</Dependency>
  53. <Dependency>libtasn1-devel</Dependency>
  54. <Dependency>zlib-devel</Dependency>
  55. <Dependency>libidn-devel</Dependency>
  56. <Dependency release="current">gnutls</Dependency>
  57. </RuntimeDependencies>
  58. <Files>
  59. <Path fileType="header">/usr/include</Path>
  60. <Path fileType="man">/usr/share/man/man3</Path>
  61. <Path fileType="library">/usr/lib/pkgconfig</Path>
  62. <Path fileType="library">/usr/lib32/pkgconfig</Path>
  63. <Path fileType="data">/usr/share/info/gnutls*</Path>
  64. <Path fileType="executable">/usr/bin/libgnutls*-config</Path>
  65. </Files>
  66. <AdditionalFiles>
  67. <AdditionalFile owner="root" permission="0755" target="/usr/bin/libgnutls-config">libgnutls-config</AdditionalFile>
  68. <AdditionalFile owner="root" permission="0755" target="/usr/bin/libgnutls-extra-config">libgnutls-config</AdditionalFile>
  69. </AdditionalFiles>
  70. </Package>
  71. <Package>
  72. <Name>gnutls-32bit</Name>
  73. <PartOf>emul32</PartOf>
  74. <Summary>32-bit shared libraries for gnutls</Summary>
  75. <BuildType>emul32</BuildType>
  76. <BuildDependencies>
  77. <Dependency>gmp-32bit</Dependency>
  78. <Dependency>zlib-32bit</Dependency>
  79. <Dependency>libidn-32bit</Dependency>
  80. <Dependency>nettle-32bit</Dependency>
  81. <Dependency>p11-kit-32bit</Dependency>
  82. <Dependency>libtasn1-32bit</Dependency>
  83. </BuildDependencies>
  84. <RuntimeDependencies>
  85. <Dependency>libgcc</Dependency>
  86. <Dependency>gmp-32bit</Dependency>
  87. <Dependency>zlib-32bit</Dependency>
  88. <Dependency>nettle-32bit</Dependency>
  89. <Dependency>p11-kit-32bit</Dependency>
  90. <Dependency>libtasn1-32bit</Dependency>
  91. </RuntimeDependencies>
  92. <Files>
  93. <Path fileType="library">/usr/lib32</Path>
  94. </Files>
  95. </Package>
  96. <History>
  97. <Update release="6">
  98. <Date>2018-02-21</Date>
  99. <Version>3.6.2</Version>
  100. <Comment>Version Bump</Comment>
  101. <Name>Mustafa Cianasal</Name>
  102. <Email>muscnsl@gmail.com</Email>
  103. </Update>
  104. <Update release="5">
  105. <Date>2017-02-18</Date>
  106. <Version>3.5.8</Version>
  107. <Comment>Version bump.</Comment>
  108. <Name>Stefan Gronewold</Name>
  109. <Email>groni@pisilinux.org</Email>
  110. </Update>
  111. <Update release="4">
  112. <Date>2017-01-25</Date>
  113. <Version>3.3.26</Version>
  114. <Comment>Version bump.</Comment>
  115. <Name>Stefan Gronewold(groni)</Name>
  116. <Email>groni@pisilinux.org</Email>
  117. </Update>
  118. <Update release="3">
  119. <Date>2016-06-08</Date>
  120. <Version>3.3.16</Version>
  121. <Comment>Release Bump</Comment>
  122. <Name>Pisi Linux Community</Name>
  123. <Email>admin@pisilinux.org</Email>
  124. </Update>
  125. <Update release="2">
  126. <Date>2016-05-25</Date>
  127. <Version>3.3.16</Version>
  128. <Comment>Release bump.</Comment>
  129. <Name>Ertuğrul Erata</Name>
  130. <Email>ertugrulerata@gmail.com</Email>
  131. </Update>
  132. <Update release="1">
  133. <Date>2015-07-13</Date>
  134. <Version>3.3.16</Version>
  135. <Comment>First release</Comment>
  136. <Name>Ertuğrul Erata</Name>
  137. <Email>ertugrulerata@gmail.com</Email>
  138. </Update>
  139. </History>
  140. </PISI>