|
|
|
@ -25,7 +25,8 @@
|
|
|
|
|
%define V_base 9.8 |
|
|
|
|
%define V_patch1 a |
|
|
|
|
%define V_patch2 b |
|
|
|
|
%define V_patchL %{V_patch2} |
|
|
|
|
%define V_patch3 c |
|
|
|
|
%define V_patchL %{V_patch3} |
|
|
|
|
|
|
|
|
|
# package information |
|
|
|
|
Name: vile |
|
|
|
@ -38,7 +39,7 @@ Class: PLUS
|
|
|
|
|
Group: Editor |
|
|
|
|
License: GPL |
|
|
|
|
Version: %{V_base}%{V_patchL} |
|
|
|
|
Release: 20100916 |
|
|
|
|
Release: 20101207 |
|
|
|
|
|
|
|
|
|
# package options |
|
|
|
|
%option with_x11 no |
|
|
|
@ -48,6 +49,7 @@ Source0: ftp://invisible-island.net/vile/vile-%{V_base}.tgz
|
|
|
|
|
Patch0: vile.patch |
|
|
|
|
Patch1: ftp://invisible-island.net/vile/patches/vile-%{V_base}%{V_patch1}.patch.gz |
|
|
|
|
Patch2: ftp://invisible-island.net/vile/patches/vile-%{V_base}%{V_patch2}.patch.gz |
|
|
|
|
Patch3: ftp://invisible-island.net/vile/patches/vile-%{V_base}%{V_patch3}.patch.gz |
|
|
|
|
|
|
|
|
|
# build information |
|
|
|
|
BuildPreReq: OpenPKG, openpkg >= 20100101, flex |
|
|
|
@ -78,7 +80,7 @@ PreReq: ncurses
|
|
|
|
|
|
|
|
|
|
%prep |
|
|
|
|
%setup -q -n vile-%{V_base} |
|
|
|
|
%patch -p1 -P 1 2 |
|
|
|
|
%patch -p1 -P 1 2 3 |
|
|
|
|
%patch -p0 -P 0 |
|
|
|
|
chmod u+w filters/sql-filt.l* |
|
|
|
|
%{l_shtool} subst \ |
|
|
|
|