/usr/lib/pkgconfig/libspreadsheet-1.12.pc is in gnumeric 1.12.32-1+b1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 | prefix=/usr
exec_prefix=${prefix}
libdir=/usr/lib
includedir=${prefix}/include
VERSION=1.12.32
gnumeric_libdir=${libdir}/gnumeric/${VERSION}
GOFFICE_API_VER=0.10
libgoffice=libgoffice-${GOFFICE_API_VER}
GNUMERIC_API_VER=1.12
Name: libspreadsheet
Description: The spreadsheet internals of Gnumeric (DEVELOPMENT VERSION)
Version: 1.12.32
URL: http://www.gnumeric.org
Requires: glib-2.0 gobject-2.0 libgsf-1 libxml-2.0 gtk+-3.0 ${libgoffice}
Requires.private:
Libs: -L${libdir} -lspreadsheet-${VERSION}
# for now include both the directory and the child, until we rename the includes in svn
Cflags: -I${includedir}/libspreadsheet-1.12/spreadsheet -I${includedir}/libspreadsheet-1.12 -I${gnumeric_libdir}/include
PluginDir=${libdir}/gnumeric/${GNUMERIC_API_VER}/plugins
|