pspec.xml 4.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "https://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="4ddca1a0221919551548a1de0ff534cb1319fb75" type="targz">http://people.redhat.com/sgrubb/libcap-ng/libcap-ng-0.8.4.tar.gz</Archive>
  16. <BuildDependencies>
  17. <!-- This is only a build dependency -->
  18. <Dependency>swig</Dependency>
  19. <Dependency>attr-devel</Dependency>
  20. <Dependency>python-devel</Dependency>
  21. </BuildDependencies>
  22. <Patches>
  23. <!--<Patch level="1">libcap-ng-0.6.5-device.patch</Patch>-->
  24. <!-- FIXME: Drop this once upstream fixed the broken xattr.h
  25. header in kernel. -->
  26. <!--<Patch level="1">fix-missing-include.patch</Patch>--> <!--yeni sürümde hataya yol açıyor.-->
  27. </Patches>
  28. </Source>
  29. <Package>
  30. <Name>libcap-ng</Name>
  31. <Files>
  32. <Path fileType="library">/usr/lib</Path>
  33. <Path fileType="doc">/usr/share/doc</Path>
  34. </Files>
  35. </Package>
  36. <Package>
  37. <Name>python-libcap-ng</Name>
  38. <PartOf>programming.language.python</PartOf>
  39. <Summary>Python bindings for libcap-ng</Summary>
  40. <RuntimeDependencies>
  41. <Dependency>libcap-ng</Dependency>
  42. </RuntimeDependencies>
  43. <Files>
  44. <Path fileType="library">/usr/lib/python*</Path>
  45. </Files>
  46. </Package>
  47. <Package>
  48. <Name>libcap-ng-utils</Name>
  49. <PartOf>util.admin</PartOf>
  50. <Summary>Utilities to analyse the POSIX capabilities on running processes</Summary>
  51. <RuntimeDependencies>
  52. <Dependency>libcap-ng</Dependency>
  53. </RuntimeDependencies>
  54. <Files>
  55. <Path fileType="executable">/usr/bin</Path>
  56. <Path fileType="man">/usr/share/man/man8/*</Path>
  57. <Path fileType="man">/usr/share/man/man7/*</Path>
  58. </Files>
  59. </Package>
  60. <Package>
  61. <Name>libcap-ng-devel</Name>
  62. <PartOf>system.devel</PartOf>
  63. <Summary>Development files for libcap-ng</Summary>
  64. <RuntimeDependencies>
  65. <Dependency release="current">libcap-ng</Dependency>
  66. </RuntimeDependencies>
  67. <Files>
  68. <Path fileType="data">/usr/share/aclocal</Path>
  69. <Path fileType="header">/usr/include</Path>
  70. <Path fileType="data">/usr/lib/pkgconfig</Path>
  71. <Path fileType="man">/usr/share/man/man3</Path>
  72. </Files>
  73. </Package>
  74. <History>
  75. <Update release="8">
  76. <Date>2023-12-22</Date>
  77. <Version>0.8.4</Version>
  78. <Comment>Version bump.</Comment>
  79. <Name>Mustafa Cinasal</Name>
  80. <Email>muscnsl@gmail.com</Email>
  81. </Update>
  82. <Update release="7">
  83. <Date>2023-01-26</Date>
  84. <Version>0.8.3</Version>
  85. <Comment>Version bump.</Comment>
  86. <Name>Mustafa Cinasal</Name>
  87. <Email>muscnsl@gmail.com</Email>
  88. </Update>
  89. <Update release="6">
  90. <Date>2020-12-09</Date>
  91. <Version>0.7.10</Version>
  92. <Comment>Rebuild</Comment>
  93. <Name>Mustafa Cinasal</Name>
  94. <Email>muscnsl@gmail.com</Email>
  95. </Update>
  96. <Update release="5">
  97. <Date>2019-12-25</Date>
  98. <Version>0.7.10</Version>
  99. <Comment>Version bump</Comment>
  100. <Name>idris Kalp</Name>
  101. <Email>idriskalp@gmail.com</Email>
  102. </Update>
  103. <Update release="4">
  104. <Date>2018-07-15</Date>
  105. <Version>0.7.8</Version>
  106. <Comment>Rebuild</Comment>
  107. <Name>Ertuğrul Erata</Name>
  108. <Email>ertugrulerata@gmail.com</Email>
  109. </Update>
  110. <Update release="3">
  111. <Date>2017-01-25</Date>
  112. <Version>0.7.8</Version>
  113. <Comment>Version bump.</Comment>
  114. <Name>Ertuğrul Erata</Name>
  115. <Email>ertugrulerata@gmail.com</Email>
  116. </Update>
  117. <Update release="2">
  118. <Date>2016-04-27</Date>
  119. <Version>0.7.7</Version>
  120. <Comment>Release Bump</Comment>
  121. <Name>PisiLinux Community</Name>
  122. <Email>admin@pisilinux.org</Email>
  123. </Update>
  124. <Update release="1">
  125. <Date>2016-03-03</Date>
  126. <Version>0.7.7</Version>
  127. <Comment>First release</Comment>
  128. <Name>Alihan Öztürk</Name>
  129. <Email>alihan@pisilinux.org</Email>
  130. </Update>
  131. </History>
  132. </PISI>