Accepting request 76143 from home:dimstar:branches:GNOME:Factory

Allow detection of libgda-0.14 / fixes Unresolvable on Factory

OBS-URL: https://build.opensuse.org/request/show/76143
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/anjuta?expand=0&rev=93
This commit is contained in:
Vincent Untz
2011-07-13 06:06:32 +00:00
committed by Git OBS Bridge
parent 348a2ce595
commit 325d731d41
3 changed files with 43 additions and 2 deletions

View File

@@ -28,6 +28,8 @@ Source: http://download.gnome.org/sources/anjuta/3.1/%{name}-%{version}.
Source1: %{name}-rpmlintrc
# PATCH-FEATURE-UPSTREAM anjuta-support-libgda-5.0.patch bgo#652047 dimstar@opensuse.org -- Also support building with libgda-5.0.
Patch0: anjuta-support-libgda-5.0.patch
# PATCH-FEATURE-UPSTREAM anjuta-libvala-0.14.patch bgo#654502 dimstar@opesuse.org -- Also support building with libvala 0.14,
Patch1: anjuta-libvala-0.14.patch
BuildRequires: autogen
BuildRequires: binutils-devel
BuildRequires: bison
@@ -61,7 +63,7 @@ BuildRequires: pkgconfig(libdevhelp-3.0)
BuildRequires: pkgconfig(libgda-5.0)
BuildRequires: pkgconfig(libgraph)
BuildRequires: pkgconfig(libgvc)
BuildRequires: pkgconfig(libvala-0.12)
BuildRequires: pkgconfig(libvala-0.14)
BuildRequires: pkgconfig(libxml-2.0)
BuildRequires: pkgconfig(neon)
BuildRequires: pkgconfig(vte-2.90)
@@ -128,10 +130,11 @@ and more.
%prep
%setup -q
%patch0 -p1
%patch1 -p1
translation-update-upstream
%build
# Needed by patch0
# Needed by patch0 and patch1
NOCONFIGURE=1 gnome-autogen.sh
%configure\
--disable-static \