pspec.xml 6.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "https://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>systemtap</Name>
  6. <Homepage>http://sourceware.org/systemtap/</Homepage>
  7. <Packager>
  8. <Name>PisiLinux Community</Name>
  9. <Email>admins@pisilinux.org</Email>
  10. </Packager>
  11. <License>GPLv2+</License>
  12. <IsA>app:console</IsA>
  13. <Summary>Instrumentation System</Summary>
  14. <Description>systemtap is an instrumentation system for systems running Linux 2.6. Developers can write instrumentation to collect data on the operation of the system.</Description>
  15. <Archive sha1sum="7ba2ad579a5ba66ccfd36ad6df0896c9e136f9e9" type="targz">https://sourceware.org/systemtap/ftp/releases/systemtap-4.9.tar.gz</Archive>
  16. <BuildDependencies>
  17. <Dependency>bzip2</Dependency>
  18. <Dependency>nss-devel</Dependency>
  19. <Dependency>boost-devel</Dependency>
  20. <Dependency>python-devel</Dependency>
  21. <Dependency>python3-devel</Dependency>
  22. <Dependency>sqlite-devel</Dependency>
  23. <Dependency>json-c-devel</Dependency>
  24. <Dependency>ncurses-devel</Dependency>
  25. <Dependency>libxml2-devel</Dependency>
  26. <Dependency>readline-devel</Dependency>
  27. <Dependency>elfutils-devel</Dependency>
  28. <Dependency>python-setuptools</Dependency>
  29. <Dependency>python3-setuptools</Dependency>
  30. <Dependency>python3-packaging</Dependency>
  31. </BuildDependencies>
  32. </Source>
  33. <Package>
  34. <Name>systemtap</Name>
  35. <RuntimeDependencies>
  36. <Dependency>elfutils</Dependency>
  37. <Dependency>readline</Dependency>
  38. <Dependency>sqlite</Dependency>
  39. <Dependency>python</Dependency>
  40. <Dependency>libgcc</Dependency>
  41. <Dependency>bzip2</Dependency>
  42. <Dependency>nspr</Dependency>
  43. <Dependency>nss</Dependency>
  44. <Dependency>boost</Dependency>
  45. <Dependency>json-c</Dependency>
  46. <Dependency>ncurses</Dependency>
  47. </RuntimeDependencies>
  48. <Files>
  49. <Path fileType="config">/etc</Path>
  50. <Path fileType="executable">/usr/bin</Path>
  51. <Path fileType="executable">/usr/sbin</Path>
  52. <Path fileType="library">/usr/lib</Path>
  53. <Path fileType="man">/usr/share/man</Path>
  54. <Path fileType="doc">/usr/share/doc</Path>
  55. <Path fileType="data">/run/systemtap</Path>
  56. <Path fileType="data">/run/stap-server</Path>
  57. <Path fileType="data">/etc/logrotate.d</Path>
  58. <Path fileType="data">/var/log/stap-server</Path>
  59. <Path fileType="data">/var/cache/systemtap</Path>
  60. <Path fileType="localedata">/usr/share/locale</Path>
  61. <Path fileType="data">/usr/share/systemtap/tapset</Path>
  62. <Path fileType="data">/usr/share/systemtap/runtime</Path>
  63. <Path fileType="executable">/usr/libexec/systemtap</Path>
  64. <Path fileType="config">/usr/lib/tmpfiles.d/systemtap.conf</Path>
  65. <Path fileType="data">/usr/share/systemtap/examples</Path>
  66. <Path fileType="data">/usr/share/systemtap/interactive-notebook/</Path>
  67. </Files>
  68. <AdditionalFiles>
  69. <AdditionalFile owner="root" permission="0644" target="/usr/lib/tmpfiles.d/systemtap.conf">tmpfiles.conf</AdditionalFile>
  70. </AdditionalFiles>
  71. <Provides>
  72. <COMAR script="package.py">System.Package</COMAR>
  73. </Provides>
  74. </Package>
  75. <Package>
  76. <Name>systemtap-testsuite</Name>
  77. <Summary>Testsuite allows testing of the entire SystemTap toolchain without having to rebuild from sources</Summary>
  78. <RuntimeDependencies>
  79. <Dependency release="current">systemtap</Dependency>
  80. <Dependency release="current">systemtap-sdt-devel</Dependency>
  81. </RuntimeDependencies>
  82. <Files>
  83. <Path fileType="data">/usr/share/systemtap/testsuite</Path>
  84. </Files>
  85. </Package>
  86. <Package>
  87. <Name>systemtap-sdt-devel</Name>
  88. <Summary>Static probe support tools</Summary>
  89. <RuntimeDependencies>
  90. <Dependency release="current">systemtap</Dependency>
  91. <Dependency>python-devel</Dependency>
  92. <Dependency>sqlite-devel</Dependency>
  93. <Dependency>readline-devel</Dependency>
  94. <Dependency>ncurses-devel</Dependency>
  95. <Dependency>libxml2-devel</Dependency>
  96. <Dependency>json-c-devel</Dependency>
  97. <Dependency>boost-devel</Dependency>
  98. <Dependency>nss-devel</Dependency>
  99. </RuntimeDependencies>
  100. <Files>
  101. <Path fileType="executable">/usr/bin/dtrace</Path>
  102. <Path fileType="header">/usr/include</Path>
  103. </Files>
  104. </Package>
  105. <History>
  106. <Update release="6">
  107. <Date>2023-10-29</Date>
  108. <Version>4.9</Version>
  109. <Comment>Version bump.</Comment>
  110. <Name>Mustafa Cinasal</Name>
  111. <Email>muscnsl@gmail.com</Email>
  112. </Update>
  113. <Update release="5">
  114. <Date>2022-10-24</Date>
  115. <Version>4.7</Version>
  116. <Comment>Version bump.</Comment>
  117. <Name>Mustafa Cinasal</Name>
  118. <Email>muscnsl@gmail.com</Email>
  119. </Update>
  120. <Update release="4">
  121. <Date>2020-02-02</Date>
  122. <Version>4.2</Version>
  123. <Comment>Version bump</Comment>
  124. <Name>Kamil Atlı</Name>
  125. <Email>suvari@pisilinux.org</Email>
  126. </Update>
  127. <Update release="3">
  128. <Date>2018-08-10</Date>
  129. <Version>3.2</Version>
  130. <Comment>Rebuild</Comment>
  131. <Name>Pisi Linux Community</Name>
  132. <Email>admin@pisilinux.org</Email>
  133. </Update>
  134. <Update release="2">
  135. <Date>2018-03-22</Date>
  136. <Version>3.2</Version>
  137. <Comment>Rebuild</Comment>
  138. <Name>Pisi Linux Community</Name>
  139. <Email>admin@pisilinux.org</Email>
  140. </Update>
  141. <Update release="1">
  142. <Date>2017-11-24</Date>
  143. <Version>3.2</Version>
  144. <Comment>First release</Comment>
  145. <Name>Osman Erkan</Name>
  146. <Email>osman.erkan@pisilinux.org</Email>
  147. </Update>
  148. </History>
  149. </PISI>