a8297f2c9c
- Update to 5.7.1: * new : split dialog: add a confirm dialog before delete all split lines * new : dateentry only rely on token and date order detection, glib failover * change: split dialog: add info+tooltip icon next to the amount input * change: split dialog: amount input is named according transaction type * bugfix: dateentry d, dm, md was sometimes wrong * bugfix: dateentry 2 year digits fix with 40/60 windowing * bugfix: lp#2037597 top 10 Spending Category chart legend labels sometimes ellipsized * bugfix: lp#2037468 "All Transactions" CSV export no longer includes account * bugfix: lp#2037132 cannot create assignments from a transaction with empty memo * bugfix: lp#2036703 budget report shows wrong Spent and Budget totals * bugfix: lp#2036290 migrate libsoup-2.4 to libsoup-3.0 * bugfix: lp#2036270 no message when split limit is reached * bugfix: lp#2036228 forecast only limited to time span set in preferences * bugfix: lp#2036097 budget report date range from/to does not localized month name * bugfix: lp#2035401 Main panel size not retained; account info concealed on start * bugfix: lp#2035129 incorrect values in "tooltip" message for forcast view (subcategory) * bugfix: lp#2034764 statistics Report Total Row not reflecting displayed amounts * bugfix: lp#2034647 trend time Report Title does not match Interval * bugfix: lp#2034618 statistics report sometimes crashes with half year interval * wish : lp#2038601 "Schedule" and "Template" linked togglebuttons are not mutually exclusive (don't act like switchers) * wish : lp#2034625 statistics Reportsorting by expense or income when using the Time Mode - Changed BuildRequires from libsoup-2.4 to libsoup-3.0 OBS-URL: https://build.opensuse.org/request/show/1116511 OBS-URL: https://build.opensuse.org/package/show/Office/homebank?expand=0&rev=26
77 lines
2.3 KiB
RPMSpec
77 lines
2.3 KiB
RPMSpec
#
|
|
# spec file for package homebank
|
|
#
|
|
# Copyright (c) 2023 SUSE LLC
|
|
#
|
|
# 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/
|
|
#
|
|
|
|
|
|
Name: homebank
|
|
Version: 5.7.1
|
|
Release: 0
|
|
Summary: Application to manage personal accounts
|
|
License: GPL-2.0-or-later
|
|
Group: Productivity/Office/Finance
|
|
URL: http://homebank.free.fr/
|
|
Source: http://homebank.free.fr/public/%{name}-%{version}.tar.gz
|
|
BuildRequires: fdupes
|
|
BuildRequires: gettext-devel
|
|
BuildRequires: intltool
|
|
BuildRequires: libofx-devel
|
|
BuildRequires: pkgconfig
|
|
BuildRequires: update-desktop-files
|
|
BuildRequires: pkgconfig(glib-2.0) >= 2.62
|
|
BuildRequires: pkgconfig(gtk+-3.0) >= 3.24.8
|
|
BuildRequires: pkgconfig(libsoup-3.0) >= 3.0
|
|
|
|
%description
|
|
HomeBank is an application to manage personal accounts at home. The main
|
|
concept is to be light, simple and very easy to use. It brings many
|
|
features that allows to analyze finances in a detailed way instantly and
|
|
dynamically with powerful report tools based on filtering and graphical
|
|
charts.
|
|
|
|
%lang_package
|
|
|
|
%prep
|
|
%setup -q
|
|
|
|
%build
|
|
%configure
|
|
%make_build
|
|
|
|
%install
|
|
%make_install
|
|
%suse_update_desktop_file -G "Personal Accounting" %{name}
|
|
%fdupes %{buildroot}%{_datadir}
|
|
%find_lang %{name} %{?no_lang_C}
|
|
# Application Registry is obsolete since GNOME 2.8.
|
|
rm -r %{buildroot}%{_datadir}/application-registry
|
|
rm -r %{buildroot}%{_datadir}/mime-info
|
|
# Remove duplicate file
|
|
rm %{buildroot}%{_datadir}/%{name}/datas/ChangeLog
|
|
|
|
%files
|
|
%license COPYING
|
|
%doc AUTHORS ChangeLog NEWS README
|
|
%{_bindir}/%{name}
|
|
%{_datadir}/applications/%{name}.desktop
|
|
%{_datadir}/%{name}/
|
|
%{_datadir}/icons/hicolor/*/apps/%{name}.*
|
|
%{_datadir}/mime/packages/%{name}.xml
|
|
%{_datadir}/metainfo/%{name}.appdata.xml
|
|
|
|
%files lang -f %{name}.lang
|
|
|
|
%changelog
|