Summary: Embeddable SQL database engine Name: sqlite3 Version: 3.31.1 Release: r0 Epoch: 3 License: PD Group: libs Packager: Poky URL: http://www.sqlite.org BuildRequires: autoconf-native BuildRequires: automake-native BuildRequires: gnu-config-native BuildRequires: libtool-cross BuildRequires: libtool-native BuildRequires: pkgconfig-native BuildRequires: virtual/aarch64-poky-linux-compilerlibs BuildRequires: virtual/aarch64-poky-linux-gcc BuildRequires: virtual/libc 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: libsqlite3-0 >= 3.31.1 Requires: libsqlite3.so.0()(64bit) Requires: rtld(GNU_HASH) %description A library that implements a small, fast, self-contained, high-reliability, full-featured, SQL database engine. SQLite is the most used database engine in the world. SQLite is built into all mobile phones and most computers and comes bundled inside countless other applications that people use every day %package -n sqlite3-src Summary: Embeddable SQL database engine - Source files License: PD Group: devel %description -n sqlite3-src A library that implements a small, fast, self-contained, high-reliability, full-featured, SQL database engine. SQLite is the most used database engine in the world. SQLite is built into all mobile phones and most computers and comes bundled inside countless other applications that people use every day This package contains sources for debugging purposes. %package -n sqlite3-dbg Summary: Embeddable SQL database engine - Debugging files License: PD Group: devel Recommends: glibc-dbg Recommends: libsqlite3-dbg %description -n sqlite3-dbg A library that implements a small, fast, self-contained, high-reliability, full-featured, SQL database engine. SQLite is the most used database engine in the world. SQLite is built into all mobile phones and most computers and comes bundled inside countless other applications that people use every day This package contains ELF symbols and related sources for debugging purposes. %package -n libsqlite3-0 Summary: Embeddable SQL database engine License: PD 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: libc.so.6(GLIBC_2.28)(64bit) Requires: libc6 >= 2.31+git0+4f0a61f753 Requires: libdl.so.2()(64bit) Requires: libdl.so.2(GLIBC_2.17)(64bit) Requires: libm.so.6()(64bit) Requires: libm.so.6(GLIBC_2.29)(64bit) 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): libc.so.6(GLIBC_2.28)(64bit) Requires(post): libc6 >= 2.31+git0+4f0a61f753 Requires(post): libdl.so.2()(64bit) Requires(post): libdl.so.2(GLIBC_2.17)(64bit) Requires(post): libm.so.6()(64bit) Requires(post): libm.so.6(GLIBC_2.29)(64bit) Requires(post): libpthread.so.0()(64bit) Requires(post): libpthread.so.0(GLIBC_2.17)(64bit) Requires(post): rtld(GNU_HASH) Provides: libsqlite3 = 3.31.1 Provides: libsqlite3.so.0()(64bit) %description -n libsqlite3-0 A library that implements a small, fast, self-contained, high-reliability, full-featured, SQL database engine. SQLite is the most used database engine in the world. SQLite is built into all mobile phones and most computers and comes bundled inside countless other applications that people use every day %package -n libsqlite3-dev Summary: Embeddable SQL database engine License: PD Group: libs Requires: libsqlite3 Recommends: glibc-dev %description -n libsqlite3-dev A library that implements a small, fast, self-contained, high-reliability, full-featured, SQL database engine. SQLite is the most used database engine in the world. SQLite is built into all mobile phones and most computers and comes bundled inside countless other applications that people use every day %package -n libsqlite3-doc Summary: Embeddable SQL database engine License: PD Group: libs %description -n libsqlite3-doc A library that implements a small, fast, self-contained, high-reliability, full-featured, SQL database engine. SQLite is the most used database engine in the world. SQLite is built into all mobile phones and most computers and comes bundled inside countless other applications that people use every day %package -n libsqlite3-staticdev Summary: Embeddable SQL database engine License: PD Group: libs %description -n libsqlite3-staticdev A library that implements a small, fast, self-contained, high-reliability, full-featured, SQL database engine. SQLite is the most used database engine in the world. SQLite is built into all mobile phones and most computers and comes bundled inside countless other applications that people use every day %post -n libsqlite3-0 # libsqlite3-0 - postinst #!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi %files %defattr(-,-,-,-) %dir "/usr" %dir "/usr/bin" "/usr/bin/sqlite3" %files -n sqlite3-src %defattr(-,-,-,-) %dir "/usr" %dir "/usr/src" %dir "/usr/src/debug" %dir "/usr/src/debug/sqlite3" %dir "/usr/src/debug/sqlite3/3_3.31.1-r0" %dir "/usr/src/debug/sqlite3/3_3.31.1-r0/sqlite-autoconf-3310100" "/usr/src/debug/sqlite3/3_3.31.1-r0/sqlite-autoconf-3310100/sqlite3.c" "/usr/src/debug/sqlite3/3_3.31.1-r0/sqlite-autoconf-3310100/sqlite3.h" "/usr/src/debug/sqlite3/3_3.31.1-r0/sqlite-autoconf-3310100/shell.c" %files -n sqlite3-dbg %defattr(-,-,-,-) %dir "/usr" %dir "/usr/bin" %dir "/usr/lib" %dir "/usr/bin/.debug" "/usr/bin/.debug/sqlite3" %dir "/usr/lib/.debug" "/usr/lib/.debug/libsqlite3.so.0.8.6" %files -n libsqlite3-0 %defattr(-,-,-,-) %dir "/usr" %dir "/usr/lib" "/usr/lib/libsqlite3.so.0.8.6" "/usr/lib/libsqlite3.so.0" %files -n libsqlite3-dev %defattr(-,-,-,-) %dir "/usr" %dir "/usr/include" %dir "/usr/lib" "/usr/include/sqlite3.h" "/usr/include/sqlite3ext.h" %dir "/usr/lib/pkgconfig" "/usr/lib/libsqlite3.so" "/usr/lib/pkgconfig/sqlite3.pc" %files -n libsqlite3-doc %defattr(-,-,-,-) %dir "/usr" %dir "/usr/share" %dir "/usr/share/man" %dir "/usr/share/man/man1" "/usr/share/man/man1/sqlite3.1"