pspec.xml 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>perl-GSSAPI</Name>
  6. <Homepage>http://search.cpan.org/dist/GSSAPI/</Homepage>
  7. <Packager>
  8. <Name>Pisi Linux Admins</Name>
  9. <Email>admins@pisilinux.org</Email>
  10. </Packager>
  11. <License>Artistic</License>
  12. <IsA>library</IsA>
  13. <Summary>Perl extension providing access to the GSSAPIv2 library</Summary>
  14. <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>
  15. <Archive sha1sum="c857485532e92e266a75b56ed247284f94b2d3d4" type="targz">http://search.cpan.org/CPAN/authors/id/A/AG/AGROLMS/GSSAPI-0.28.tar.gz</Archive>
  16. <BuildDependencies>
  17. <Dependency>perl</Dependency>
  18. <Dependency>mit-kerberos</Dependency>
  19. <Dependency>e2fsprogs-devel</Dependency>
  20. </BuildDependencies>
  21. <Patches>
  22. <Patch level="0">disable_failing_test.patch</Patch>
  23. </Patches>
  24. </Source>
  25. <Package>
  26. <Name>perl-GSSAPI</Name>
  27. <RuntimeDependencies>
  28. <Dependency>perl</Dependency>
  29. <Dependency>mit-kerberos</Dependency>
  30. <Dependency>e2fsprogs</Dependency>
  31. </RuntimeDependencies>
  32. <Files>
  33. <Path fileType="library">/usr/lib</Path>
  34. <Path fileType="man">/usr/share/man</Path>
  35. </Files>
  36. </Package>
  37. <History>
  38. <Update release="3">
  39. <Date>2017-01-24</Date>
  40. <Version>0.28</Version>
  41. <Comment>Rebuild for new toolchain</Comment>
  42. <Name>Pisi Linux Community</Name>
  43. <Email>admin@pisilinux.org</Email>
  44. </Update>
  45. <Update release="2">
  46. <Date>2016-06-09</Date>
  47. <Version>0.28</Version>
  48. <Comment>Release Bump</Comment>
  49. <Name>Pisi Linux Community</Name>
  50. <Email>admin@pisilinux.org</Email>
  51. </Update>
  52. <Update release="1">
  53. <Date>2016-03-14</Date>
  54. <Version>0.28</Version>
  55. <Comment>First release</Comment>
  56. <Name>Kamil Atlı</Name>
  57. <Email>suvari@pisilinux.org</Email>
  58. </Update>
  59. </History>
  60. </PISI>