Browse Source

upgrading package: vile 9.8t -> 9.8u

master
parent
commit
95415352f9
  1. 7
      vile/vile.spec

7
vile/vile.spec

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

Loading…
Cancel
Save