|
|
|
@ -44,7 +44,8 @@
|
|
|
|
|
%define V_patch19 s |
|
|
|
|
%define V_patch20 t |
|
|
|
|
%define V_patch21 u |
|
|
|
|
%define V_patchL %{V_patch21} |
|
|
|
|
%define V_patch22 v |
|
|
|
|
%define V_patchL %{V_patch22} |
|
|
|
|
|
|
|
|
|
# package information |
|
|
|
|
Name: vile |
|
|
|
@ -57,7 +58,7 @@ Class: PLUS
|
|
|
|
|
Group: Editor |
|
|
|
|
License: GPL |
|
|
|
|
Version: %{V_base}%{V_patchL} |
|
|
|
|
Release: 20200523 |
|
|
|
|
Release: 20211213 |
|
|
|
|
|
|
|
|
|
# list of sources |
|
|
|
|
Source0: ftp://ftp.invisible-island.net/vile/vile-%{V_base}.tgz |
|
|
|
@ -83,6 +84,7 @@ Patch18: ftp://ftp.invisible-island.net/vile/patches/vile-%{V_base}%{V_patc
|
|
|
|
|
Patch19: ftp://ftp.invisible-island.net/vile/patches/vile-%{V_base}%{V_patch19}.patch.gz |
|
|
|
|
Patch20: ftp://ftp.invisible-island.net/vile/patches/vile-%{V_base}%{V_patch20}.patch.gz |
|
|
|
|
Patch21: ftp://ftp.invisible-island.net/vile/patches/vile-%{V_base}%{V_patch21}.patch.gz |
|
|
|
|
Patch22: ftp://ftp.invisible-island.net/vile/patches/vile-%{V_base}%{V_patch22}.patch.gz |
|
|
|
|
|
|
|
|
|
# build information |
|
|
|
|
BuildPreReq: OpenPKG, openpkg >= 20160101, flex |
|
|
|
@ -134,6 +136,7 @@ PreReq: ncurses
|
|
|
|
|
%patch -p1 -P 19 |
|
|
|
|
%patch -p1 -P 20 |
|
|
|
|
%patch -p1 -P 21 |
|
|
|
|
%patch -p1 -P 22 |
|
|
|
|
find . -name "*.orig" -print | xargs rm -f |
|
|
|
|
%patch -p0 -P 0 |
|
|
|
|
chmod u+w filters/sql-filt.l* |
|
|
|
|