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:
commit
0975be1098
@ -94,12 +94,12 @@ done
|
|||||||
|
|
||||||
for path in \
|
for path in \
|
||||||
$(for tlpath 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
|
dirname $tlpath; done | uniq ); do
|
||||||
export GI_TYPELIB_PATH=$GI_TYPELIB_PATH:$path
|
export GI_TYPELIB_PATH=$GI_TYPELIB_PATH:$path
|
||||||
done
|
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)"
|
shlib_64="()(64bit)"
|
||||||
fi
|
fi
|
||||||
case $1 in
|
case $1 in
|
||||||
|
@ -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
|
Thu Jan 19 22:31:14 UTC 2012 - vuntz@opensuse.org
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user