File kmymoney2.spec of Package kmymoney
Summary: A Personal Finance Manager
Name: kmymoney2
Version: 0.9.1
Release: 0
License: GPL
Packager: Marko Käning <mk-novell@techno.ms>
Group: Productivity/Office/Finance
Buildroot: %{_tmppath}/%{name}-%{version}-build
Source: %{name}-%{version}.tar.gz
Provides: kmymoney2
URL: http://kmymoney2.sourceforge.net/
BuildRequires: kdelibs3-devel
BuildRequires: kdebase3-devel
BuildRequires: qt3-devel
BuildRequires: qt3-devel-tools
BuildRequires: kdelibs3
BuildRequires: kdebase3
%description
KMyMoney is a personal finance manager.
THIS IS AN UNOFFICIAL BUILD, with charts and libofx!
It is based on CVS-Head.
%prep
%setup -q
%build
configure --prefix=$RPM_BUILD_ROOT
make
%install
make install
%post
%postun
%clean
rm -rf %buildroot