pspec.xml 3.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>fmt</Name>
  6. <Homepage>https://fmt.dev/latest/index.html</Homepage>
  7. <Packager>
  8. <Name>Blue Devil</Name>
  9. <Email>bluedevil@sctzine.com</Email>
  10. </Packager>
  11. <PartOf>programming.library</PartOf>
  12. <License>BSD</License>
  13. <IsA>library</IsA>
  14. <Summary>Open-source formatting library for C++</Summary>
  15. <Description>{fmt} is an open-source formatting library for C++. It can be used as a safe and fast alternative to (s)printf and iostreams.</Description>
  16. <Archive sha1sum="70f525bb6f2a0b232014147b331be03941d38724" type="targz">https://github.com/fmtlib/fmt/archive/refs/tags/11.0.2.tar.gz</Archive>
  17. <BuildDependencies>
  18. <Dependency>cmake</Dependency>
  19. </BuildDependencies>
  20. </Source>
  21. <Package>
  22. <Name>fmt</Name>
  23. <Summary>Open-source formatting library for C++</Summary>
  24. <RuntimeDependencies>
  25. <Dependency>libgcc</Dependency>
  26. </RuntimeDependencies>
  27. <Files>
  28. <Path fileType="library">/usr/lib</Path>
  29. <Path fileType="doc">/usr/share/doc/fmt</Path>
  30. </Files>
  31. </Package>
  32. <Package>
  33. <Name>fmt-devel</Name>
  34. <Summary>Development files for fmt</Summary>
  35. <RuntimeDependencies>
  36. <Dependency release="current">fmt</Dependency>
  37. </RuntimeDependencies>
  38. <Files>
  39. <Path fileType="header">/usr/include</Path>
  40. <Path fileType="data">/usr/lib/cmake</Path>
  41. <Path fileType="data">/usr/lib/pkgconfig</Path>
  42. </Files>
  43. </Package>
  44. <History>
  45. <Update release="8">
  46. <Date>2024-11-18</Date>
  47. <Version>11.0.2</Version>
  48. <Comment>Version bump.</Comment>
  49. <Name>Pisi Linux Community</Name>
  50. <Email>admin@pisilinux.org</Email>
  51. </Update>
  52. <Update release="7">
  53. <Date>2024-07-31</Date>
  54. <Version>10.2.0</Version>
  55. <Comment>Version bump.</Comment>
  56. <Name>Pisi Linux Community</Name>
  57. <Email>admin@pisilinux.org</Email>
  58. </Update>
  59. <Update release="6">
  60. <Date>2023-11-17</Date>
  61. <Version>10.1.1</Version>
  62. <Comment>Version bump.</Comment>
  63. <Name>Mustafa Cinasal</Name>
  64. <Email>muscnsl@gmail.com</Email>
  65. </Update>
  66. <Update release="5">
  67. <Date>2022-12-16</Date>
  68. <Version>9.1.0</Version>
  69. <Comment>Version bump.</Comment>
  70. <Name>fury</Name>
  71. <Email>uglyside@yandex.ru</Email>
  72. </Update>
  73. <Update release="4">
  74. <Date>2022-07-06</Date>
  75. <Version>9.0.0</Version>
  76. <Comment>Version bump.</Comment>
  77. <Name>Mustafa Cinasal</Name>
  78. <Email>muscnsl@gmail.com</Email>
  79. </Update>
  80. <Update release="3">
  81. <Date>2021-10-17</Date>
  82. <Version>8.0.1</Version>
  83. <Comment>Version bump.</Comment>
  84. <Name>fury</Name>
  85. <Email>uglyside@yandex.ru</Email>
  86. </Update>
  87. <Update release="2">
  88. <Date>2020-09-23</Date>
  89. <Version>7.0.3</Version>
  90. <Comment>Major version bump.</Comment>
  91. <Name>Blue Devil</Name>
  92. <Email>bluedevil@sctzine.com</Email>
  93. </Update>
  94. <Update release="1">
  95. <Date>2020-05-18</Date>
  96. <Version>6.2.1</Version>
  97. <Comment>First Pisi Release</Comment>
  98. <Name>Blue Devil</Name>
  99. <Email>bluedevil@sctzine.com</Email>
  100. </Update>
  101. </History>
  102. </PISI>