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
This commit is contained in:
parent
b8d072f034
commit
0ea36328d5
@ -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
|
||||
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user