- vim-7.0d BETA
This commit is contained in:
parent
b14f5ef4f5
commit
d173542cc9
@ -1,4 +1,4 @@
|
||||
vim-7.0c-20060406.tar.bz2
|
||||
vim-7.0c-extra-20060406.tar.gz
|
||||
vim-7.0c-lang-20060406.tar.gz
|
||||
vim-7.0d-20060410.tar.bz2
|
||||
vim-7.0d-extra-20060410.tar.gz
|
||||
vim-7.0d-lang-20060410.tar.gz
|
||||
cvim.zip
|
||||
|
6
sources
6
sources
@ -1,4 +1,4 @@
|
||||
416d317643921b8d480b1062d700ec38 vim-7.0c-20060406.tar.bz2
|
||||
659061c767eeb8f33ce580b7ca53d672 vim-7.0c-extra-20060406.tar.gz
|
||||
fec870c5e12def0772d639646de0a8bd vim-7.0c-lang-20060406.tar.gz
|
||||
2cc3c386ce52049f47f100369cdc828f vim-7.0d-20060410.tar.bz2
|
||||
42fedc22f0a8e76516a7de7b787e20ee vim-7.0d-extra-20060410.tar.gz
|
||||
78d433a2c60088f5106ac1c6c8963ca0 vim-7.0d-lang-20060410.tar.gz
|
||||
1f17af2008ae94359a48be7e865b084f cvim.zip
|
||||
|
22
vim.spec
22
vim.spec
@ -1,4 +1,4 @@
|
||||
%define CVSDATE -20060406
|
||||
%define CVSDATE -20060410
|
||||
%define WITH_SELINUX 1
|
||||
%define desktop_file 1
|
||||
%if %{desktop_file}
|
||||
@ -19,19 +19,20 @@
|
||||
%define withcvim 0
|
||||
|
||||
|
||||
%define baseversion 7.0c
|
||||
%define vimdir vim70c
|
||||
%define patchlevel 000
|
||||
%define baseversion 7.0
|
||||
%define beta d
|
||||
%define vimdir vim70d
|
||||
%define patchlevel 001
|
||||
|
||||
Summary: The VIM editor.
|
||||
Name: vim
|
||||
Version: %{baseversion}.%{patchlevel}
|
||||
Release: 3
|
||||
Version: %{baseversion}.%{beta}%{patchlevel}
|
||||
Release: 1
|
||||
License: freeware
|
||||
Group: Applications/Editors
|
||||
Source0: ftp://ftp.vim.org/pub/vim/unix/vim-%{baseversion}%{CVSDATE}.tar.bz2
|
||||
Source1: ftp://ftp.vim.org/pub/vim/extra/vim-%{baseversion}-lang%{CVSDATE}.tar.gz
|
||||
Source2: ftp://ftp.vim.org/pub/vim/extra/vim-%{baseversion}-extra%{CVSDATE}.tar.gz
|
||||
Source0: ftp://ftp.vim.org/pub/vim/unix/vim-%{baseversion}%{?beta}%{CVSDATE}.tar.bz2
|
||||
Source1: ftp://ftp.vim.org/pub/vim/extra/vim-%{baseversion}%{?beta}-lang%{CVSDATE}.tar.gz
|
||||
Source2: ftp://ftp.vim.org/pub/vim/extra/vim-%{baseversion}%{?beta}-extra%{CVSDATE}.tar.gz
|
||||
Source3: gvim.desktop
|
||||
Source4: vimrc
|
||||
#Source5: ftp://ftp.vim.org/pub/vim/patches/README.patches
|
||||
@ -503,6 +504,9 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{_datadir}/icons/hicolor/*/apps/*
|
||||
|
||||
%changelog
|
||||
* Tue Apr 11 2006 Karsten Hopp <karsten@redhat.de> 7.0.d001-1
|
||||
- vim-7.0d BETA
|
||||
|
||||
* Fri Apr 07 2006 Karsten Hopp <karsten@redhat.de> 7.0c.000-3
|
||||
- fix vimrc filename
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user