Accepting request 105119 from GNOME:Factory

Pushing most G:F bits

OBS-URL: https://build.opensuse.org/request/show/105119
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gobject-introspection?expand=0&rev=39
This commit is contained in:
Stephan Kulow 2012-02-16 15:14:27 +00:00 committed by Git OBS Bridge
commit 0975be1098
2 changed files with 10 additions and 2 deletions

View File

@ -94,12 +94,12 @@ 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
$(find ${RPM_BUILD_ROOT}/usr/lib64 ${RPM_BUILD_ROOT}/usr/lib /usr/lib64 /usr/lib -name '*.typelib' 2>/dev/null); do
dirname $tlpath; done | uniq ); do
export GI_TYPELIB_PATH=$GI_TYPELIB_PATH:$path
done
if [ "${HOSTTYPE}" == "x86_64" -o "${HOSTTYPE}" == "ppc64" -o "${HOSTTYPE}" == "s390x" ]; then
if [ "${HOSTTYPE}" == "x86_64" -o "${HOSTTYPE}" == "ppc64" -o "${HOSTTYPE}" == "s390x" -o "${HOSTTYPE}" == "ia64" ]; then
shlib_64="()(64bit)"
fi
case $1 in

View File

@ -1,3 +1,11 @@
-------------------------------------------------------------------
Thu Feb 2 01:54:31 CET 2012 - ro@suse.de
- Improve gi-find-deps.sh:
+ ia64 also needs ()(64bit) for shlib providers.
+ Send stderr from find to /dev/null (to avoid errors for
platforms where lib64 does not exist).
-------------------------------------------------------------------
Thu Jan 19 22:31:14 UTC 2012 - vuntz@opensuse.org