homebank/homebank.spec
Christophe Marin b14a5ef5f1 Accepting request 1057138 from home:Kieltux:branches:Office
- update to 5.6.1:
  * bugfix: lp#2001566 vehicule cost report label vehicle while
    properties label Category
  * bugfix: lp#2000834 when fiscal year is not 01 jan
    last/this/next year is 1 year ahead
  * bugfix: lp#2000809 user feedback when create template or
    assignment
  * bugfix: lp#2000760 typo in french translation
  * bugfix: lp#2000629 move buttons in Manage Assignments window
    do not update at ends
  * bugfix: lp#2000294 statistics Time 'Balance mode' ignores
    filters
  * bugfix: lp#2000292 week 51/52 display incorrectly in
    Statistics Report
  * bugfix: lp#2000269 quick filter transactions uncleared shows
    reconciled transactions
  * bugfix: lp#2000266 duplicated 'This fortnight' label in
    date range
  * bugfix: lp#1999963 category list with an & show other name
  * bugfix: lp#1999879 new assignment by amount do not save
    the amount
  * bugfix: lp#1999322 When I hide a payee, changes are not saved
  * bugfix: lp#1999297 win: crash in scheduled transaction
  * bugfix: lp#1999265 future/remind list column width
    to 0 (hidden)
  * bugfix: lp#1999250 program crashes exporting Payees to csv
  * bugfix: lp#1999243 moving assignment rule is not subject to
    saving and moving to position>99 fails
  * bugfix: lp#1999188 show detail preference is ignored + column
    width to 0
  * bugfix: lp#1999186 void transactions show regardless of
    preferences setting
  * bugfix: lp#1998987 translation is missing for days and
    transaction status
  * bugfix: lp#1998912 translation is missing for the new
    date selector

OBS-URL: https://build.opensuse.org/request/show/1057138
OBS-URL: https://build.opensuse.org/package/show/Office/homebank?expand=0&rev=19
2023-01-10 08:45:02 +00:00

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.6.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.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