123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112 |
- <?xml version="1.0" ?>
- <!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
- <PISI>
- <Source>
- <Name>check</Name>
- <Homepage>https://libcheck.github.io/check/</Homepage>
- <Packager>
- <Name>PisiLinux Community</Name>
- <Email>admins@pisilinux.org</Email>
- </Packager>
- <License>GPLv2</License>
- <IsA>library</IsA>
- <Summary>A unit test framework for C</Summary>
- <Description>check is a unit testing framework for C. It features a simple interface for defining unit tests, putting little in the way of the developer. Tests are run in a separate address space, so Check can catch both assertion failures and code errors that cause segmentation faults or other signals. The output from unit tests can be used within source code editors and IDEs.</Description>
- <Archive sha1sum="0389149a760a37e915f585bf84f268d9880a0faf" type="targz">https://github.com/libcheck/check/archive/0.15.2.tar.gz</Archive>
- <BuildDependencies>
- <Dependency>texinfo</Dependency>
- </BuildDependencies>
- </Source>
- <Package>
- <Name>check</Name>
- <Files>
- <Path fileType="executable">/usr/bin</Path>
- <Path fileType="library">/usr/lib</Path>
- <Path fileType="info">/usr/share/info</Path>
- <Path fileType="man">/usr/share/man/man1/checkmk.1</Path>
- <Path fileType="doc">/usr/share/doc</Path>
- </Files>
- </Package>
- <Package>
- <Name>check-devel</Name>
- <Summary>Development files for check</Summary>
- <RuntimeDependencies>
- <Dependency release="current">check</Dependency>
- </RuntimeDependencies>
- <Files>
- <Path fileType="header">/usr/include</Path>
- <Path fileType="data">/usr/lib/pkgconfig</Path>
- <Path fileType="data">/usr/share/aclocal</Path>
- </Files>
- </Package>
- <Package>
- <Name>check-docs</Name>
- <Summary>Documents for check</Summary>
- <Files>
- <Path fileType="doc">/usr/share/doc/check/example</Path>
- </Files>
- </Package>
- <History>
- <Update release="8">
- <Date>2020-12-09</Date>
- <Version>0.15.2</Version>
- <Comment>Version bump.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="7">
- <Date>2019-12-25</Date>
- <Version>0.12</Version>
- <Comment>Rebuild</Comment>
- <Name>Idris Kalp</Name>
- <Email>idriskalp@gmail.com</Email>
- </Update>
- <Update release="6">
- <Date>2018-07-15</Date>
- <Version>0.12</Version>
- <Comment>Rebuild</Comment>
- <Name>Ertuğrul Erata</Name>
- <Email>ertugrulerata@gmail.com</Email>
- </Update>
- <Update release="5">
- <Date>2018-05-01</Date>
- <Version>0.12</Version>
- <Comment>Version bump</Comment>
- <Name>Ertuğrul Erata</Name>
- <Email>ertugrulerata@gmail.com</Email>
- </Update>
- <Update release="4">
- <Date>2017-12-06</Date>
- <Version>0.11.0</Version>
- <Comment>Version bump</Comment>
- <Name>Ertuğrul Erata</Name>
- <Email>ertugrulerata@gmail.com</Email>
- </Update>
- <Update release="3">
- <Date>2017-01-29</Date>
- <Version>0.10.0</Version>
- <Comment>Rebuild.</Comment>
- <Name>Ertuğrul Erata</Name>
- <Email>ertugrulerata@gmail.com</Email>
- </Update>
- <Update release="2">
- <Date>2016-04-27</Date>
- <Version>0.10.0</Version>
- <Comment>Release Bump</Comment>
- <Name>PisiLinux Community</Name>
- <Email>admin@pisilinux.org</Email>
- </Update>
- <Update release="1">
- <Date>2016-02-28</Date>
- <Version>0.10.0</Version>
- <Comment>First release</Comment>
- <Name>Ertuğrul Erata</Name>
- <Email>ertugrulerata@gmail.com</Email>
- </Update>
- </History>
- </PISI>
|