homebank/homebank.spec
Carsten Ziepke ddad573dd1 Accepting request 1040808 from home:dirkmueller:Factory
- update to 5.6:
 * new   : add a Manage > Wallet menu entry
 * new   : add suggested/destructive style to relevant dialog buttons
 * new   : add search input into manage category dialog
 * new   : all search input CTRL+F to activate, ESC to empty+quit
 * new   : filter on individual type: expense, income, transfer
 * new   : filter on individual status: cleared, reconciled
 * new   : filter dialog has a visual indicator on page with active filter
 * new   : added an info icon with detailed info as tooltip in import, account pages
 * new   : added a warning icon when xfer with different currency prefill target amount fail
 * change: dropped usage of remaining comboboxentry in profit of a popoverentry
 * change: account rename dialog relayout
 * change: payee edit dialog relayout
 * change: category edit dialog relayout
 * change: manage payee/category hid usage column by default, toggle button to show
 * change: filter dialog relayout
 * change: layout harmonisation of all manage dialog
 * change: spacing check and harmonisation of all windows
  * change: removed icons for secondary windows/dialogs
 * wish  : #1996223 statistics time report stack chart to show rate in tooltip
 * wish  : #1993088 register closed account popmenu should be disabled
 * wish  : #1989211 stats report preference to include/exlcude xfer by default
 * wish  : #1986501 columns visibility settings for scheduled mainwindow list
 * wish  : #1983995 Ability to "Copy raw amount" from a transaction in the account's transactions list
 * wish  : #1982036 improve columns order/width for target xfer transaction list
 * wish  : #1980562 setting to unlock by default the reconciled changes
 * wish  : #1977686 autocompletion for split memo field
 * wish  : #1974450 modify assignment order by specifying its index
 * wish  : #1973029 add tag import/export function
 * wish  : #1958039 Add ability to sort by search text in Assignments Dialog

OBS-URL: https://build.opensuse.org/request/show/1040808
OBS-URL: https://build.opensuse.org/package/show/Office/homebank?expand=0&rev=18
2022-12-06 21:31:38 +00:00

77 lines
2.3 KiB
RPMSpec

#
# spec file for package homebank
#
# Copyright (c) 2022 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.6
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.39
BuildRequires: pkgconfig(gtk+-3.0) >= 3.16
BuildRequires: pkgconfig(libsoup-2.4) >= 2.26
%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