From 0ea36328d513b3190a10567dabefc30a985c85e81d8c17a3d83436b52df2dfd1 Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Wed, 18 Jan 2012 19:59:22 +0000 Subject: [PATCH] Accepting request 100558 from home:msmeissn:branches:GNOME:Factory require correct libs for ppc64 and s390x OBS-URL: https://build.opensuse.org/request/show/100558 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gobject-introspection?expand=0&rev=83 --- gi-find-deps.sh | 2 +- gobject-introspection.changes | 5 +++++ gobject-introspection.spec | 5 +++-- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/gi-find-deps.sh b/gi-find-deps.sh index c87f50f..6f70228 100644 --- a/gi-find-deps.sh +++ b/gi-find-deps.sh @@ -99,7 +99,7 @@ for path in \ export GI_TYPELIB_PATH=$GI_TYPELIB_PATH:$path done -if [ "${HOSTTYPE}" == "x86_64" ]; then +if [ "${HOSTTYPE}" == "x86_64" -o "${HOSTTYPE}" == "ppc64" -o "${HOSTTYPE}" == "s390x" ]; then shlib_64="()(64bit)" fi case $1 in diff --git a/gobject-introspection.changes b/gobject-introspection.changes index 02c52f4..d792209 100644 --- a/gobject-introspection.changes +++ b/gobject-introspection.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Jan 18 14:44:05 CET 2012 - meissner@suse.de + +- gi-find-deps.sh: ppc64 and s390x are also 64bit so providers + ------------------------------------------------------------------- Fri Dec 23 11:19:48 UTC 2011 - dimstar@opensuse.org diff --git a/gobject-introspection.spec b/gobject-introspection.spec index ee2cabe..44ca523 100644 --- a/gobject-introspection.spec +++ b/gobject-introspection.spec @@ -1,7 +1,7 @@ # # spec file for package gobject-introspection # -# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -16,7 +16,6 @@ # - Name: gobject-introspection Version: 1.31.6 Release: 0 @@ -59,6 +58,7 @@ a uniform, machine readable format. %package -n libgirepository-1_0-1 Summary: GObject Introspection Library +Group: Development/Libraries/GNOME # Provide typelib() symbols based on gobject-introspection-typelib.template # The template is checked during install if it matches the installed *.typelib files. %(cat %{S:3} | awk '{ print "Provides: " $0}') @@ -69,6 +69,7 @@ a uniform, machine readable format. %package devel Summary: GObject Introspection Development Files +Group: Development/Libraries/GNOME # Note: the devel package requires the binaries, not just the library Requires: %{name} = %{version} Requires: libffi-devel