pspec.xml 3.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>libcap-ng</Name>
  6. <Homepage>http://people.redhat.com/sgrubb/libcap-ng</Homepage>
  7. <Packager>
  8. <Name>PisiLinux Community</Name>
  9. <Email>admins@pisilinux.org</Email>
  10. </Packager>
  11. <License>LGPLv2+</License>
  12. <IsA>library</IsA>
  13. <Summary>An alternate POSIX capabilities library</Summary>
  14. <Description>libcap-ng is a library that makes using POSIX capabilities easier.</Description>
  15. <Archive sha1sum="59a85129dd0d062c14320f6c611696669a1cc0c0" type="targz">http://people.redhat.com/sgrubb/libcap-ng/libcap-ng-0.7.8.tar.gz</Archive>
  16. <BuildDependencies>
  17. <!-- This is only a build dependency -->
  18. <Dependency>attr-devel</Dependency>
  19. <Dependency>python-devel</Dependency>
  20. </BuildDependencies>
  21. <Patches>
  22. <!--<Patch level="1">libcap-ng-0.6.5-device.patch</Patch>-->
  23. <!-- FIXME: Drop this once upstream fixed the broken xattr.h
  24. header in kernel. -->
  25. <!--<Patch level="1">fix-missing-include.patch</Patch>--> <!--yeni sürümde hataya yol açıyor.-->
  26. </Patches>
  27. </Source>
  28. <Package>
  29. <Name>libcap-ng</Name>
  30. <Files>
  31. <Path fileType="library">/usr/lib</Path>
  32. <Path fileType="doc">/usr/share/doc</Path>
  33. </Files>
  34. </Package>
  35. <Package>
  36. <Name>python-libcap-ng</Name>
  37. <PartOf>programming.language.python</PartOf>
  38. <Summary>Python bindings for libcap-ng</Summary>
  39. <RuntimeDependencies>
  40. <Dependency>libcap-ng</Dependency>
  41. </RuntimeDependencies>
  42. <Files>
  43. <Path fileType="library">/usr/lib/python*</Path>
  44. </Files>
  45. </Package>
  46. <Package>
  47. <Name>libcap-ng-utils</Name>
  48. <PartOf>util.admin</PartOf>
  49. <Summary>Utilities to analyse the POSIX capabilities on running processes</Summary>
  50. <RuntimeDependencies>
  51. <Dependency>libcap-ng</Dependency>
  52. </RuntimeDependencies>
  53. <Files>
  54. <Path fileType="executable">/usr/bin</Path>
  55. <Path fileType="man">/usr/share/man/man8/*</Path>
  56. </Files>
  57. </Package>
  58. <Package>
  59. <Name>libcap-ng-devel</Name>
  60. <PartOf>system.devel</PartOf>
  61. <Summary>Development files for libcap-ng</Summary>
  62. <RuntimeDependencies>
  63. <Dependency release="current">libcap-ng</Dependency>
  64. </RuntimeDependencies>
  65. <Files>
  66. <Path fileType="data">/usr/share/aclocal</Path>
  67. <Path fileType="header">/usr/include</Path>
  68. <Path fileType="data">/usr/lib/pkgconfig</Path>
  69. <Path fileType="man">/usr/share/man/man3</Path>
  70. </Files>
  71. </Package>
  72. <History>
  73. <Update release="3">
  74. <Date>2017-01-25</Date>
  75. <Version>0.7.8</Version>
  76. <Comment>Version bump.</Comment>
  77. <Name>Ertuğrul Erata</Name>
  78. <Email>ertugrulerata@gmail.com</Email>
  79. </Update>
  80. <Update release="2">
  81. <Date>2016-04-27</Date>
  82. <Version>0.7.7</Version>
  83. <Comment>Release Bump</Comment>
  84. <Name>PisiLinux Community</Name>
  85. <Email>admin@pisilinux.org</Email>
  86. </Update>
  87. <Update release="1">
  88. <Date>2016-03-03</Date>
  89. <Version>0.7.7</Version>
  90. <Comment>First release</Comment>
  91. <Name>Alihan Öztürk</Name>
  92. <Email>alihan@pisilinux.org</Email>
  93. </Update>
  94. </History>
  95. </PISI>