|
|
@@ -33,6 +33,7 @@
|
|
|
%define V_patch6 f
|
|
|
%define V_patch7 g
|
|
|
%define V_patch8 h
|
|
|
+%define V_patch9 i
|
|
|
%define V_patchL %{V_patch8}
|
|
|
|
|
|
# package information
|
|
|
@@ -46,7 +47,7 @@ Class: EVAL
|
|
|
Group: Editor
|
|
|
License: BeerWare
|
|
|
Version: %{V_base}%{V_patchL}
|
|
|
-Release: 20040621
|
|
|
+Release: 20040809
|
|
|
|
|
|
# package options
|
|
|
%option with_x11 no
|
|
|
@@ -61,6 +62,7 @@ Patch5: ftp://invisible-island.net/vile/patches/vile-%{V_base}%{V_patch5}.
|
|
|
Patch6: ftp://invisible-island.net/vile/patches/vile-%{V_base}%{V_patch6}.patch.gz
|
|
|
Patch7: ftp://invisible-island.net/vile/patches/vile-%{V_base}%{V_patch7}.patch.gz
|
|
|
Patch8: ftp://invisible-island.net/vile/patches/vile-%{V_base}%{V_patch8}.patch.gz
|
|
|
+Patch9: ftp://invisible-island.net/vile/patches/vile-%{V_base}%{V_patch9}.patch.gz
|
|
|
|
|
|
# build information
|
|
|
Prefix: %{l_prefix}
|
|
|
@@ -93,7 +95,7 @@ AutoReqProv: no
|
|
|
|
|
|
%prep
|
|
|
%setup -q -n vile-%{V_base}
|
|
|
- %patch -p1 -P 1 2 3 4 5 6 7 8
|
|
|
+ %patch -p1 -P 1 2 3 4 5 6 7 8 9
|
|
|
|
|
|
%build
|
|
|
%if "%{with_x11}" == "yes"
|