Summary: Check - unit testing framework for C code Name: libcheck Version: 0.14.0 Release: r0 License: LGPLv2.1+ Group: devel Packager: Poky URL: https://libcheck.github.io/check/ BuildRequires: autoconf-native BuildRequires: automake-native BuildRequires: gnu-config-native BuildRequires: libtool-cross BuildRequires: libtool-native BuildRequires: pkgconfig-native BuildRequires: texinfo-dummy-native BuildRequires: virtual/aarch64-poky-linux-compilerlibs BuildRequires: virtual/aarch64-poky-linux-gcc BuildRequires: virtual/libc %description 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 both assertion failures and code errors that cause segmentation faults or other signals can be caught. Test results are reportable in the following: Subunit, TAP, XML, and a generic logging format. %package -n libcheck-src Summary: Check - unit testing framework for C code - Source files License: LGPLv2.1+ Group: devel %description -n libcheck-src 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 both assertion failures and code errors that cause segmentation faults or other signals can be caught. Test results are reportable in the following: Subunit, TAP, XML, and a generic logging format. This package contains sources for debugging purposes. %package -n libcheck-dbg Summary: Check - unit testing framework for C code - Debugging files License: LGPLv2.1+ Group: devel Recommends: glibc-dbg %description -n libcheck-dbg 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 both assertion failures and code errors that cause segmentation faults or other signals can be caught. Test results are reportable in the following: Subunit, TAP, XML, and a generic logging format. This package contains ELF symbols and related sources for debugging purposes. %package -n checkmk Summary: Check - unit testing framework for C code License: LGPLv2.1+ Group: devel Requires: /usr/bin/gawk Requires: gawk %description -n checkmk 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 both assertion failures and code errors that cause segmentation faults or other signals can be caught. Test results are reportable in the following: Subunit, TAP, XML, and a generic logging format. %package -n libcheck-staticdev Summary: Check - unit testing framework for C code - Development files (Static Libraries) License: LGPLv2.1+ Group: devel Requires: libcheck-dev = 0.14.0-r0 %description -n libcheck-staticdev 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 both assertion failures and code errors that cause segmentation faults or other signals can be caught. Test results are reportable in the following: Subunit, TAP, XML, and a generic logging format. This package contains static libraries for software development. %package -n libcheck-dev Summary: Check - unit testing framework for C code - Development files License: LGPLv2.1+ Group: devel Requires: libcheck0 = 0.14.0-r0 Recommends: gawk-dev Recommends: glibc-dev %description -n libcheck-dev 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 both assertion failures and code errors that cause segmentation faults or other signals can be caught. Test results are reportable in the following: Subunit, TAP, XML, and a generic logging format. This package contains symbolic links, header files, and related items necessary for software development. %package -n libcheck-doc Summary: Check - unit testing framework for C code - Documentation files License: LGPLv2.1+ Group: doc %description -n libcheck-doc 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 both assertion failures and code errors that cause segmentation faults or other signals can be caught. Test results are reportable in the following: Subunit, TAP, XML, and a generic logging format. This package contains documentation. %package -n libcheck-locale Summary: Check - unit testing framework for C code License: LGPLv2.1+ Group: devel %description -n libcheck-locale 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 both assertion failures and code errors that cause segmentation faults or other signals can be caught. Test results are reportable in the following: Subunit, TAP, XML, and a generic logging format. %package -n libcheck0 Summary: Check - unit testing framework for C code License: LGPLv2.1+ Group: devel Requires: ld-linux-aarch64.so.1()(64bit) Requires: ld-linux-aarch64.so.1(GLIBC_2.17)(64bit) Requires: libc.so.6()(64bit) Requires: libc.so.6(GLIBC_2.17)(64bit) Requires: libc6 >= 2.31+git0+4f0a61f753 Requires: libm.so.6()(64bit) Requires: libpthread.so.0()(64bit) Requires: libpthread.so.0(GLIBC_2.17)(64bit) Requires: librt.so.1()(64bit) Requires: librt.so.1(GLIBC_2.17)(64bit) Requires: rtld(GNU_HASH) Requires(post): ld-linux-aarch64.so.1()(64bit) Requires(post): ld-linux-aarch64.so.1(GLIBC_2.17)(64bit) Requires(post): libc.so.6()(64bit) Requires(post): libc.so.6(GLIBC_2.17)(64bit) Requires(post): libc6 >= 2.31+git0+4f0a61f753 Requires(post): libm.so.6()(64bit) Requires(post): libpthread.so.0()(64bit) Requires(post): libpthread.so.0(GLIBC_2.17)(64bit) Requires(post): librt.so.1()(64bit) Requires(post): librt.so.1(GLIBC_2.17)(64bit) Requires(post): rtld(GNU_HASH) Provides: check <= 0.9.5 Provides: libcheck = 0.14.0 Provides: libcheck.so.0()(64bit) Obsoletes: check <= 0.9.5 %description -n libcheck0 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 both assertion failures and code errors that cause segmentation faults or other signals can be caught. Test results are reportable in the following: Subunit, TAP, XML, and a generic logging format. %post -n libcheck0 # libcheck0 - postinst #!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi %files -n libcheck-src %defattr(-,-,-,-) %dir "/usr" %dir "/usr/src" %dir "/usr/src/debug" %dir "/usr/src/debug/libcheck" %dir "/usr/src/debug/libcheck/0.14.0-r0" %dir "/usr/src/debug/libcheck/0.14.0-r0/build" %dir "/usr/src/debug/libcheck/0.14.0-r0/check-0.14.0" %dir "/usr/src/debug/libcheck/0.14.0-r0/build/src" "/usr/src/debug/libcheck/0.14.0-r0/build/src/check.h" %dir "/usr/src/debug/libcheck/0.14.0-r0/check-0.14.0/src" %dir "/usr/src/debug/libcheck/0.14.0-r0/check-0.14.0/lib" "/usr/src/debug/libcheck/0.14.0-r0/check-0.14.0/src/check_list.h" "/usr/src/debug/libcheck/0.14.0-r0/check-0.14.0/src/check_msg.h" "/usr/src/debug/libcheck/0.14.0-r0/check-0.14.0/src/check_run.c" "/usr/src/debug/libcheck/0.14.0-r0/check-0.14.0/src/check.h" "/usr/src/debug/libcheck/0.14.0-r0/check-0.14.0/src/check_list.c" "/usr/src/debug/libcheck/0.14.0-r0/check-0.14.0/src/check_print.c" "/usr/src/debug/libcheck/0.14.0-r0/check-0.14.0/src/check_msg.c" "/usr/src/debug/libcheck/0.14.0-r0/check-0.14.0/src/check_str.c" "/usr/src/debug/libcheck/0.14.0-r0/check-0.14.0/src/check_pack.h" "/usr/src/debug/libcheck/0.14.0-r0/check-0.14.0/src/check_impl.h" "/usr/src/debug/libcheck/0.14.0-r0/check-0.14.0/src/check_print.h" "/usr/src/debug/libcheck/0.14.0-r0/check-0.14.0/src/check_pack.c" "/usr/src/debug/libcheck/0.14.0-r0/check-0.14.0/src/check_log.h" "/usr/src/debug/libcheck/0.14.0-r0/check-0.14.0/src/check_error.c" "/usr/src/debug/libcheck/0.14.0-r0/check-0.14.0/src/check_log.c" "/usr/src/debug/libcheck/0.14.0-r0/check-0.14.0/src/check.c" "/usr/src/debug/libcheck/0.14.0-r0/check-0.14.0/src/check_error.h" "/usr/src/debug/libcheck/0.14.0-r0/check-0.14.0/src/check_str.h" "/usr/src/debug/libcheck/0.14.0-r0/check-0.14.0/lib/fpclassify.c" "/usr/src/debug/libcheck/0.14.0-r0/check-0.14.0/lib/libcompat.c" %files -n libcheck-dbg %defattr(-,-,-,-) %dir "/usr" %dir "/usr/lib" %dir "/usr/lib/.debug" "/usr/lib/.debug/libcheck.so.0.0.0" %files -n checkmk %defattr(-,-,-,-) %dir "/usr" %dir "/usr/bin" "/usr/bin/checkmk" %files -n libcheck-dev %defattr(-,-,-,-) %dir "/usr" %dir "/usr/include" %dir "/usr/share" %dir "/usr/lib" "/usr/include/check.h" "/usr/include/check_stdint.h" %dir "/usr/share/aclocal" "/usr/share/aclocal/check.m4" %dir "/usr/lib/pkgconfig" "/usr/lib/libcheck.so" "/usr/lib/pkgconfig/check.pc" %files -n libcheck-doc %defattr(-,-,-,-) %dir "/usr" %dir "/usr/share" %dir "/usr/share/doc" %dir "/usr/share/man" %dir "/usr/share/info" %dir "/usr/share/doc/check" %dir "/usr/share/doc/check/example" "/usr/share/doc/check/NEWS" "/usr/share/doc/check/COPYING.LESSER" "/usr/share/doc/check/ChangeLog" "/usr/share/doc/check/README" %dir "/usr/share/doc/check/example/src" %dir "/usr/share/doc/check/example/tests" "/usr/share/doc/check/example/configure.ac" "/usr/share/doc/check/example/README" "/usr/share/doc/check/example/Makefile.am" "/usr/share/doc/check/example/src/money.3.c" "/usr/share/doc/check/example/src/money.6.c" "/usr/share/doc/check/example/src/money.2.h" "/usr/share/doc/check/example/src/money.5.c" "/usr/share/doc/check/example/src/main.c" "/usr/share/doc/check/example/src/money.1.h" "/usr/share/doc/check/example/src/money.4.c" "/usr/share/doc/check/example/src/Makefile.am" "/usr/share/doc/check/example/src/money.c" "/usr/share/doc/check/example/src/money.1.c" "/usr/share/doc/check/example/src/money.h" "/usr/share/doc/check/example/tests/check_money.2.c" "/usr/share/doc/check/example/tests/check_money.c" "/usr/share/doc/check/example/tests/check_money.7.c" "/usr/share/doc/check/example/tests/check_money.1.c" "/usr/share/doc/check/example/tests/check_money.6.c" "/usr/share/doc/check/example/tests/Makefile.am" "/usr/share/doc/check/example/tests/check_money.3.c" %dir "/usr/share/man/man1" "/usr/share/man/man1/checkmk.1" "/usr/share/info/check.info" %files -n libcheck0 %defattr(-,-,-,-) %dir "/usr" %dir "/usr/lib" "/usr/lib/libcheck.so.0.0.0" "/usr/lib/libcheck.so.0"