Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37870723
en ru br
ALT Linux repos
S:5.7-alt1
5.0: 4.0.2-alt1
4.1: 3.5-alt1.qa1

Group :: Graphical desktop/GNOME
RPM: homebank

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

%define _unpackaged_files_terminate_build 1

Name: homebank
Version: 3.5
Release: alt1.qa1

# Note: _unstable postfix sometimes appears in some versions of the tarball.

%define _version %{version}
#_unstable

Summary: Free easy personal accounting for all!
License: GPL
Group: Graphical desktop/GNOME
Url: http://%name.free.fr/index.php

Source: http://%name.free.fr/public/%name-%_version.tar.gz

PreReq: GConf2
Requires(post,postun): shared-mime-info desktop-file-utils

# From configure.ac

BuildPreReq: glib2-devel >= 2.12
BuildPreReq: libgtk+2-devel >= 2.10

BuildPreReq: perl-XML-Parser shared-mime-info desktop-file-utils

%description
HomeBank is the free software you have always wanted to manage your personal
accounts at home. The main concept is to be light, simple and very easy to use.
It brings you many features that allow you to analyze your finances in a
detailed way instantly and dynamically with powerful report tools based on
filtering and graphical charts.

Furthermore HomeBank benefits now for more than 10 years of users experience
and feedback as its development started in 1995 on Amiga computers. It is now
available on Amiga, GNU/Linux, and will probably be soon available for
Microsoft Windows and MacOS X systems, as GTK+ exists on it.

%prep
%setup -q -n %name-%_version

%build
%configure \
   --enable-ofx \
   --disable-scrollkeeper --disable-schemas-install \
   --disable-desktop-update --disable-mime-update

%make_build

%install
%make_install DESTDIR=%buildroot install

%find_lang --with-gnome %name

%post
#gconf2_install %name %name-applet
%update_mimedb
%update_desktopdb
%update_menus

%preun
#if [ $1 = 0 ]; then
#gconf2_uninstall %name %name-applet
#fi

%postun
%clean_mimedb
%clean_desktopdb
%clean_menus

%files -f %name.lang
%_bindir/%name
%_desktopdir/%name.desktop
%dir %_datadir/%name
%dir %_datadir/%name/images
%_datadir/%name/images/*
%dir %_datadir/%name/help
%_datadir/%name/help/*
%_datadir/mime-info/%name.keys
%_datadir/mime-info/%name.mime
%_datadir/mime/packages/%name.xml
%_iconsdir/hicolor/*/apps/%name.*
%_datadir/pixmaps/%name.*

%exclude %_datadir/application-registry/%name.applications

%changelog

Full changelog you can see here

 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin