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
This commit is contained in:
parent
d36ed0c832
commit
69f2dc3d54
@ -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
|
Mon Sep 26 18:50:26 UTC 2011 - andrea.turrini@gmail.com
|
||||||
|
|
||||||
|
15
gnucash.spec
15
gnucash.spec
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package gnucash
|
# 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
|
# 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
|
||||||
@ -15,15 +15,13 @@
|
|||||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
Name: gnucash
|
Name: gnucash
|
||||||
Version: 2.4.7
|
Version: 2.4.7
|
||||||
Release: 1
|
Release: 0
|
||||||
License: GPL-2.0+
|
|
||||||
Summary: Personal Finance Manager
|
Summary: Personal Finance Manager
|
||||||
Url: http://www.gnucash.org/
|
License: GPL-2.0+
|
||||||
Group: Productivity/Office/Finance
|
Group: Productivity/Office/Finance
|
||||||
|
Url: http://www.gnucash.org/
|
||||||
Source: %{name}-%{version}.tar.bz2
|
Source: %{name}-%{version}.tar.bz2
|
||||||
Source1: %{name}-rpmlintrc
|
Source1: %{name}-rpmlintrc
|
||||||
# PATCH-MISSING-TAG -- See http://wiki.opensuse.org/Packaging/Patches
|
# PATCH-MISSING-TAG -- See http://wiki.opensuse.org/Packaging/Patches
|
||||||
@ -32,18 +30,20 @@ Patch: gnucash-desktop.patch
|
|||||||
Patch3: gnucash-cpan-warning.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
|
# 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
|
Patch4: gnucash-guile-2.0.patch
|
||||||
|
BuildRequires: automake
|
||||||
BuildRequires: doxygen
|
BuildRequires: doxygen
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: guile-devel
|
BuildRequires: guile-devel
|
||||||
BuildRequires: intltool
|
BuildRequires: intltool
|
||||||
BuildRequires: libdbi-devel
|
BuildRequires: libdbi-devel
|
||||||
BuildRequires: libofx-devel
|
BuildRequires: libofx-devel
|
||||||
|
BuildRequires: libtool
|
||||||
BuildRequires: slib
|
BuildRequires: slib
|
||||||
BuildRequires: update-desktop-files
|
BuildRequires: update-desktop-files
|
||||||
BuildRequires: pkgconfig(aqbanking)
|
BuildRequires: pkgconfig(aqbanking)
|
||||||
BuildRequires: pkgconfig(gconf-2.0)
|
BuildRequires: pkgconfig(gconf-2.0)
|
||||||
BuildRequires: pkgconfig(gnome-keyring-1)
|
|
||||||
BuildRequires: pkgconfig(gdk-pixbuf-2.0)
|
BuildRequires: pkgconfig(gdk-pixbuf-2.0)
|
||||||
|
BuildRequires: pkgconfig(gnome-keyring-1)
|
||||||
BuildRequires: pkgconfig(gtk+-2.0)
|
BuildRequires: pkgconfig(gtk+-2.0)
|
||||||
BuildRequires: pkgconfig(gwengui-gtk2)
|
BuildRequires: pkgconfig(gwengui-gtk2)
|
||||||
BuildRequires: pkgconfig(gwenhywfar)
|
BuildRequires: pkgconfig(gwenhywfar)
|
||||||
@ -78,7 +78,6 @@ use, but is backed with double-entry accounting principles to
|
|||||||
ensure balanced books.
|
ensure balanced books.
|
||||||
|
|
||||||
%package devel
|
%package devel
|
||||||
License: GPL-2.0+
|
|
||||||
Summary: Personal Finance Manager
|
Summary: Personal Finance Manager
|
||||||
Group: Development/Libraries/C and C++
|
Group: Development/Libraries/C and C++
|
||||||
Requires: %{name} = %{version}
|
Requires: %{name} = %{version}
|
||||||
|
Loading…
Reference in New Issue
Block a user