|
|
|
|
@ -42,7 +42,8 @@
|
|
|
|
|
%define V_patch17 q |
|
|
|
|
%define V_patch18 r |
|
|
|
|
%define V_patch19 s |
|
|
|
|
%define V_patchL %{V_patch19} |
|
|
|
|
%define V_patch20 t |
|
|
|
|
%define V_patchL %{V_patch20} |
|
|
|
|
|
|
|
|
|
# package information |
|
|
|
|
Name: vile |
|
|
|
|
@ -55,7 +56,7 @@ Class: PLUS
|
|
|
|
|
Group: Editor |
|
|
|
|
License: GPL |
|
|
|
|
Version: %{V_base}%{V_patchL} |
|
|
|
|
Release: 20180402 |
|
|
|
|
Release: 20181113 |
|
|
|
|
|
|
|
|
|
# list of sources |
|
|
|
|
Source0: ftp://ftp.invisible-island.net/vile/vile-%{V_base}.tgz |
|
|
|
|
@ -79,6 +80,7 @@ Patch16: ftp://ftp.invisible-island.net/vile/patches/vile-%{V_base}%{V_patc
|
|
|
|
|
Patch17: ftp://ftp.invisible-island.net/vile/patches/vile-%{V_base}%{V_patch17}.patch.gz |
|
|
|
|
Patch18: ftp://ftp.invisible-island.net/vile/patches/vile-%{V_base}%{V_patch18}.patch.gz |
|
|
|
|
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 |
|
|
|
|
|
|
|
|
|
# build information |
|
|
|
|
BuildPreReq: OpenPKG, openpkg >= 20160101, flex |
|
|
|
|
@ -128,6 +130,7 @@ PreReq: ncurses
|
|
|
|
|
%patch -p1 -P 17 |
|
|
|
|
%patch -p1 -P 18 |
|
|
|
|
%patch -p1 -P 19 |
|
|
|
|
%patch -p1 -P 20 |
|
|
|
|
find . -name "*.orig" -print | xargs rm -f |
|
|
|
|
%patch -p0 -P 0 |
|
|
|
|
chmod u+w filters/sql-filt.l* |
|
|
|
|
|