homebank/homebank.spec
Dominique Leuenberger e05353eb8d Accepting request 282114 from GNOME:Apps
- Update to version 4.6.3:
  + New: enhanced categories completion (complete is done with
    partial match on both categories and subcategories).
  + Change: win32: upgraded to libofx 0.9.9.
  + Bugfixes:
    - lp#1351098 win32: OFX import freeze HomeBank.
    - lp#1349160 layout are not persisted well on maximized
      windows.

OBS-URL: https://build.opensuse.org/request/show/282114
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/homebank?expand=0&rev=9
2015-01-20 20:54:52 +00:00

83 lines
2.4 KiB
RPMSpec

#
# spec file for package homebank
#
# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# 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 http://bugs.opensuse.org/
#
Name: homebank
Version: 4.6.3
Release: 0
Summary: Application to manage personal accounts
License: GPL-2.0+
Group: Productivity/Office/Finance
Url: http://homebank.free.fr/
Source: http://homebank.free.fr/public/%{name}-%{version}.tar.gz
BuildRequires: gettext-devel
BuildRequires: glib2-devel >= 2.24
BuildRequires: gtk2-devel >= 2.20
BuildRequires: intltool
BuildRequires: libofx-devel
# We need the %%mime_database_* macros
BuildRequires: shared-mime-info
BuildRequires: update-desktop-files
Recommends: %{name}-lang
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%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 %{?_smp_mflags}
%install
%make_install
%suse_update_desktop_file -G "Personal Accounting" %{name}
%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
%post
%desktop_database_post
%icon_theme_cache_post
%mime_database_post
%postun
%desktop_database_postun
%icon_theme_cache_postun
%mime_database_postun
%files
%defattr(-,root,root,-)
%doc AUTHORS ChangeLog COPYING NEWS README
%{_bindir}/%{name}
%{_datadir}/applications/%{name}.desktop
%{_datadir}/%{name}/
%{_datadir}/icons/hicolor/*/apps/%{name}.*
%{_datadir}/mime/packages/%{name}.xml
%files lang -f %{name}.lang
%changelog