12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485 |
- <?xml version="1.0" ?>
- <!DOCTYPE PISI SYSTEM "https://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
- <PISI>
- <Source>
- <Name>dotconf</Name>
- <Homepage>https://github.com/williamh/dotconf</Homepage>
- <Packager>
- <Name>PisiLinux Community</Name>
- <Email>admins@pisilinux.org</Email>
- </Packager>
- <License>LGPLv2.1</License>
- <IsA>library</IsA>
- <Summary>A library to parse configuration files</Summary>
- <Description>dotconf is a simple-to-use and powerful configuration file parser library written in C.</Description>
- <Archive sha1sum="658667facbf38f3b3f6fbafe7dd861112d533691" type="targz">https://github.com/williamh/dotconf/archive/refs/tags/v1.4.tar.gz</Archive>
- </Source>
- <Package>
- <Name>dotconf</Name>
- <Files>
- <Path fileType="library">/usr/lib</Path>
- <Path fileType="doc">/usr/share/doc</Path>
- </Files>
- </Package>
- <Package>
- <Name>dotconf-devel</Name>
- <Summary>Development headers and documentation for dotconf</Summary>
- <RuntimeDependencies>
- <Dependency release="current">dotconf</Dependency>
- </RuntimeDependencies>
- <Files>
- <Path fileType="header">/usr/include</Path>
- <Path fileType="data">/usr/lib/pkgconfig</Path>
- <Path fileType="doc">/usr/share/doc/dotconf/examples</Path>
- <Path fileType="doc">/usr/share/doc/dotconf/dotconf-api.txt</Path>
- </Files>
- </Package>
- <History>
- <Update release="6">
- <Date>2024-04-09</Date>
- <Version>1.4</Version>
- <Comment>Version bump.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="5">
- <Date>2020-02-02</Date>
- <Version>1.3</Version>
- <Comment>Rebuild New T.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="4">
- <Date>2018-08-13</Date>
- <Version>1.3</Version>
- <Comment>Rebuild New T.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="3">
- <Date>2017-03-10</Date>
- <Version>1.3</Version>
- <Comment>Release Bump</Comment>
- <Name>Ayhan Yalçınsoy</Name>
- <Email>ayhanyalcinsoy@pisilinux.org</Email>
- </Update>
- <Update release="2">
- <Date>2016-06-09</Date>
- <Version>1.3</Version>
- <Comment>Release Bump</Comment>
- <Name>Pisi Linux Community</Name>
- <Email>admin@pisilinux.org</Email>
- </Update>
- <Update release="1">
- <Date>2015-08-25</Date>
- <Version>1.3</Version>
- <Comment>First release</Comment>
- <Name>Vedat Demir</Name>
- <Email>vedat@pisilinux.org</Email>
- </Update>
- </History>
- </PISI>
|