Accepting request 98050 from home:dimstar:branches:GNOME:Factory
Fixup: also include subfolders of buildroot/usr/lib OBS-URL: https://build.opensuse.org/request/show/98050 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gobject-introspection?expand=0&rev=81
This commit is contained in:
parent
80e807539d
commit
b8d072f034
@ -92,8 +92,13 @@ while read file; do
|
||||
done
|
||||
}
|
||||
|
||||
for path in \
|
||||
$(for tlpath in \
|
||||
$(find ${RPM_BUILD_ROOT}/usr/lib64 ${RPM_BUILD_ROOT}/usr/lib /usr/lib64 /usr/lib -name '*.typelib'); do
|
||||
dirname $tlpath; done | uniq ); do
|
||||
export GI_TYPELIB_PATH=$GI_TYPELIB_PATH:$path
|
||||
done
|
||||
|
||||
export GI_TYPELIB_PATH="${RPM_BUILD_ROOT}/usr/lib/girepository-1.0:${RPM_BUILD_ROOT}/usr/lib64/girepository-1.0"
|
||||
if [ "${HOSTTYPE}" == "x86_64" ]; then
|
||||
shlib_64="()(64bit)"
|
||||
fi
|
||||
|
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Dec 23 11:19:48 UTC 2011 - dimstar@opensuse.org
|
||||
|
||||
- Enhance gi-find-deps.sh: Inject subfolders of libdir containing
|
||||
.typelib files into GI_TYPELIB_PATH.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 20 20:32:17 UTC 2011 - vuntz@opensuse.org
|
||||
|
||||
|
@ -16,6 +16,7 @@
|
||||
#
|
||||
|
||||
|
||||
|
||||
Name: gobject-introspection
|
||||
Version: 1.31.6
|
||||
Release: 0
|
||||
|
Loading…
Reference in New Issue
Block a user