f1788cb3ef
- Update to 5.7.4: * change: migrating to GTK4 preparation (GtkScrolledWindow) * change: statistic report default type is now Total * wish : #2037200 add a used feature for tags like for payee/categories * wish : #2044850 revert 5.7.2 print single account (statement) fit to the page width * wish : #2051419 management dialogs to shows hidden items by default * bugfix: template deletion was possible despite used into an account * bugfix: dateentry was faultly trigger double parse/eval/update sequence * bugfix: filter for report was faultly show always show items * bugfix: update currency was not counting change to enable save * bugfix: input a mindate > maxdate from the filter was possible with no warning * bugfix: lp#2051440 export CSV not including memo field from split transactions * bugfix: lp#2051349 add an existing category/payee/tag from manage dialog do not warn user * bugfix: lp#2051307 export CSV not including remind status * bugfix: lp#2050848 skip multiple Scheduled do not refresh as expected * bugfix: lp#2048236 transfer are not included in forecast, balance mode * bugfix: lp#2047647 cross-currency transfer do not propose target transaction * bugfix: lp#2046157 info icon for transfers is not displayed * bugfix: lp#2046032 date filter shows wrong date * bugfix: lp#2043523 exclude zero-sum categories from Top Spending OBS-URL: https://build.opensuse.org/request/show/1145254 OBS-URL: https://build.opensuse.org/package/show/Office/homebank?expand=0&rev=29
77 lines
2.3 KiB
RPMSpec
77 lines
2.3 KiB
RPMSpec
#
|
|
# spec file for package homebank
|
|
#
|
|
# Copyright (c) 2024 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.4
|
|
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
|