pspec.xml 4.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "http://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="cd4482870015b9429f9945588ea8846d4ace20d1" type="targz">ftp://sourceware.org/pub/systemtap/releases/systemtap-3.2.tar.gz</Archive>
  16. <BuildDependencies>
  17. <Dependency>python-devel</Dependency>
  18. <Dependency>sqlite-devel</Dependency>
  19. <Dependency>readline-devel</Dependency>
  20. <Dependency>ncurses-devel</Dependency>
  21. <Dependency>libxml2-devel</Dependency>
  22. <Dependency>json-c-devel</Dependency>
  23. <Dependency>boost-devel</Dependency>
  24. <Dependency>nss-devel</Dependency>
  25. <Dependency>python-setuptools</Dependency>
  26. </BuildDependencies>
  27. <Patches>
  28. </Patches>
  29. </Source>
  30. <Package>
  31. <Name>systemtap</Name>
  32. <RuntimeDependencies>
  33. <Dependency>readline</Dependency>
  34. <Dependency>sqlite</Dependency>
  35. <Dependency>python</Dependency>
  36. <Dependency>nspr</Dependency>
  37. <Dependency>nss</Dependency>
  38. <Dependency>elfutils</Dependency>
  39. <Dependency>libgcc</Dependency>
  40. </RuntimeDependencies>
  41. <Files>
  42. <Path fileType="config">/etc</Path>
  43. <Path fileType="executable">/usr/bin</Path>
  44. <Path fileType="library">/usr/lib</Path>
  45. <Path fileType="man">/usr/share/man</Path>
  46. <Path fileType="doc">/usr/share/doc</Path>
  47. <Path fileType="data">/run/systemtap</Path>
  48. <Path fileType="data">/run/stap-server</Path>
  49. <Path fileType="data">/etc/logrotate.d</Path>
  50. <Path fileType="data">/var/log/stap-server</Path>
  51. <Path fileType="data">/var/cache/systemtap</Path>
  52. <Path fileType="localedata">/usr/share/locale</Path>
  53. <Path fileType="data">/usr/share/systemtap/tapset</Path>
  54. <Path fileType="data">/usr/share/systemtap/runtime</Path>
  55. <Path fileType="executable">/usr/libexec/systemtap</Path>
  56. <Path fileType="config">/usr/lib/tmpfiles.d/systemtap.conf</Path>
  57. <Path fileType="data">/usr/share/systemtap/examples</Path>
  58. </Files>
  59. <AdditionalFiles>
  60. <AdditionalFile owner="root" permission="0644" target="/usr/lib/tmpfiles.d/systemtap.conf">tmpfiles.conf</AdditionalFile>
  61. </AdditionalFiles>
  62. <Provides>
  63. <COMAR script="package.py">System.Package</COMAR>
  64. </Provides>
  65. </Package>
  66. <Package>
  67. <Name>systemtap-testsuite</Name>
  68. <Summary>Testsuite allows testing of the entire SystemTap toolchain without having to rebuild from sources</Summary>
  69. <RuntimeDependencies>
  70. <Dependency release="current">systemtap</Dependency>
  71. <Dependency release="current">systemtap-sdt-devel</Dependency>
  72. </RuntimeDependencies>
  73. <Files>
  74. <Path fileType="data">/usr/share/systemtap/testsuite</Path>
  75. </Files>
  76. </Package>
  77. <Package>
  78. <Name>systemtap-sdt-devel</Name>
  79. <Summary>Static probe support tools</Summary>
  80. <RuntimeDependencies>
  81. <Dependency release="current">systemtap</Dependency>
  82. <Dependency>python-devel</Dependency>
  83. <Dependency>sqlite-devel</Dependency>
  84. <Dependency>readline-devel</Dependency>
  85. <Dependency>ncurses-devel</Dependency>
  86. <Dependency>libxml2-devel</Dependency>
  87. <Dependency>json-c-devel</Dependency>
  88. <Dependency>boost-devel</Dependency>
  89. <Dependency>nss-devel</Dependency>
  90. </RuntimeDependencies>
  91. <Files>
  92. <Path fileType="executable">/usr/bin/dtrace</Path>
  93. <Path fileType="header">/usr/include</Path>
  94. </Files>
  95. </Package>
  96. <History>
  97. <Update release="1">
  98. <Date>2017-11-24</Date>
  99. <Version>3.2</Version>
  100. <Comment>First release</Comment>
  101. <Name>Osman Erkan</Name>
  102. <Email>osman.erkan@pisilinux.org</Email>
  103. </Update>
  104. </History>
  105. </PISI>