Updated to 1.3.3

This commit is contained in:
Victor Ryzhikh 2018-01-21 11:13:01 +03:00
parent 0f8219d64d
commit 7bb5cb5c02

View file

@ -2,20 +2,18 @@
Summary: Easy-to-use personal finance software
Name: moneymanagerex
Version: 1.3.0
Version: 1.3.3
Release: 1
License: GPLv2+
Group: Office
Url: http://www.moneymanagerex.org
# Re-pack from https://github.com/moneymanagerex/moneymanagerex
# git clone https://github.com/moneymanagerex/moneymanagerex.git
# git checkout v%{version}
# git submodule update --init --recursive
# mv moneymanagerex moneymanagerex-%{version}
# tar -jcvf moneymanagerex-%{version}.tar.bz2 moneymanagerex-%{version}
Source0: %{name}-%{version}.tar.bz2
Source0: %{name}-%{version}.tar.gz
Source1: %{name}_3rd.tar.gz
Source2: %{name}_cppunit.tar.gz
Source3: %{name}_wxsqlite3.tar.gz
Patch0: moneymanagerex-1.1.0-flags.patch
BuildRequires: wxgtku3.0-devel
%description
Money Manager Ex is a free, open-source, cross-platform, easy-to-use personal
finance software. It primarily helps organize one's finances and keeps track
@ -41,10 +39,18 @@ simplicity and user-friendliness - something one can use everyday.
%setup -q
%patch0 -p1
pushd 3rd
tar -xvzf %{SOURCE1}
popd
pushd lib
tar -xvzf %{SOURCE2}
tar -xvzf %{SOURCE3}
popd
%build
%configure2_5x
%make
%install
%makeinstall_std