Files
main/programming/library/lucene++/pspec.xml
T
2023-10-26 02:51:12 +03:00

85 lines
2.5 KiB
XML

<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>lucene++</Name>
<Homepage>https://github.com/luceneplusplus/LucenePlusPlus</Homepage>
<Packager>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Packager>
<License>LGPLv3</License>
<License>Apache-2.0</License>
<IsA>library</IsA>
<PartOf>programming.library</PartOf>
<Summary>An up to date C++ port of the popular Java Lucene library, a high-performance, full-featured text search engine.</Summary>
<Description>Lucene++ is an up to date C++ port of the popular Java Lucene library, a high-performance, full-featured text search engine.</Description>
<Archive sha1sum="5162eed4da211ca792ee41187298a56c80468d88" type="targz">
https://github.com/luceneplusplus/LucenePlusPlus/archive/rel_3.0.8.tar.gz
</Archive>
<BuildDependencies>
<Dependency>cmake</Dependency>
<Dependency>boost-devel</Dependency>
</BuildDependencies>
<Patches>
<Patch level="1">fix_various_cmake_issues.patch</Patch>
<Patch level="1">use_correct_libdir.patch</Patch>
<Patch level="1">fix_typo.patch</Patch>
</Patches>
</Source>
<Package>
<Name>lucene++</Name>
<RuntimeDependencies>
<Dependency>boost</Dependency>
<Dependency>libgcc</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib</Path>
<Path fileType="doc">/usr/share/doc</Path>
</Files>
</Package>
<Package>
<Name>lucene++-devel</Name>
<RuntimeDependencies>
<Dependency release="current">lucene++</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="header">/usr/include</Path>
<Path fileType="data">/usr/lib/pkgconfig</Path>
</Files>
</Package>
<History>
<Update release="4">
<Date>2023-10-25</Date>
<Version>3.0.8</Version>
<Comment>Rebuild boost.</Comment>
<Name>fury</Name>
<Email>uglyside@yandex.ru</Email>
</Update>
<Update release="3">
<Date>2021-11-27</Date>
<Version>3.0.8</Version>
<Comment>Rebuild boost.</Comment>
<Name>fury</Name>
<Email>uglyside@yandex.ru</Email>
</Update>
<Update release="2">
<Date>2021-04-29</Date>
<Version>3.0.8</Version>
<Comment>Version bump.</Comment>
<Name>fury</Name>
<Email>uglyside@yandex.ru</Email>
</Update>
<Update release="1">
<Date>2020-11-26</Date>
<Version>3.0.7</Version>
<Comment>First Release.</Comment>
<Name>fury</Name>
<Email>uglyside@yandex.ru</Email>
</Update>
</History>
</PISI>