Files
main/programming/misc/libyaml/pspec.xml
T
2024-10-03 20:23:32 +03:00

110 lines
3.8 KiB
XML

<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "https://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>libyaml</Name>
<Homepage>http://pyyaml.org/wiki/LibYAML</Homepage>
<Packager>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Packager>
<License>GPLv2</License>
<IsA>library</IsA>
<Summary>YAML 1.1 parser and emitter written in C</Summary>
<Description>libyaml is a YAML 1.1 parser and emitter written in C.</Description>
<Archive sha1sum="f49b39644caccabef049e3ec8859e8fdf94b686e" type="targz">http://pyyaml.org/download/libyaml/yaml-0.2.5.tar.gz</Archive>
</Source>
<Package>
<Name>libyaml</Name>
<Summary>YAML 1.1 parser and emitter written in C</Summary>
<Files>
<Path fileType="library">/usr/lib</Path>
<Path fileType="doc">/usr/share/doc</Path>
</Files>
</Package>
<Package>
<Name>libyaml-devel</Name>
<Summary>Development headers for libyaml</Summary>
<Description>libyaml-devel provides development headers for libyaml.</Description>
<RuntimeDependencies>
<Dependency release="current">libyaml</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="header">/usr/include</Path>
<Path fileType="library">/usr/lib/pkgconfig</Path>
</Files>
</Package>
<Package>
<Name>libyaml-docs</Name>
<Summary>Documentation files for libyaml</Summary>
<RuntimeDependencies>
<Dependency release="current">libyaml</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="doc">/usr/share/doc/libyaml/html/</Path>
</Files>
</Package>
<History>
<Update release="8">
<Date>2024-10-03</Date>
<Version>0.2.5</Version>
<Comment>Version bump.</Comment>
<Name>Pisi Linux Community</Name>
<Email>admin@pisilinux.org</Email>
</Update>
<Update release="7">
<Date>2020-11-07</Date>
<Version>0.2.2</Version>
<Comment>Rebuild.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="6">
<Date>2020-01-11</Date>
<Version>0.2.2</Version>
<Comment>Rebuilt for the new toolchain</Comment>
<Name>Blue Devil</Name>
<Email>bluedevil@sctzine.com</Email>
</Update>
<Update release="5">
<Date>2019-10-03</Date>
<Version>0.2.2</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="4">
<Date>2018-08-07</Date>
<Version>0.1.7</Version>
<Comment>Rebuild</Comment>
<Name>Ayhan Yalçınsoy</Name>
<Email>ayhanyalcinsoy@pisilinux.org</Email>
</Update>
<Update release="3">
<Date>2017-09-20</Date>
<Version>0.1.7</Version>
<Comment>Version Bump</Comment>
<Name>Ayhan Yalçınsoy</Name>
<Email>ayhanyalcinsoy@pisilinux.org</Email>
</Update>
<Update release="2">
<Date>2016-06-09</Date>
<Version>0.1.5</Version>
<Comment>Release Bump</Comment>
<Name>Pisi Linux Community</Name>
<Email>admin@pisilinux.org</Email>
</Update>
<Update release="1">
<Date>2015-07-22</Date>
<Version>0.1.5</Version>
<Comment>First release</Comment>
<Name>Ertuğrul Erata</Name>
<Email>ertugrulerata@gmail.com</Email>
</Update>
</History>
</PISI>