Accepting request 43864 from GNOME:Apps
Copy from GNOME:Apps/gnucash based on submit request 43864 from user dimstar OBS-URL: https://build.opensuse.org/request/show/43864 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gnucash?expand=0&rev=26
This commit is contained in:
parent
6665abf9e5
commit
b1cf15321f
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Jul 21 16:15:26 UTC 2010 - coolo@novell.com
|
||||
|
||||
- fix name of perl module, perl-DateManip is gone since 2008
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Oct 1 22:55:00 CEST 2009 - vuntz@opensuse.org
|
||||
|
||||
|
10
gnucash.spec
10
gnucash.spec
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package gnucash (Version 2.2.9)
|
||||
#
|
||||
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2010 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
|
||||
@ -20,10 +20,10 @@
|
||||
|
||||
Name: gnucash
|
||||
Version: 2.2.9
|
||||
Release: 2
|
||||
Release: 3
|
||||
Url: http://www.gnucash.org/
|
||||
Group: Productivity/Office/Finance
|
||||
License: GPL v2 or later
|
||||
License: GPLv2+
|
||||
Summary: Personal Finance Manager
|
||||
Source: %{name}-%{version}.tar.bz2
|
||||
Source1: %{name}-rpmlintrc
|
||||
@ -33,7 +33,7 @@ Patch1: gnucash-latest-goffice.patch
|
||||
Patch3: gnucash-cpan-warning.patch
|
||||
Requires: guile slib
|
||||
# Required to make quotes working. Gnucash can run without quotes support:
|
||||
Requires: perl-Crypt-SSLeay perl-DateManip perl-Finance-Quote perl-HTML-Parser perl-HTML-TableExtract perl-libwww-perl
|
||||
Requires: perl-Crypt-SSLeay perl-Date-Manip perl-Finance-Quote perl-HTML-Parser perl-HTML-TableExtract perl-libwww-perl
|
||||
BuildRequires: doxygen fdupes gconf2-devel glib2-devel goffice-devel graphviz gtk2-devel gtkhtml2-devel guile-devel intltool ktoblzcheck-devel libglade2-devel libgnomeprintui-devel libgnomeui-devel libofx-devel libxml2-devel popt-devel slib swig update-desktop-files
|
||||
# Optional features:
|
||||
BuildRequires: aqbanking-devel libchipcard4-devel libofx-devel postgresql-devel
|
||||
@ -55,7 +55,7 @@ use, but is backed with double-entry accounting principles to
|
||||
ensurebalanced books.
|
||||
|
||||
%package devel
|
||||
License: GPL v2 or later
|
||||
License: GPLv2+
|
||||
Group: Development/Libraries/C and C++
|
||||
Summary: Personal Finance Manager
|
||||
Requires: %{name} = %{version} aqbanking-devel gconf2-devel goffice-devel libgsf-devel gtk2-devel gtkhtml2-devel gwenhywfar-devel ktoblzcheck-devel libglade2-devel libgnomeui-devel libgnomeprint-devel libgnomeprintui-devel libofx-devel libtool popt-devel
|
||||
|
Loading…
Reference in New Issue
Block a user