Accepting request 102430 from home:oertel:branches:openSUSE:Factory

- gi-find-deps.sh:
  - ia64 also needs ()(64bit)
  - send errors from find to /dev/null (for platforms where lib64
    does not exist)

OBS-URL: https://build.opensuse.org/request/show/102430
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gobject-introspection?expand=0&rev=87
This commit is contained in:
Vincent Untz 2012-02-08 12:54:04 +00:00 committed by Git OBS Bridge
parent a6b72a6078
commit 9e7d49a800
3 changed files with 11 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
- gi-find-deps.sh:
- ia64 also needs ()(64bit)
- send errors from find to /dev/null (for platforms where lib64
does not exist)
-------------------------------------------------------------------
Thu Jan 19 22:31:14 UTC 2012 - vuntz@opensuse.org

View File

@ -15,6 +15,7 @@
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
Name: gobject-introspection
Version: 1.31.10
Release: 0