Browse Source

upgrading package: vile 9.6g -> 9.6h

master
parent
commit
85a14751ff
  1. 8
      vile/vile.spec

8
vile/vile.spec

@ -30,7 +30,8 @@
%define V_patch5 e
%define V_patch6 f
%define V_patch7 g
%define V_patchL %{V_patch7}
%define V_patch8 h
%define V_patchL %{V_patch8}
# package information
Name: vile
@ -43,7 +44,7 @@ Class: PLUS
Group: Editor
License: GPL
Version: %{V_base}%{V_patchL}
Release: 20080225
Release: 20080312
# package options
%option with_x11 no
@ -58,6 +59,7 @@ Patch4: ftp://invisible-island.net/vile/patches/vile-%{V_base}%{V_patch4}.
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
Patch8: ftp://invisible-island.net/vile/patches/vile-%{V_base}%{V_patch8}.patch.gz
# build information
Prefix: %{l_prefix}
@ -92,7 +94,7 @@ AutoReqProv: no
%prep
%setup -q -n vile-%{V_base}
%patch -p1 -P 1 2 3 4 5 6 7
%patch -p1 -P 1 2 3 4 5 6 7 8
%patch -p0 -P 0
exit 0
chmod u+w filters/sql-filt.l*

Loading…
Cancel
Save