pspec.xml.new 2.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  1. <!DOCTYPE INARY SYSTEM "https://raw.githubusercontent.com/Zaryob/inary/master/inary-spec.dtd">
  2. <INARY>
  3. <Source>
  4. <Name>gdb</Name>
  5. <Homepage>http://www.gnu.org/software/gdb/gdb.html</Homepage>
  6. <Packager>
  7. <Name>Suleyman Poyraz</Name>
  8. <Email>zaryob.dev@gmail.com</Email>
  9. </Packager>
  10. <License>GPLv3</License>
  11. <IsA>app:console</IsA>
  12. <Summary>GNU debugger</Summary>
  13. <PartOf>programming.debug</PartOf>
  14. <Description>GDB, the GNU Project debugger, allows you to see what is going on 'inside' another program while it executes -- or what another program was doing at the moment it crashed.</Description>
  15. <Archive sha1sum="d403ba208945bbf04f8130ea4853730cdf0c8fc7" type="targz">https://ftp.gnu.org/gnu/gdb/gdb-8.3.1.tar.xz</Archive>
  16. <BuildDependencies>
  17. <Dependency>python-devel</Dependency>
  18. </BuildDependencies>
  19. </Source>
  20. <Package>
  21. <Name>gdb</Name>
  22. <RuntimeDependencies>
  23. <Dependency>python</Dependency>
  24. </RuntimeDependencies>
  25. <Files>
  26. <Path fileType="executable">/usr/bin</Path>
  27. <Path fileType="library">/usr/lib</Path>
  28. <Path fileType="doc">/usr/share/doc/gdb</Path>
  29. <Path fileType="data">/usr/share/gdb</Path>
  30. <Path fileType="info">/usr/share/info</Path>
  31. <Path fileType="man">/usr/share/man</Path>
  32. </Files>
  33. <AdditionalFiles>
  34. <AdditionalFile owner="root" permission="0644" target="/usr/share/man/man1/gstack.1">gstack.1</AdditionalFile>
  35. </AdditionalFiles>
  36. </Package>
  37. <Package>
  38. <Name>gdb-devel</Name>
  39. <Summary>Development files for gdb</Summary>
  40. <RuntimeDependencies>
  41. <Dependency release="current">gdb</Dependency>
  42. </RuntimeDependencies>
  43. <Files>
  44. <Path fileType="header">/usr/include</Path>
  45. </Files>
  46. </Package>
  47. <History>
  48. <Update release="2">
  49. <Date>2019-12-12</Date>
  50. <Version>8.3.1</Version>
  51. <Comment>Automatic version upgrade.</Comment>
  52. <Name>Ali Rıza KESKİN</Name>
  53. <Email>parduscix@yandex.ru</Email>
  54. </Update>
  55. <Update release="1">
  56. <Date>2019-04-12</Date>
  57. <Version>8.2.1</Version>
  58. <Comment>First release</Comment>
  59. <Name>Suleyman Poyraz</Name>
  60. <Email>zaryob.dev@gmail.com</Email>
  61. </Update>
  62. </History>
  63. </INARY>