Summary: New GNU Portable Threads library Name: npth Version: 1.6 Release: r0 License: LGPLv2+ Group: libs Packager: Poky URL: https://www.gnu.org/software/pth/ BuildRequires: autoconf-native BuildRequires: automake-native BuildRequires: gnu-config-native BuildRequires: libtool-cross BuildRequires: libtool-native BuildRequires: virtual/aarch64-poky-linux-compilerlibs BuildRequires: virtual/aarch64-poky-linux-gcc BuildRequires: virtual/libc %description nPth is a library to provide the GNU Pth API and thus a non-preemptive threads implementation. %package -n libnpth-src Summary: New GNU Portable Threads library - Source files License: LGPLv2+ Group: devel Provides: npth-src = 1.6 %description -n libnpth-src nPth is a library to provide the GNU Pth API and thus a non-preemptive threads implementation. This package contains sources for debugging purposes. %package -n libnpth-dbg Summary: New GNU Portable Threads library - Debugging files License: LGPLv2+ Group: devel Recommends: glibc-dbg Provides: npth-dbg = 1.6 %description -n libnpth-dbg nPth is a library to provide the GNU Pth API and thus a non-preemptive threads implementation. This package contains ELF symbols and related sources for debugging purposes. %package -n libnpth-staticdev Summary: New GNU Portable Threads library - Development files (Static Libraries) License: LGPLv2+ Group: devel Requires: libnpth-dev = 1.6-r0 Provides: npth-staticdev = 1.6 %description -n libnpth-staticdev nPth is a library to provide the GNU Pth API and thus a non-preemptive threads implementation. This package contains static libraries for software development. %package -n libnpth-dev Summary: New GNU Portable Threads library - Development files License: LGPLv2+ Group: devel Requires: /bin/sh Requires: libnpth0 = 1.6-r0 Recommends: glibc-dev Provides: npth-dev = 1.6 %description -n libnpth-dev nPth is a library to provide the GNU Pth API and thus a non-preemptive threads implementation. This package contains symbolic links, header files, and related items necessary for software development. %package -n libnpth-doc Summary: New GNU Portable Threads library - Documentation files License: LGPLv2+ Group: doc Provides: npth-doc = 1.6 %description -n libnpth-doc nPth is a library to provide the GNU Pth API and thus a non-preemptive threads implementation. This package contains documentation. %package -n libnpth-locale Summary: New GNU Portable Threads library License: LGPLv2+ Group: libs Provides: npth-locale = 1.6 %description -n libnpth-locale nPth is a library to provide the GNU Pth API and thus a non-preemptive threads implementation. %package -n libnpth0 Summary: New GNU Portable Threads library License: LGPLv2+ Group: libs 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: libpthread.so.0()(64bit) Requires: libpthread.so.0(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): libpthread.so.0()(64bit) Requires(post): libpthread.so.0(GLIBC_2.17)(64bit) Requires(post): rtld(GNU_HASH) Provides: libnpth.so.0()(64bit) Provides: libnpth.so.0(NPTH_1.0)(64bit) Provides: npth = 1.6 %description -n libnpth0 nPth is a library to provide the GNU Pth API and thus a non-preemptive threads implementation. %post -n libnpth0 # libnpth0 - postinst #!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi %files -n libnpth-src %defattr(-,-,-,-) %dir "/usr" %dir "/usr/src" %dir "/usr/src/debug" %dir "/usr/src/debug/npth" %dir "/usr/src/debug/npth/1.6-r0" %dir "/usr/src/debug/npth/1.6-r0/npth-1.6" %dir "/usr/src/debug/npth/1.6-r0/npth-1.6/src" "/usr/src/debug/npth/1.6-r0/npth-1.6/src/npth.h" "/usr/src/debug/npth/1.6-r0/npth-1.6/src/npth-sigev.c" "/usr/src/debug/npth/1.6-r0/npth-1.6/src/npth.c" %files -n libnpth-dbg %defattr(-,-,-,-) %dir "/usr" %dir "/usr/lib" %dir "/usr/lib/.debug" "/usr/lib/.debug/libnpth.so.0.1.2" %files -n libnpth-dev %defattr(-,-,-,-) %dir "/usr" %dir "/usr/bin" %dir "/usr/include" %dir "/usr/share" %dir "/usr/lib" "/usr/bin/npth-config" "/usr/include/npth.h" "/usr/include/npth-64.h" %dir "/usr/share/aclocal" "/usr/share/aclocal/npth.m4" %dir "/usr/lib/pkgconfig" "/usr/lib/libnpth.so" "/usr/lib/pkgconfig/npth.pc" %files -n libnpth0 %defattr(-,-,-,-) %dir "/usr" %dir "/usr/lib" "/usr/lib/libnpth.so.0" "/usr/lib/libnpth.so.0.1.2"