SHA256
1
0
forked from pool/homebank
homebank/homebank.spec
Dominique Leuenberger 2852febf2c Accepting request 839599 from GNOME:Apps
- Update to version 5.4.3:
  * change: remove deprecated GtkAction/GtkUIManager for
    rep_balance
  * change: harmonization of dialog dimension with aspect
    ratio
  * change: split list column now follow same width rule
    than other list
  * change: updated the file statistics: added tags, currencies,
    template, scheduled
  * change: updated the welcome dialog: added icon, relayout, show
    next time checkbox
  * change: reworked and improved the new file assistant
  * change: prefixed template created from the register
  * wish  : #1861759 search "Manage Accounts"
  * wish  : #1861432 merge tags
  * wish  : #1860905 sort by amount in budget report
  * wish  : #1851733 Reports/Vehicle Cost Report filtered dropdown
  * wish  : #1851729 multi line scheduled post
  * wish  : #1851718 popup menu on transaction list
  * wish  : #1847907 add reconcile data when export as CSV
  * wish  : #1829597 view split transaction detail from the register
    (expand or other)
  * wish  : #1810621 mass prefill assignment from the register
  * bugfix: double click on scheduled list total line was faulty
    reactive
  * wish  : #1886299 export to csv/clipboard 1st column title
    naming
  * wish  : #1886181 default preference or remind for import
    similar date gap
  * wish  : #1880386 revert ease to combine expense/income in
    splits dialog
  * wish  : #1882081 add a gtk font size override Edit
  * wish  : #1871383 increase exchange rate size
  * wish  : #1869112 "Export CSV" feature for the "Show all..."
    transactions view
  * wish  : #1837550 export transaction from account as CSV with
    every split line 
  * bugfix: delete tag was partially working
  * bugfix: your accounts list was not refreshed after new
    file or import
  * bugfix: #1870476 typo: Your
  * bugfix: #1870433 default backup path folder not initialized
    with wallet folder
  * bugfix: #1869727 typo: assigment
  * bugfix: #1868185 search not finding amounts with more than 3
    digits dollar amount
  * bugfix: #1867392 delete tooltip not translated in
    scheduled/template dialog
  * bugfix: #1865361 txn dialog template list switch sort order
    on each save
  * bugfix: #1865083 when moving a transaction a 'changed' icon
    isn't displayed against the 'from' account
  * bugfix: #1864176 'Restore backup' doesn't open default
    backup folder
  * bugfix: #1864089 missing icons for "Case sensitive" and
    "Regular expression in the assignment dialog
  * bugfix: #1863484 scheduled 'stop after' cannot be removed
  * bugfix: #1862769 manage schedule/template and quicksearch
    behavior
  * bugfix: #1862677 add and keep FROM register reset the date
  * bugfix: #1862540 win: currency symbol detection fail leads
    to crash
  * bugfix: #1862436 win: incorrect display of russian ruble
    currency symbol
  * bugfix: #1858675 import/export budget mixup if subcategory
    has same name (forwarded request 838785 from polslinux)

OBS-URL: https://build.opensuse.org/request/show/839599
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/homebank?expand=0&rev=26
2020-10-07 12:16:55 +00:00

97 lines
2.7 KiB
RPMSpec

#
# spec file for package homebank
#
# Copyright (c) 2020 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.4.3
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
# We need the %%mime_database_* macros
%if 0%{?suse_version} < 1330
BuildRequires: shared-mime-info
%endif
%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
%if 0%{?suse_version} < 1330
%post
%desktop_database_post
%icon_theme_cache_post
%mime_database_post
%postun
%desktop_database_postun
%icon_theme_cache_postun
%mime_database_postun
%endif
%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
# own dir on older version of openSUSE
%if 0%{?suse_version} < 1320
%dir %{_datadir}/appdata/
%endif
%{_datadir}/appdata/%{name}.appdata.xml
%files lang -f %{name}.lang
%changelog