pspec.xml 1.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "http://www.pardus.org.tr/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>bubblewrap</Name>
  6. <Homepage>https://github.com/projectatomic/bubblewrap</Homepage>
  7. <Packager>
  8. <Name>Ertuğrul Erata</Name>
  9. <Email>ertugrulerata@gmail.com</Email>
  10. </Packager>
  11. <License>LGPLv2</License>
  12. <Summary>Unprivileged sandboxing tool</Summary>
  13. <Description>is a core execution engine for unprivileged containers that works as a setuid binary on kernels without user namespaces.</Description>
  14. <Archive sha1sum="70890f2dac7c2b7ff39acb6b34dd23737e81ed79" type="targz">https://github.com/projectatomic/bubblewrap/archive/v0.2.0.tar.gz</Archive>
  15. <BuildDependencies>
  16. <Dependency>libcap-devel</Dependency>
  17. <Dependency>bash-completion</Dependency>
  18. <Dependency>libxslt</Dependency>
  19. <Dependency>docbook-xsl</Dependency>
  20. </BuildDependencies>
  21. </Source>
  22. <Package>
  23. <Name>bubblewrap</Name>
  24. <RuntimeDependencies>
  25. <Dependency>libcap</Dependency>
  26. </RuntimeDependencies>
  27. <Files>
  28. <Path fileType="executable">/usr/bin</Path>
  29. <Path fileType="data">/usr/share/bash-completion</Path>
  30. <Path fileType="man">/usr/share/man</Path>
  31. <Path fileType="doc">/usr/share/doc</Path>
  32. </Files>
  33. </Package>
  34. <History>
  35. <Update release="1">
  36. <Date>2018-02-03</Date>
  37. <Version>0.2.0</Version>
  38. <Comment>First release</Comment>
  39. <Name>Ertuğrul Erata</Name>
  40. <Email>ertugrulerata@gmail.com</Email>
  41. </Update>
  42. </History>
  43. </PISI>