Accepting request 57218 from home:vuntz:branches:GNOME:Factory

ok

OBS-URL: https://build.opensuse.org/request/show/57218
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gdk-pixbuf?expand=0&rev=20
This commit is contained in:
Vincent Untz 2011-01-06 01:37:55 +00:00 committed by Git OBS Bridge
parent d561007adc
commit 895ea4956f
2 changed files with 4 additions and 3 deletions

View File

@ -3,11 +3,10 @@ Tue Dec 28 22:20:56 UTC 2010 - dimstar@opensuse.org
- Add gdk-pixbuf-add-gir_PACKAGES.patch: vapigen 0.12 parses the - Add gdk-pixbuf-add-gir_PACKAGES.patch: vapigen 0.12 parses the
.gir and the .vapi file, complaining about duplicate definitions. .gir and the .vapi file, complaining about duplicate definitions.
The error is seen in packages building against gdk-pixgbuf and The error is seen in packages building against gdk-pixbuf and
using vala-unstable to create own vala bindings. using vala-unstable to create own vala bindings.
- Add gnome-common BuildRequires, because the patch touches - Add gnome-common BuildRequires, because the patch touches
Makefile.am Makefile.am, and call to gnome-autogen.sh in the build section.
- Add call to gnome-autogen.sh in the build section.
------------------------------------------------------------------- -------------------------------------------------------------------
Sat Nov 6 19:05:40 CET 2010 - dimstar@opensuse.org Sat Nov 6 19:05:40 CET 2010 - dimstar@opensuse.org

View File

@ -31,6 +31,7 @@ Source2: README.SUSE
Source99: baselibs.conf Source99: baselibs.conf
# PATCH-FIX-UPSTREAM gdk-pixbuf-add-gir_PACKAGES.patch bgo#635364 dimstar@opensuse.org -- Add gir_PACKAGES. This helps vapigen 0.12 to add proper package information, needed to bind .vapi and .gir files, in case both are installed. # PATCH-FIX-UPSTREAM gdk-pixbuf-add-gir_PACKAGES.patch bgo#635364 dimstar@opensuse.org -- Add gir_PACKAGES. This helps vapigen 0.12 to add proper package information, needed to bind .vapi and .gir files, in case both are installed.
Patch0: gdk-pixbuf-add-gir_PACKAGES.patch Patch0: gdk-pixbuf-add-gir_PACKAGES.patch
# Needed for patch0
BuildRequires: gnome-common BuildRequires: gnome-common
BuildRequires: libjasper-devel BuildRequires: libjasper-devel
BuildRequires: libjpeg-devel BuildRequires: libjpeg-devel
@ -95,6 +96,7 @@ cp -a %{S:2} .
%patch0 -p1 %patch0 -p1
%build %build
# Needed for patch0
NOCONFIGURE=1 gnome-autogen.sh NOCONFIGURE=1 gnome-autogen.sh
%configure \ %configure \
--disable-static \ --disable-static \