1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283 |
- <?xml version="1.0" ?>
- <!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
- <PISI>
- <Source>
- <Name>spdlog</Name>
- <Homepage>https://spdlog.docsforge.com/</Homepage>
- <Packager>
- <Name>PisiLinux Community</Name>
- <Email>admins@pisilinux.org</Email>
- </Packager>
- <License>MIT</License>
- <IsA>library</IsA>
- <PartOf>programming.library</PartOf>
- <Summary>Fast C++ logging library.</Summary>
- <Description>Very fast, header-only/compiled, C++ logging library.</Description>
- <Archive sha1sum="1f35eb7f07ae7ce424dce7a8b7f96b27e589d4c4" type="targz">
- https://github.com/gabime/spdlog/archive/refs/tags/v1.12.0.tar.gz
- </Archive>
- <BuildDependencies>
- <Dependency>cmake</Dependency>
- <Dependency>fmt-devel</Dependency>
- </BuildDependencies>
- <Patches>
- <Patch level="1">spdlog_fmt_external.patch</Patch>
- </Patches>
- </Source>
- <Package>
- <Name>spdlog</Name>
- <RuntimeDependencies>
- <Dependency>fmt</Dependency>
- <Dependency>libgcc</Dependency>
- </RuntimeDependencies>
- <Files>
- <Path fileType="library">/usr/lib</Path>
- </Files>
- </Package>
- <Package>
- <Name>spdlog-devel</Name>
- <RuntimeDependencies>
- <Dependency>fmt-devel</Dependency>
- <Dependency release="current">spdlog</Dependency>
- </RuntimeDependencies>
- <Files>
- <Path fileType="data">/usr/lib/cmake</Path>
- <Path fileType="header">/usr/include/spdlog</Path>
- <Path fileType="library">/usr/lib/pkgconfig</Path>
- </Files>
- </Package>
- <History>
- <Update release="4">
- <Date>2024-08-18</Date>
- <Version>1.12.0</Version>
- <Comment>Version bump.</Comment>
- <Name>fury</Name>
- <Email>uglyside@yandex.ru</Email>
- </Update>
- <Update release="3">
- <Date>2022-11-10</Date>
- <Version>1.11.0</Version>
- <Comment>Version bump.</Comment>
- <Name>fury</Name>
- <Email>uglyside@yandex.ru</Email>
- </Update>
- <Update release="2">
- <Date>2022-09-24</Date>
- <Version>1.10.0</Version>
- <Comment>Version bump.</Comment>
- <Name>fury</Name>
- <Email>uglyside@yandex.ru</Email>
- </Update>
- <Update release="1">
- <Date>2021-12-14</Date>
- <Version>1.9.2</Version>
- <Comment>First build.</Comment>
- <Name>fury</Name>
- <Email>uglyside@yandex.ru</Email>
- </Update>
- </History>
- </PISI>
|