mirror of
https://abf.rosa.ru/djam/moneymanagerex.git
synced 2025-02-24 01:12:50 +00:00
Updated to 1.3.3
This commit is contained in:
parent
0f8219d64d
commit
7bb5cb5c02
1 changed files with 15 additions and 9 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue