|
|
@@ -28,7 +28,8 @@
|
|
|
%define V_patch1 a
|
|
|
%define V_patch2 b
|
|
|
%define V_patch3 c
|
|
|
-%define V_patchL %{V_patch3}
|
|
|
+%define V_patch4 d
|
|
|
+%define V_patchL %{V_patch4}
|
|
|
|
|
|
# package information
|
|
|
Name: vile
|
|
|
@@ -40,7 +41,7 @@ Distribution: OpenPKG [EVAL]
|
|
|
Group: Editor
|
|
|
License: BeerWare
|
|
|
Version: %{V_base}%{V_patchL}
|
|
|
-Release: 20031106
|
|
|
+Release: 20031222
|
|
|
|
|
|
# package options
|
|
|
%option with_x11 no
|
|
|
@@ -50,6 +51,7 @@ Source0: ftp://invisible-island.net/vile/vile-%{V_base}.tgz
|
|
|
Patch1: ftp://invisible-island.net/vile/patches/vile-%{V_base}%{V_patch1}.patch.gz
|
|
|
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
|
|
|
|
|
|
# build information
|
|
|
Prefix: %{l_prefix}
|
|
|
@@ -73,6 +75,7 @@ AutoReqProv: no
|
|
|
%patch -p1 -P 1
|
|
|
%patch -p1 -P 2
|
|
|
%patch -p1 -P 3
|
|
|
+ %patch -p1 -P 4
|
|
|
|
|
|
%build
|
|
|
%if "%{with_x11}" == "yes"
|