# # spec file for package gnucash # # 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 # upon. The license for this file, and modifications and additions to the # file, is the same license as for the pristine package itself (unless the # license for the pristine package is not an Open Source License, in which # case the license is the MIT License). An "Open Source License" is a # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. # Please submit bugfixes or comments via http://bugs.opensuse.org/ # Name: gnucash Version: 2.4.8 Release: 0 Summary: Personal Finance Manager License: GPL-2.0+ Group: Productivity/Office/Finance Url: http://www.gnucash.org/ Source: http://downloads.sourceforge.net/project/gnucash/gnucash%20%28stable%29/2.4.8/%{name}-%{version}.tar.bz2 Source1: %{name}-rpmlintrc # PATCH-MISSING-TAG -- See http://wiki.opensuse.org/Packaging/Patches Patch: gnucash-desktop.patch # PATCH-MISSING-TAG -- See http://wiki.opensuse.org/Packaging/Patches 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 # PATCH-FIX-UPSTREAM gnucash-glib-2.31.patch bgo#667417 vuntz@opensuse.org -- Fix build with glib 2.31 (single include) Patch5: gnucash-glib-2.31.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(gdk-pixbuf-2.0) BuildRequires: pkgconfig(gnome-keyring-1) BuildRequires: pkgconfig(gtk+-2.0) BuildRequires: pkgconfig(gwengui-gtk2) BuildRequires: pkgconfig(gwenhywfar) BuildRequires: pkgconfig(libglade-2.0) BuildRequires: pkgconfig(libgnomeui-2.0) BuildRequires: pkgconfig(libgoffice-0.8) BuildRequires: pkgconfig(libxml-2.0) BuildRequires: pkgconfig(webkit-1.0) #BuildRequires: callgrind # tested but unused BuildRequires: readline-devel qt3-devel termcap PreReq: %install_info_prereq Requires: guile # Required to make quotes working. Gnucash can run without quotes support: Requires: perl-Crypt-SSLeay Requires: perl-Date-Manip Requires: perl-Finance-Quote Requires: perl-HTML-Parser Requires: perl-HTML-TableExtract Requires: perl-libwww-perl Requires: slib Recommends: %{name}-lang Recommends: gnucash-docs BuildRoot: %{_tmppath}/%{name}-%{version}-build %gconf_schemas_prereq %description GnuCash is a personal finance manager. A check book-like register GUI allows you to enter and track bank accounts, stocks, income, and even currency trades. A full set of reports allows you to see the state of your finances. The interface is designed to be simple and easy to use, but is backed with double-entry accounting principles to ensure balanced books. %package devel Summary: Personal Finance Manager Group: Development/Libraries/C and C++ Requires: %{name} = %{version} Requires: gconf2-devel Requires: gtk2-devel Requires: guile-devel Requires: libglade2-devel Requires: libgnomeui-devel %description devel GnuCash is a personal finance manager. A check-book like register GUI allows you to enter and track bank accounts, stocks, income and even currency trades. A full set of reports allow you to see the state of your finances. The interface is designed to be simple and easy to use, but is backed with double-entry accounting principles to ensure balanced books. %lang_package %prep %setup -q %patch # This patch must be applied: %patch3 %patch4 -p1 %patch5 -p1 %build %configure\ --disable-schemas-install\ --libexecdir=%{_libexecdir}\ --enable-ofx\ --enable-aqbanking\ --enable-locale-specific-tax\ --enable-html-docs\ --with-html-engine=webkit\ --enable-dbi make %{?_smp_mflags} %install %makeinstall # This just installs gconf schemas. Not needed in a package. rm %{buildroot}%{_bindir}/update-gnucash-gconf %suse_update_desktop_file gnucash %find_lang gnucash %{?no_lang_C} %find_gconf_schemas cat %{name}.schemas_list %fdupes %{buildroot}%{_datadir} %clean rm -rf %{buildroot} %pre -f %{name}.schemas_pre %post /sbin/ldconfig %install_info --info-dir=%{_infodir} %{_infodir}/gnucash-design.info.gz %if 0%{?suse_version} > 1130 %desktop_database_post %icon_theme_cache_post %endif %posttrans -f %{name}.schemas_posttrans %preun -f %{name}.schemas_preun %postun /sbin/ldconfig %install_info_delete --info-dir=%{_infodir} %{_infodir}/gnucash-design.info.gz %if 0%{?suse_version} > 1130 %desktop_database_postun %icon_theme_cache_postun %endif %files -f %{name}.schemas_list %defattr (-, root, root) %{_bindir}/gnc-fq-* %{_bindir}/gnc-test-env %{_bindir}/gnucash %{_bindir}/gnucash-env %{_bindir}/gnucash-make-guids %{_bindir}/gnucash-valgrind %{_datadir}/applications/*.desktop %{_datadir}/gnucash %{_datadir}/icons/hicolor/*/apps/gnucash-icon.png %{_datadir}/icons/hicolor/scalable/apps/gnucash-icon.svg %{_libdir}/*.so.* # Required by slib for many libraries: %{_libdir}/*.so # NOTE: .la files are required by ltdl in the main package (skip-check-libtool-deps) %{_libdir}/*.la %{_libdir}/gnucash %doc %{_infodir}/gnucash-design.info* %doc %{_mandir}/man?/*.* %if "%{_libdir}" != "%{_libexecdir}" %{_libexecdir}/gnucash %endif %dir %{_sysconfdir}/gnucash %config %{_sysconfdir}/gnucash/config %config %{_sysconfdir}/gnucash/environment %files lang -f %{name}.lang %files devel %defattr (-, root, root) %{_includedir}/gnucash/ %changelog