|
|
@@ -27,7 +27,8 @@
|
|
|
%define V_patch2 b
|
|
|
%define V_patch3 c
|
|
|
%define V_patch4 d
|
|
|
-%define V_patchL %{V_patch4}
|
|
|
+%define V_patch5 e
|
|
|
+%define V_patchL %{V_patch5}
|
|
|
|
|
|
# package information
|
|
|
Name: vile
|
|
|
@@ -40,7 +41,7 @@ Class: PLUS
|
|
|
Group: Editor
|
|
|
License: GPL
|
|
|
Version: %{V_base}%{V_patchL}
|
|
|
-Release: 20080818
|
|
|
+Release: 20081009
|
|
|
|
|
|
# package options
|
|
|
%option with_x11 no
|
|
|
@@ -52,6 +53,7 @@ Patch1: ftp://invisible-island.net/vile/patches/vile-%{V_base}%{V_patch1}.
|
|
|
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
|
|
|
Patch4: ftp://invisible-island.net/vile/patches/vile-%{V_base}%{V_patch4}.patch.gz
|
|
|
+Patch5: ftp://invisible-island.net/vile/patches/vile-%{V_base}%{V_patch5}.patch.gz
|
|
|
|
|
|
# build information
|
|
|
Prefix: %{l_prefix}
|
|
|
@@ -90,6 +92,7 @@ AutoReqProv: no
|
|
|
%patch -p1 -P 2
|
|
|
%patch -p1 -P 3
|
|
|
%patch -p1 -P 4
|
|
|
+ %patch -p1 -P 5
|
|
|
%patch -p0 -P 0
|
|
|
chmod u+w filters/sql-filt.l*
|
|
|
%{l_shtool} subst \
|