forked from pool/gobject-introspection
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
|
export GI_TYPELIB_PATH=$GI_TYPELIB_PATH:$path
|
||||||
done
|
done
|
||||||
|
|
||||||
if [ "${HOSTTYPE}" == "x86_64" ]; then
|
if [ "${HOSTTYPE}" == "x86_64" -o "${HOSTTYPE}" == "ppc64" -o "${HOSTTYPE}" == "s390x" ]; then
|
||||||
shlib_64="()(64bit)"
|
shlib_64="()(64bit)"
|
||||||
fi
|
fi
|
||||||
case $1 in
|
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
|
Fri Dec 23 11:19:48 UTC 2011 - dimstar@opensuse.org
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package gobject-introspection
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -16,7 +16,6 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
Name: gobject-introspection
|
Name: gobject-introspection
|
||||||
Version: 1.31.6
|
Version: 1.31.6
|
||||||
Release: 0
|
Release: 0
|
||||||
@ -59,6 +58,7 @@ a uniform, machine readable format.
|
|||||||
|
|
||||||
%package -n libgirepository-1_0-1
|
%package -n libgirepository-1_0-1
|
||||||
Summary: GObject Introspection Library
|
Summary: GObject Introspection Library
|
||||||
|
Group: Development/Libraries/GNOME
|
||||||
# Provide typelib() symbols based on gobject-introspection-typelib.template
|
# Provide typelib() symbols based on gobject-introspection-typelib.template
|
||||||
# The template is checked during install if it matches the installed *.typelib files.
|
# The template is checked during install if it matches the installed *.typelib files.
|
||||||
%(cat %{S:3} | awk '{ print "Provides: " $0}')
|
%(cat %{S:3} | awk '{ print "Provides: " $0}')
|
||||||
@ -69,6 +69,7 @@ a uniform, machine readable format.
|
|||||||
|
|
||||||
%package devel
|
%package devel
|
||||||
Summary: GObject Introspection Development Files
|
Summary: GObject Introspection Development Files
|
||||||
|
Group: Development/Libraries/GNOME
|
||||||
# Note: the devel package requires the binaries, not just the library
|
# Note: the devel package requires the binaries, not just the library
|
||||||
Requires: %{name} = %{version}
|
Requires: %{name} = %{version}
|
||||||
Requires: libffi-devel
|
Requires: libffi-devel
|
||||||
|
Loading…
x
Reference in New Issue
Block a user