Files
main/programming/misc/rasqal/pspec.xml
T
2026-02-17 17:28:10 +03:00

100 lines
3.7 KiB
XML

<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>rasqal</Name>
<Homepage>http://librdf.org/rasqal</Homepage>
<Packager>
<Name>Yusuf Aydemir</Name>
<Email>yusuf.aydemir@pisilinux.org</Email>
</Packager>
<License>LGPLv2</License>
<License>Apache-2.0</License>
<IsA>app:console</IsA>
<IsA>library</IsA>
<Summary>Library that handles Resource Description Framework (RDF)</Summary>
<Description>Rasqal is a C library that handles Resource Description Framework (RDF) query syntaxes, query construction and query execution returning result bindings. The supported query languages are SPARQL and RDQL.</Description>
<Archive sha1sum="281c2e0a352c53ef1656bfe778c380226d61726f" type="targz">http://download.librdf.org/source/rasqal-0.9.33.tar.gz</Archive>
<BuildDependencies>
<Dependency>raptor2-devel</Dependency>
<Dependency>libpcre-devel</Dependency>
<Dependency>libxml2-devel</Dependency>
<Dependency>mpfr-devel</Dependency>
</BuildDependencies>
<Patches>
<Patch level="1">0001-Add-support-for-PCRE-V2-and-prefer-it.patch</Patch>
</Patches>
</Source>
<Package>
<Name>rasqal</Name>
<RuntimeDependencies>
<Dependency>raptor2</Dependency>
<Dependency>libpcre</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="executable">/usr/bin</Path>
<Path fileType="library">/usr/lib</Path>
<Path fileType="man">/usr/share/man</Path>
<Path fileType="doc">/usr/share/doc</Path>
</Files>
</Package>
<Package>
<Name>rasqal-devel</Name>
<IsA>library</IsA>
<Summary>Development files for rasqal</Summary>
<RuntimeDependencies>
<Dependency release="current">rasqal</Dependency>
<Dependency>raptor2-devel</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="executable">/usr/bin/rasqal-config</Path>
<Path fileType="header">/usr/include</Path>
<Path fileType="data">/usr/lib/pkgconfig</Path>
<Path fileType="man">/usr/share/man/man3</Path>
<Path fileType="man">/usr/share/man/man1/rasqal-config*</Path>
</Files>
</Package>
<Package>
<Name>rasqal-docs</Name>
<IsA>data:doc</IsA>
<Summary>Development documents for rasqal in HTML format</Summary>
<Files>
<Path fileType="doc">/usr/share/doc/rasqal/html</Path>
</Files>
</Package>
<History>
<Update release="5">
<Date>2026-02-17</Date>
<Version>0.9.33</Version>
<Comment>Rebuild</Comment>
<Name>İdris Kalp</Name>
<Email>idriskalp@gmail.com</Email>
</Update>
<Update release="3">
<Date>2020-02-26</Date>
<Version>0.9.33</Version>
<Comment>Rebuild</Comment>
<Name>İdris Kalp</Name>
<Email>idriskalp@gmail.com</Email>
</Update>
<Update release="2">
<Date>2018-09-02</Date>
<Version>0.9.33</Version>
<Comment>First Release</Comment>
<Name>Ayhan Yalçınsoy</Name>
<Email>ayhanyalcinsoy@pisilinux.org</Email>
</Update>
<Update release="1">
<Date>2017-03-03</Date>
<Version>0.9.33</Version>
<Comment>First Release</Comment>
<Name>Ayhan Yalçınsoy</Name>
<Email>ayhanyalcinsoy@pisilinux.org</Email>
</Update>
</History>
</PISI>