pspec.xml 2.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>keyutils</Name>
  6. <Homepage>http://people.redhat.com/~dhowells/keyutils/</Homepage>
  7. <Packager>
  8. <Name>PisiLinux Community</Name>
  9. <Email>admins@pisilinux.org</Email>
  10. </Packager>
  11. <License>GPLv2+</License>
  12. <License>LGPLv2+</License>
  13. <IsA>library</IsA>
  14. <IsA>app:console</IsA>
  15. <Summary>Linux key management utilities</Summary>
  16. <Description>keyutils contains utilities to control the kernel key management facility and to provide a mechanism by which the kernel call back to userspace to get a key instantiated.</Description>
  17. <Archive sha1sum="cf040adebe25eb466760f34752f4100fd5acb5e7" type="tarbz2">http://people.redhat.com/~dhowells/keyutils/keyutils-1.5.9.tar.bz2</Archive>
  18. </Source>
  19. <Package>
  20. <Name>keyutils</Name>
  21. <Files>
  22. <Path fileType="config">/etc</Path>
  23. <Path fileType="executable">/bin</Path>
  24. <Path fileType="executable">/sbin</Path>
  25. <Path fileType="header">/usr/include</Path>
  26. <Path fileType="library">/usr/lib</Path>
  27. <Path fileType="library">/lib</Path>
  28. <Path fileType="man">/usr/share/man</Path>
  29. <Path fileType="doc">/usr/share/doc</Path>
  30. <Path fileType="data">/usr/share/keyutils</Path>
  31. </Files>
  32. </Package>
  33. <History>
  34. <Update release="3">
  35. <Date>2017-02-17</Date>
  36. <Version>1.5.9</Version>
  37. <Comment>Rebuild for new toolchain.</Comment>
  38. <Name>Pisi Linux Community</Name>
  39. <Email>admin@pisilinux.org</Email>
  40. </Update>
  41. <Update release="2">
  42. <Date>2016-06-08</Date>
  43. <Version>1.5.9</Version>
  44. <Comment>Release Bump</Comment>
  45. <Name>Pisi Linux Community</Name>
  46. <Email>admin@pisilinux.org</Email>
  47. </Update>
  48. <Update release="1">
  49. <Date>2014-05-22</Date>
  50. <Version>1.5.9</Version>
  51. <Comment>First release</Comment>
  52. <Name>Kamil Atlı</Name>
  53. <Email>suvarice@gmail.com</Email>
  54. </Update>
  55. </History>
  56. </PISI>