pspec.xml 3.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "https://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>perl-GSSAPI</Name>
  6. <Homepage>https://metacpan.org/pod/GSSAPI</Homepage>
  7. <Packager>
  8. <Name>Pisi Linux Admins</Name>
  9. <Email>admins@pisilinux.org</Email>
  10. </Packager>
  11. <License>Artistic</License>
  12. <PartOf>programming.language.perl</PartOf>
  13. <IsA>library</IsA>
  14. <Summary>Perl extension providing access to the GSSAPIv2 library</Summary>
  15. <Description>perl-GSSAPI module gives access to the routines of the GSSAPI library, as described in rfc2743 and rfc2744 and implemented by the Kerberos-1.2 distribution from MIT.</Description>
  16. <Archive sha1sum="c857485532e92e266a75b56ed247284f94b2d3d4" type="targz">http://search.cpan.org/CPAN/authors/id/A/AG/AGROLMS/GSSAPI-0.28.tar.gz</Archive>
  17. <BuildDependencies>
  18. <Dependency>perl</Dependency>
  19. <Dependency>mit-kerberos-devel</Dependency>
  20. <Dependency>e2fsprogs-devel</Dependency>
  21. </BuildDependencies>
  22. <Patches>
  23. <Patch level="0">disable_failing_test.patch</Patch>
  24. </Patches>
  25. </Source>
  26. <Package>
  27. <Name>perl-GSSAPI</Name>
  28. <Summary>Perl extension providing access to the GSSAPIv2 library</Summary>
  29. <RuntimeDependencies>
  30. <Dependency>perl</Dependency>
  31. <Dependency>mit-kerberos</Dependency>
  32. <Dependency>e2fsprogs</Dependency>
  33. </RuntimeDependencies>
  34. <Files>
  35. <Path fileType="library">/usr/lib</Path>
  36. <Path fileType="data">/usr/share</Path>
  37. <Path fileType="man">/usr/share/man</Path>
  38. <Path fileType="doc">/usr/share/doc</Path>
  39. </Files>
  40. </Package>
  41. <History>
  42. <Update release="6">
  43. <Date>2024-05-16</Date>
  44. <Version>0.28</Version>
  45. <Comment>Rebuild for new toolchain.</Comment>
  46. <Name>Blue Devil</Name>
  47. <Email>bluedevil@sctzine.com</Email>
  48. </Update>
  49. <Update release="5">
  50. <Date>2020-01-11</Date>
  51. <Version>0.28</Version>
  52. <Comment>Rebuild for new toolchain.</Comment>
  53. <Name>Blue Devil</Name>
  54. <Email>bluedevil@sctzine.com</Email>
  55. </Update>
  56. <Update release="4">
  57. <Date>2018-07-26</Date>
  58. <Version>0.28</Version>
  59. <Comment>Rebuild for new toolchain</Comment>
  60. <Name>Pisi Linux Community</Name>
  61. <Email>admin@pisilinux.org</Email>
  62. </Update>
  63. <Update release="3">
  64. <Date>2017-01-24</Date>
  65. <Version>0.28</Version>
  66. <Comment>Rebuild for new toolchain</Comment>
  67. <Name>Pisi Linux Community</Name>
  68. <Email>admin@pisilinux.org</Email>
  69. </Update>
  70. <Update release="2">
  71. <Date>2016-06-09</Date>
  72. <Version>0.28</Version>
  73. <Comment>Release Bump</Comment>
  74. <Name>Pisi Linux Community</Name>
  75. <Email>admin@pisilinux.org</Email>
  76. </Update>
  77. <Update release="1">
  78. <Date>2016-03-14</Date>
  79. <Version>0.28</Version>
  80. <Comment>First release</Comment>
  81. <Name>Kamil Atlı</Name>
  82. <Email>suvari@pisilinux.org</Email>
  83. </Update>
  84. </History>
  85. </PISI>