81fd3d5ea4
- Update to version 3.3: + Set toolbar buttons to show both icon and text. + Add preference for forcing prices to decimal display. + Revert the "Average Cost" pricing changes made in 2.6.17. + Allow saving to xml over an existing sqlite3 file and the other way around. + Add customer/vendor ID in client section of invoices. + Change the default filter for General Ledger. + Fix grk accelerator mixups by explicitly disabling actions that are not relevant. + [job-report] Prevent Crash if there is no AR account. + Add the ability to cascade the account colors in account tree. + Speed up loading the preference dialog by blocking register updates until the dialog is fully loaded. + Update change_tax_code.py add basic test for python query. + Simplify GNCQueryView's data model. + Open customer/vendor/employee report when double-clicking the respective owner on the customer/vendor/employee overview page. + Update Overview of README. + Many new tests for reports. + Some substantial speedups when loading large amounts of business transactions from a SQL backend. + Clean up a lot of memory leaks. + Remove all use of Timespec in the program. Provide deprecated wrapper functions supporting timespecs for custom reports; users should update the reports as soon as possible. + Bugs fixed: bgco#771667, bgco#784420, bgco#786708, bgco#787439, bgco#789594, bgco#792446, bgco#794755, bgco#794870, bgco#796756, bgco#795821, bgco#796054, bgco#796137, bgco#796248, bgco#796759, bcgo#796474, bgco#796509, bgco#796579, bgco#795248, bgco#796762, bgco#796474, bgco#796509, bgco#796579, bgco#796665, bgco#796766, bgco#796669, bgco#796724, bgco#796725, bgco#796734, bgco#796777, bgco#796737, bgco#796739, bgco#796751, bgco#796755, bgco#796788, bgco#796792, bgco#796812, bgco#796813, bgco#796814, bgco#796816, bgco#796819, bgco#796820, bgco#796833, bgco#796839, bgco#796858. + Updated translations. OBS-URL: https://build.opensuse.org/request/show/642209 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gnucash?expand=0&rev=76
176 lines
5.5 KiB
RPMSpec
176 lines
5.5 KiB
RPMSpec
#
|
|
# spec file for package gnucash
|
|
#
|
|
# Copyright (c) 2018 SUSE LINUX 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 https://bugs.opensuse.org/
|
|
#
|
|
|
|
|
|
%define __builder ninja
|
|
Name: gnucash
|
|
Version: 3.3
|
|
Release: 0
|
|
Summary: Personal Finance Manager
|
|
License: SUSE-GPL-2.0-with-openssl-exception OR SUSE-GPL-3.0-with-openssl-exception
|
|
Group: Productivity/Office/Finance
|
|
URL: http://www.gnucash.org/
|
|
Source: https://github.com/Gnucash/gnucash/releases/download/%{version}/%{name}-%{version}.tar.bz2
|
|
Source1: %{name}-rpmlintrc
|
|
## Cpan-warning patch must always be applied.
|
|
# PATCH-FIX-UPSTREAM gnucash-cpan-warning.patch -- Add a warning about the danger of using gnc-fq-update to update the perl modules used by GnuCash.
|
|
Patch0: gnucash-cpan-warning.patch
|
|
BuildRequires: cmake >= 3.0
|
|
BuildRequires: doxygen
|
|
BuildRequires: fdupes
|
|
BuildRequires: gcc-c++
|
|
BuildRequires: gmock >= 1.8.0
|
|
BuildRequires: gtest >= 1.8.0
|
|
BuildRequires: guile-devel >= 2.0.0
|
|
BuildRequires: libboost_date_time-devel >= 1.54.0
|
|
BuildRequires: libboost_filesystem-devel >= 1.54.0
|
|
BuildRequires: libboost_headers-devel >= 1.54.0
|
|
BuildRequires: libboost_locale-devel >= 1.54.0
|
|
BuildRequires: libboost_regex-devel >= 1.54.0
|
|
BuildRequires: libboost_system-devel >= 1.54.0
|
|
BuildRequires: libdbi-drivers-dbd-sqlite3
|
|
BuildRequires: makeinfo
|
|
BuildRequires: ninja
|
|
BuildRequires: pkgconfig
|
|
BuildRequires: python3-devel
|
|
BuildRequires: xsltproc
|
|
BuildRequires: pkgconfig(aqbanking) >= 4.0.0
|
|
BuildRequires: pkgconfig(dbi) >= 0.8.3
|
|
BuildRequires: pkgconfig(gdk-pixbuf-2.0)
|
|
BuildRequires: pkgconfig(gio-2.0)
|
|
BuildRequires: pkgconfig(glib-2.0) >= 2.40
|
|
BuildRequires: pkgconfig(gmodule-2.0) >= 2.40
|
|
BuildRequires: pkgconfig(gnome-keyring-1) >= 0.6
|
|
BuildRequires: pkgconfig(gobject-2.0) >= 2.40
|
|
BuildRequires: pkgconfig(gthread-2.0) >= 2.40
|
|
BuildRequires: pkgconfig(gtk+-3.0) >= 3.10.0
|
|
%if 0%{?suse_version} > 1500
|
|
BuildRequires: pkgconfig(gwengui-gtk3)
|
|
%endif
|
|
BuildRequires: pkgconfig(gwenhywfar) >= 3.99.20
|
|
BuildRequires: pkgconfig(icu-i18n)
|
|
BuildRequires: pkgconfig(icu-uc)
|
|
BuildRequires: pkgconfig(ktoblzcheck)
|
|
BuildRequires: pkgconfig(libglade-2.0)
|
|
BuildRequires: pkgconfig(libofx) >= 0.9.0
|
|
BuildRequires: pkgconfig(libsecret-1) >= 0.18
|
|
BuildRequires: pkgconfig(libxml-2.0) >= 2.7.0
|
|
BuildRequires: pkgconfig(libxslt)
|
|
BuildRequires: pkgconfig(webkit2gtk-4.0)
|
|
Recommends: %{name}-docs
|
|
Recommends: %{name}-lang
|
|
# For translation of currency names
|
|
Recommends: iso-codes
|
|
Recommends: python3-gnucash = %{version}
|
|
# Optional perl modules for online price retrieval
|
|
Recommends: perl(Date::Manip)
|
|
Recommends: perl(Finance::Quote)
|
|
|
|
%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.
|
|
|
|
Feature Highlights:
|
|
|
|
* Double-Entry Accounting;
|
|
* Stock/Bond/Mutual Fund Accounts;
|
|
* Small-Business Accounting;
|
|
* Reports, Graphs;
|
|
* QIF/OFX/HBCI Import, Transaction Matching;
|
|
* Scheduled Transactions;
|
|
* Financial Calculations.
|
|
|
|
%package -n python3-gnucash
|
|
Summary: Python bindings for GnuCash
|
|
Group: Development/Libraries/Python
|
|
Requires: %{name} = %{version}
|
|
|
|
%description -n python3-gnucash
|
|
This package provides the Python 3 bindings for development of GnuCash,
|
|
a personal finance manager.
|
|
|
|
%package devel
|
|
Summary: Development files for GnuCash
|
|
Group: Development/Libraries/C and C++
|
|
Requires: %{name} = %{version}
|
|
|
|
%description devel
|
|
This package provides all the necessary files for development of GnuCash,
|
|
a personal finance manager.
|
|
|
|
%lang_package
|
|
|
|
%prep
|
|
%autosetup -p1
|
|
|
|
%build
|
|
%cmake \
|
|
-DCMAKE_SKIP_RPATH=OFF \
|
|
-DCMAKE_BUILD_WITH_INSTALL_RPATH=ON \
|
|
-DCMAKE_INSTALL_DOCDIR=%{_docdir}/%{name} \
|
|
-DGMOCK_ROOT=%{_includedir}/gmock \
|
|
-DGTEST_ROOT=%{_includedir}/gtest \
|
|
-DWITH_PYTHON=ON \
|
|
-DCOMPILE_GSCHEMAS=OFF
|
|
%make_jobs
|
|
|
|
%install
|
|
%cmake_install
|
|
%find_lang %{name} %{?no_lang_C}
|
|
%fdupes %{buildroot}%{_libdir}
|
|
%fdupes %{buildroot}%{_datadir}
|
|
# Remove MS-Windows-related files and auto-installed LICENSE file
|
|
rm %{buildroot}%{_docdir}/%{name}/README*win32-bin.txt
|
|
rm %{buildroot}%{_docdir}/%{name}/LICENSE
|
|
|
|
%post -p /sbin/ldconfig
|
|
%postun -p /sbin/ldconfig
|
|
|
|
%files
|
|
%license LICENSE
|
|
%{_bindir}/gnc-fq-*
|
|
%{_bindir}/gnucash
|
|
%{_bindir}/gnucash-valgrind
|
|
%dir %{_datadir}/appdata
|
|
%{_datadir}/appdata/gnucash.appdata.xml
|
|
%{_datadir}/applications/*.desktop
|
|
%{_datadir}/glib-2.0/schemas/org.gnucash.*.xml
|
|
%{_datadir}/gnucash/
|
|
%{_datadir}/icons/hicolor/*/apps/gnucash-icon.png
|
|
%{_datadir}/icons/hicolor/scalable/apps/gnucash-icon.svg
|
|
%doc %{_docdir}/%{name}
|
|
%{_libdir}/*.so
|
|
%{_libdir}/gnucash
|
|
%{_mandir}/man?/*%{?ext_man}
|
|
%dir %{_sysconfdir}/gnucash
|
|
%config %{_sysconfdir}/gnucash/environment
|
|
%exclude %{_datadir}/gnucash/python
|
|
|
|
%files -n python3-gnucash
|
|
%{_datadir}/gnucash/python
|
|
%dir %{python3_sitearch}/gnucash
|
|
%{python3_sitearch}/gnucash
|
|
|
|
%files devel
|
|
%doc ChangeLog README
|
|
%{_includedir}/gnucash/
|
|
|
|
%files lang -f %{name}.lang
|
|
|
|
%changelog
|