|
|
@@ -24,7 +24,7 @@
|
|
|
|
|
|
# package version
|
|
|
%define V_base 9.5
|
|
|
-%define V_patch1 %nil
|
|
|
+%define V_patch1 a
|
|
|
%define V_patchL %{V_patch1}
|
|
|
|
|
|
# package information
|
|
|
@@ -38,7 +38,7 @@ Class: EVAL
|
|
|
Group: Editor
|
|
|
License: BeerWare
|
|
|
Version: %{V_base}%{V_patchL}
|
|
|
-Release: 20050726
|
|
|
+Release: 20050906
|
|
|
|
|
|
# package options
|
|
|
%option with_x11 no
|
|
|
@@ -46,7 +46,7 @@ Release: 20050726
|
|
|
# list of sources
|
|
|
Source0: ftp://invisible-island.net/vile/vile-%{V_base}.tgz
|
|
|
Patch0: vile.patch
|
|
|
-# Patch1: ftp://invisible-island.net/vile/patches/vile-%{V_base}%{V_patch1}.patch.gz
|
|
|
+Patch1: ftp://invisible-island.net/vile/patches/vile-%{V_base}%{V_patch1}.patch.gz
|
|
|
|
|
|
# build information
|
|
|
Prefix: %{l_prefix}
|
|
|
@@ -79,9 +79,8 @@ AutoReqProv: no
|
|
|
|
|
|
%prep
|
|
|
%setup -q -n vile-%{V_base}
|
|
|
- # %patch -p1 -P 1
|
|
|
- # %patch -p0 -P 0
|
|
|
- %patch -p0
|
|
|
+ %patch -p0 -P 0
|
|
|
+ %patch -p1 -P 1
|
|
|
chmod u+w filters/sql-filt.l*
|
|
|
%{l_shtool} subst \
|
|
|
-e 's;= LEAD;= 0;' \
|