Files
2025-12-11 15:28:02 +03:00

88 lines
2.4 KiB
XML

<?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="f00816ec0b8572746e97a6a00ec7aabb383ff1a5" type="targz">https://github.com/gabime/spdlog/archive/refs/tags/v1.16.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="5">
<Date>2025-12-11</Date>
<Version>1.16.0</Version>
<Comment>Version bump.</Comment>
<Name>Pisi Linux Community</Name>
<Email>admin@pisilinux.org</Email>
</Update>
<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>