From 69f2dc3d540369263a6cfbc38181241efe040cf2e803fd3cc32424559a556286 Mon Sep 17 00:00:00 2001 From: Stephan Kulow Date: Thu, 5 Jan 2012 18:12:19 +0000 Subject: [PATCH] Accepting request 98921 from GNOME:Apps Pushing G:A OBS-URL: https://build.opensuse.org/request/show/98921 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gnucash?expand=0&rev=40 --- gnucash.changes | 6 ++++++ gnucash.spec | 15 +++++++-------- 2 files changed, 13 insertions(+), 8 deletions(-) diff --git a/gnucash.changes b/gnucash.changes index 40f9d31..09a155f 100644 --- a/gnucash.changes +++ b/gnucash.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Fri Dec 2 06:25:28 UTC 2011 - coolo@suse.com + +- Add automake and libtool BuildRequires to avoid implicit + dependencies from prjconf. + ------------------------------------------------------------------- Mon Sep 26 18:50:26 UTC 2011 - andrea.turrini@gmail.com diff --git a/gnucash.spec b/gnucash.spec index 77bd6de..507f937 100644 --- a/gnucash.spec +++ b/gnucash.spec @@ -1,7 +1,7 @@ # # spec file for package gnucash # -# 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 @@ -15,15 +15,13 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # - - Name: gnucash Version: 2.4.7 -Release: 1 -License: GPL-2.0+ +Release: 0 Summary: Personal Finance Manager -Url: http://www.gnucash.org/ +License: GPL-2.0+ Group: Productivity/Office/Finance +Url: http://www.gnucash.org/ Source: %{name}-%{version}.tar.bz2 Source1: %{name}-rpmlintrc # PATCH-MISSING-TAG -- See http://wiki.opensuse.org/Packaging/Patches @@ -32,18 +30,20 @@ Patch: gnucash-desktop.patch Patch3: gnucash-cpan-warning.patch # PATCH-FIX-UPSTREAM gnucash-guile-2.0.patch bgo#655901 pgajdos@novell.com -- Fix build with guile 2.0 Patch4: gnucash-guile-2.0.patch +BuildRequires: automake BuildRequires: doxygen BuildRequires: fdupes BuildRequires: guile-devel BuildRequires: intltool BuildRequires: libdbi-devel BuildRequires: libofx-devel +BuildRequires: libtool BuildRequires: slib BuildRequires: update-desktop-files BuildRequires: pkgconfig(aqbanking) BuildRequires: pkgconfig(gconf-2.0) -BuildRequires: pkgconfig(gnome-keyring-1) BuildRequires: pkgconfig(gdk-pixbuf-2.0) +BuildRequires: pkgconfig(gnome-keyring-1) BuildRequires: pkgconfig(gtk+-2.0) BuildRequires: pkgconfig(gwengui-gtk2) BuildRequires: pkgconfig(gwenhywfar) @@ -78,7 +78,6 @@ use, but is backed with double-entry accounting principles to ensure balanced books. %package devel -License: GPL-2.0+ Summary: Personal Finance Manager Group: Development/Libraries/C and C++ Requires: %{name} = %{version}