|
|
@@ -31,7 +31,8 @@
|
|
|
%define V_patch4 d
|
|
|
%define V_patch5 e
|
|
|
%define V_patch6 f
|
|
|
-%define V_patchL %{V_patch6}
|
|
|
+%define V_patch7 g
|
|
|
+%define V_patchL %{V_patch7}
|
|
|
|
|
|
# package information
|
|
|
Name: vile
|
|
|
@@ -44,7 +45,7 @@ Class: EVAL
|
|
|
Group: Editor
|
|
|
License: BeerWare
|
|
|
Version: %{V_base}%{V_patchL}
|
|
|
-Release: 20040412
|
|
|
+Release: 20040618
|
|
|
|
|
|
# package options
|
|
|
%option with_x11 no
|
|
|
@@ -57,6 +58,7 @@ Patch3: ftp://invisible-island.net/vile/patches/vile-%{V_base}%{V_patch3}.
|
|
|
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
|
|
|
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
|
|
|
|
|
|
# build information
|
|
|
Prefix: %{l_prefix}
|
|
|
@@ -89,7 +91,7 @@ AutoReqProv: no
|
|
|
|
|
|
%prep
|
|
|
%setup -q -n vile-%{V_base}
|
|
|
- %patch -p1 -P 1 2 3 4 5 6
|
|
|
+ %patch -p1 -P 1 2 3 4 5 6 7
|
|
|
|
|
|
%build
|
|
|
%if "%{with_x11}" == "yes"
|