pspec.xml 3.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE INARY SYSTEM "https://raw.githubusercontent.com/Zaryob/inary/master/inary-spec.dtd">
  3. <INARY>
  4. <Source>
  5. <Name>check</Name>
  6. <Homepage>http://sourceforge.net/projects/check/</Homepage>
  7. <Packager>
  8. <Name>Süleyman POYRAZ</Name>
  9. <Email>zaryob.dev@gmail.com</Email>
  10. </Packager>
  11. <License>GPLv2</License>
  12. <IsA>library</IsA>
  13. <PartOf>system.devel</PartOf>
  14. <Summary>A unit test framework for C</Summary>
  15. <Description>check is a unit testing framework for C. It features a simple interface for defining unit tests, putting little in the way of the developer. Tests are run in a separate address space, so Check can catch both assertion failures and code errors that cause segmentation faults or other signals. The output from unit tests can be used within source code editors and IDEs.</Description>
  16. <Archive sha1sum="e32940bcd809bd2c9728bb87d2fa3a6a684a017d" type="targz">https://github.com/libcheck/check/archive/0.14.0.tar.gz</Archive>
  17. <BuildDependencies>
  18. <Dependency>texinfo</Dependency>
  19. </BuildDependencies>
  20. </Source>
  21. <Package>
  22. <Name>check</Name>
  23. <Files>
  24. <Path fileType="executable">/usr/bin</Path>
  25. <Path fileType="library">/usr/lib/libcheck*</Path>
  26. <Path fileType="info">/usr/share/info</Path>
  27. </Files>
  28. </Package>
  29. <Package>
  30. <Name>check-devel</Name>
  31. <IsA>header</IsA>
  32. <Summary>Development files for check</Summary>
  33. <RuntimeDependencies>
  34. <Dependency release="current">check</Dependency>
  35. </RuntimeDependencies>
  36. <Files>
  37. <Path fileType="header">/usr/include</Path>
  38. <Path fileType="data">/usr/lib/pkgconfig</Path>
  39. <Path fileType="data">/usr/share/aclocal</Path>
  40. </Files>
  41. </Package>
  42. <Package>
  43. <Name>check-docs</Name>
  44. <Summary>Documents for check</Summary>
  45. <Files>
  46. <Path fileType="doc">/usr/share/doc</Path>
  47. </Files>
  48. </Package>
  49. <Package>
  50. <Name>check-pages</Name>
  51. <IsA>data:doc</IsA>
  52. <PartOf>system.doc</PartOf>
  53. <Summary>Man pages for check package.</Summary>
  54. <RuntimeDependencies>
  55. <Dependency release="current">check</Dependency>
  56. </RuntimeDependencies>
  57. <Files>
  58. <Path fileType="man">/usr/share/man/</Path>
  59. </Files>
  60. </Package>
  61. <History>
  62. <Update release="3">
  63. <Date>2020-04-14</Date>
  64. <Version>0.14</Version>
  65. <Comment>Automatic version bump.</Comment>
  66. <Name>Ali Rıza KESKİN</Name>
  67. <Email>parduscix@yandex.ru</Email>
  68. </Update>
  69. <Update release="2">
  70. <Date>2019-12-13</Date>
  71. <Version>0.13</Version>
  72. <Comment>Automatic version bump.</Comment>
  73. <Name>Ali Rıza KESKİN</Name>
  74. <Email>parduscix@yandex.ru</Email>
  75. </Update>
  76. <Update release="1">
  77. <Date>2018-12-28</Date>
  78. <Version>0.12</Version>
  79. <Comment>First release</Comment>
  80. <Name>Süleyman POYRAZ</Name>
  81. <Email>zaryob.dev@gmail.com</Email>
  82. </Update>
  83. </History>
  84. </INARY>