pspec.xml 2.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>spdlog</Name>
  6. <Homepage>https://spdlog.docsforge.com/</Homepage>
  7. <Packager>
  8. <Name>PisiLinux Community</Name>
  9. <Email>admins@pisilinux.org</Email>
  10. </Packager>
  11. <License>MIT</License>
  12. <IsA>library</IsA>
  13. <PartOf>programming.library</PartOf>
  14. <Summary>Fast C++ logging library.</Summary>
  15. <Description>Very fast, header-only/compiled, C++ logging library.</Description>
  16. <Archive sha1sum="1f35eb7f07ae7ce424dce7a8b7f96b27e589d4c4" type="targz">
  17. https://github.com/gabime/spdlog/archive/refs/tags/v1.12.0.tar.gz
  18. </Archive>
  19. <BuildDependencies>
  20. <Dependency>cmake</Dependency>
  21. <Dependency>fmt-devel</Dependency>
  22. </BuildDependencies>
  23. <Patches>
  24. <Patch level="1">spdlog_fmt_external.patch</Patch>
  25. </Patches>
  26. </Source>
  27. <Package>
  28. <Name>spdlog</Name>
  29. <RuntimeDependencies>
  30. <Dependency>fmt</Dependency>
  31. <Dependency>libgcc</Dependency>
  32. </RuntimeDependencies>
  33. <Files>
  34. <Path fileType="library">/usr/lib</Path>
  35. </Files>
  36. </Package>
  37. <Package>
  38. <Name>spdlog-devel</Name>
  39. <RuntimeDependencies>
  40. <Dependency>fmt-devel</Dependency>
  41. <Dependency release="current">spdlog</Dependency>
  42. </RuntimeDependencies>
  43. <Files>
  44. <Path fileType="data">/usr/lib/cmake</Path>
  45. <Path fileType="header">/usr/include/spdlog</Path>
  46. <Path fileType="library">/usr/lib/pkgconfig</Path>
  47. </Files>
  48. </Package>
  49. <History>
  50. <Update release="4">
  51. <Date>2024-08-18</Date>
  52. <Version>1.12.0</Version>
  53. <Comment>Version bump.</Comment>
  54. <Name>fury</Name>
  55. <Email>uglyside@yandex.ru</Email>
  56. </Update>
  57. <Update release="3">
  58. <Date>2022-11-10</Date>
  59. <Version>1.11.0</Version>
  60. <Comment>Version bump.</Comment>
  61. <Name>fury</Name>
  62. <Email>uglyside@yandex.ru</Email>
  63. </Update>
  64. <Update release="2">
  65. <Date>2022-09-24</Date>
  66. <Version>1.10.0</Version>
  67. <Comment>Version bump.</Comment>
  68. <Name>fury</Name>
  69. <Email>uglyside@yandex.ru</Email>
  70. </Update>
  71. <Update release="1">
  72. <Date>2021-12-14</Date>
  73. <Version>1.9.2</Version>
  74. <Comment>First build.</Comment>
  75. <Name>fury</Name>
  76. <Email>uglyside@yandex.ru</Email>
  77. </Update>
  78. </History>
  79. </PISI>