This commit is contained in:
committed by
Git OBS Bridge
parent
5ad30a7021
commit
7684cd21d0
14
vim.spec
14
vim.spec
@@ -109,7 +109,6 @@ Patch18: %{name}-7.3-filetype_spec.patch
|
||||
Patch19: %{name}-7.3-diff_check.patch
|
||||
Patch21: %{name}-7.3-filetype_changes.patch
|
||||
Patch22: %{name}-7.3-filetype_mine.patch
|
||||
Patch25: vim-7.2-lzma-support.patch
|
||||
Patch100: vim-7.1.314-CVE-2009-0316-debian.patch
|
||||
Patch101: vim73-no-static-libpython.patch
|
||||
|
||||
@@ -276,12 +275,9 @@ cp %{SOURCE23} runtime/syntax/apparmor.vim
|
||||
%patch19 -p1
|
||||
%patch21 -p1
|
||||
%patch22 -p1
|
||||
#%patch25
|
||||
%patch100 -p1
|
||||
%patch101
|
||||
cp %{SOURCE3} %{SOURCE4} %{SOURCE5} %{SOURCE6} %{SOURCE8} %{SOURCE10} .
|
||||
#rename no nb $RPM_BUILD_DIR/vim*/src/po/no.*
|
||||
#rename menu_no menu_nb $RPM_BUILD_DIR/vim*/runtime/lang/menu_no*
|
||||
|
||||
%build
|
||||
export CFLAGS="%{optflags} -Wall -pipe -fno-strict-aliasing"
|
||||
@@ -309,16 +305,12 @@ export SCRIPT_OPTIONS="\
|
||||
--enable-tclinterp \
|
||||
--with-tclsh=%{_bindir}/tclsh \
|
||||
--with-python-config-dir=%{py_libdir}/config"
|
||||
# TODO:
|
||||
# - if suse_version for gnome path
|
||||
|
||||
export GUI_OPTIONS="\
|
||||
--enable-xim \
|
||||
--enable-fontset \
|
||||
--enable-gnome-check \
|
||||
--enable-gui=gnome2 \
|
||||
--enable-gtk2-check \
|
||||
--with-gtk-prefix=/opt/gnome \
|
||||
--with-gnome=/opt/gnome"
|
||||
--enable-gui=gtk2 \
|
||||
--enable-gtk2-check"
|
||||
|
||||
pushd src
|
||||
autoconf
|
||||
|
Reference in New Issue
Block a user