pspec.xml 3.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>cpp-utilities</Name>
  6. <Homepage>https://github.com/Martchus/cpp-utilities</Homepage>
  7. <Packager>
  8. <Name>PisiLinux Community</Name>
  9. <Email>admins@pisilinux.org</Email>
  10. </Packager>
  11. <License>GPL-2</License>
  12. <IsA>library</IsA>
  13. <PartOf>programming.library</PartOf>
  14. <Summary>Common C++ classes and routines used by my applications such as argument parser, IO and conversion utilities.</Summary>
  15. <Description>Common C++ classes and routines used by my applications such as argument parser, IO and conversion utilities.</Description>
  16. <Archive sha1sum="2e0b3a64981ffc8afff22d0b71bca1804336e230" type="targz">
  17. https://github.com/Martchus/cpp-utilities/archive/refs/tags/v5.21.0.tar.gz
  18. </Archive>
  19. <BuildDependencies>
  20. <Dependency>cmake</Dependency>
  21. <Dependency>ninja</Dependency>
  22. <Dependency>doxygen</Dependency>
  23. <Dependency>boost-devel</Dependency>
  24. <Dependency>cppunit-devel</Dependency>
  25. </BuildDependencies>
  26. </Source>
  27. <Package>
  28. <Name>cpp-utilities</Name>
  29. <RuntimeDependencies>
  30. <Dependency>boost</Dependency>
  31. <Dependency>libgcc</Dependency>
  32. </RuntimeDependencies>
  33. <Files>
  34. <Path fileType="library">/usr/lib</Path>
  35. <Path fileType="data">/usr/share</Path>
  36. <Path fileType="doc">/usr/share/doc</Path>
  37. </Files>
  38. </Package>
  39. <Package>
  40. <Name>cpp-utilities-devel</Name>
  41. <RuntimeDependencies>
  42. <Dependency release="current">cpp-utilities</Dependency>
  43. </RuntimeDependencies>
  44. <Files>
  45. <Path fileType="header">/usr/include</Path>
  46. <Path fileType="library">/usr/lib/pkgconfig</Path>
  47. <Path fileType="data">/usr/share/c++utilities</Path>
  48. </Files>
  49. </Package>
  50. <History>
  51. <Update release="9">
  52. <Date>2023-11-01</Date>
  53. <Version>5.21.0</Version>
  54. <Comment>Rebuild.</Comment>
  55. <Name>fury</Name>
  56. <Email>uglyside@yandex.ru</Email>
  57. </Update>
  58. <Update release="8">
  59. <Date>2023-03-08</Date>
  60. <Version>5.21.0</Version>
  61. <Comment>Version bump.</Comment>
  62. <Name>fury</Name>
  63. <Email>uglyside@yandex.ru</Email>
  64. </Update>
  65. <Update release="7">
  66. <Date>2023-02-02</Date>
  67. <Version>5.20.0</Version>
  68. <Comment>Rebuild.</Comment>
  69. <Name>fury</Name>
  70. <Email>uglyside@yandex.ru</Email>
  71. </Update>
  72. <Update release="6">
  73. <Date>2022-11-23</Date>
  74. <Version>5.20.0</Version>
  75. <Comment>Version bump</Comment>
  76. <Name>fury</Name>
  77. <Email>uglyside@yandex.ru</Email>
  78. </Update>
  79. <Update release="5">
  80. <Date>2022-09-09</Date>
  81. <Version>5.19.0</Version>
  82. <Comment>Version bump</Comment>
  83. <Name>fury</Name>
  84. <Email>uglyside@yandex.ru</Email>
  85. </Update>
  86. <Update release="4">
  87. <Date>2022-07-10</Date>
  88. <Version>5.17.0</Version>
  89. <Comment>Version bump</Comment>
  90. <Name>fury</Name>
  91. <Email>uglyside@yandex.ru</Email>
  92. </Update>
  93. <Update release="3">
  94. <Date>2022-04-14</Date>
  95. <Version>5.14.0</Version>
  96. <Comment>Version bump</Comment>
  97. <Name>fury</Name>
  98. <Email>uglyside@yandex.ru</Email>
  99. </Update>
  100. <Update release="2">
  101. <Date>2022-01-18</Date>
  102. <Version>5.12.0</Version>
  103. <Comment>Version bump</Comment>
  104. <Name>fury</Name>
  105. <Email>uglyside@yandex.ru</Email>
  106. </Update>
  107. <Update release="1">
  108. <Date>2021-11-04</Date>
  109. <Version>5.11.1</Version>
  110. <Comment>First build</Comment>
  111. <Name>fury</Name>
  112. <Email>uglyside@yandex.ru</Email>
  113. </Update>
  114. </History>
  115. </PISI>