Author: wrobell Date: Fri Aug 25 11:29:40 2006 GMT Module: SPECS Tag: HEAD ---- Log message: - ver. 7.0.066 - build without python by default as python is set as dependency, now :/ (it seems like cat and mouse game, we have to find the fucking rule) - python 2.5 required to build
---- Files affected: SPECS: vim.spec (1.373 -> 1.374) ---- Diffs: ================================================================ Index: SPECS/vim.spec diff -u SPECS/vim.spec:1.373 SPECS/vim.spec:1.374 --- SPECS/vim.spec:1.373 Wed Aug 9 23:57:48 2006 +++ SPECS/vim.spec Fri Aug 25 13:29:35 2006 @@ -1,4 +1,4 @@ -# $Revision$, $Date$ +# $Revision$, $Date$ >= 2.5 # TODO: # - separate vim-spell-en # - some nice icon @@ -11,7 +11,7 @@ %bcond_without gtk # don't build GTK+-based gvim support %bcond_without gnome # don't build GNOME-based gvim support %bcond_without perl # without Perl interp -%bcond_without python # without Python interp +%bcond_with python # without Python interp %bcond_with ruby # with Ruby interp %bcond_with tcl # with Tcl interp %bcond_with bonobo # with bonobo component (breaks other things) @@ -19,7 +19,7 @@ %bcond_without home_etc # without home_etc support # %define _ver 7.0 -%define _patchlevel 050 +%define _patchlevel 066 %define _rel 1 # cflags get changed while configuring @@ -144,6 +144,22 @@ Patch248: ftp://ftp.vim.org/pub/editors/vim/patches/7.0/7.0.048 Patch249: ftp://ftp.vim.org/pub/editors/vim/patches/7.0/7.0.049 Patch250: ftp://ftp.vim.org/pub/editors/vim/patches/7.0/7.0.050 +Patch251: ftp://ftp.vim.org/pub/editors/vim/patches/7.0/7.0.051 +Patch252: ftp://ftp.vim.org/pub/editors/vim/patches/7.0/7.0.052 +Patch253: ftp://ftp.vim.org/pub/editors/vim/patches/7.0/7.0.053 +Patch254: ftp://ftp.vim.org/pub/editors/vim/patches/7.0/7.0.054 +Patch255: ftp://ftp.vim.org/pub/editors/vim/patches/7.0/7.0.055 +Patch256: ftp://ftp.vim.org/pub/editors/vim/patches/7.0/7.0.056 +Patch257: ftp://ftp.vim.org/pub/editors/vim/patches/7.0/7.0.057 +Patch258: ftp://ftp.vim.org/pub/editors/vim/patches/7.0/7.0.058 +Patch259: ftp://ftp.vim.org/pub/editors/vim/patches/7.0/7.0.059 +Patch260: ftp://ftp.vim.org/pub/editors/vim/patches/7.0/7.0.060 +Patch261: ftp://ftp.vim.org/pub/editors/vim/patches/7.0/7.0.061 +Patch262: ftp://ftp.vim.org/pub/editors/vim/patches/7.0/7.0.062 +Patch263: ftp://ftp.vim.org/pub/editors/vim/patches/7.0/7.0.063 +Patch264: ftp://ftp.vim.org/pub/editors/vim/patches/7.0/7.0.064 +Patch265: ftp://ftp.vim.org/pub/editors/vim/patches/7.0/7.0.065 +Patch266: ftp://ftp.vim.org/pub/editors/vim/patches/7.0/7.0.066 URL: http://www.vim.org/ BuildRequires: acl-devel BuildRequires: autoconf @@ -155,7 +171,7 @@ BuildRequires: ncurses-devel %{?with_motif:BuildRequires: openmotif-devel} %{?with_perl:BuildRequires: perl-devel} -%{?with_python:BuildRequires: python-devel} +%{?with_python:BuildRequires: python-devel >= 2.5} %{?with_ruby:BuildRequires: ruby-devel} %{?with_tcl:BuildRequires: tcl-devel} %{?with_athena:BuildRequires: xorg-lib-libXaw-devel} @@ -636,6 +652,24 @@ %patch248 -p0 %patch249 -p0 %patch250 -p0 +%patch251 -p0 +%patch252 -p0 +%patch253 -p0 +%patch254 -p0 +%patch255 -p0 +%patch256 -p0 +# patch for windows +#%patch257 -p0 +%patch258 -p0 +%patch259 -p0 +%patch260 -p0 +%patch261 -p0 +%patch262 -p0 +%patch263 -p0 +%patch264 -p0 +# patch for mac +# %patch265 -p0 +%patch266 -p0 # bonobo %if %{with bonobo} @@ -1213,6 +1247,12 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.374 2006/08/25 11:29:35 wrobell +- ver. 7.0.066 +- build without python by default as python is set as dependency, now :/ + (it seems like cat and mouse game, we have to find the fucking rule) +- python 2.5 required to build + Revision 1.373 2006/08/09 21:57:48 adamg - updated to 7.0.50 ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/vim.spec?r1=1.373&r2=1.374&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
