]> git.pld-linux.org Git - packages/vim.git/commitdiff
- post-ispell cleanup
authorJakub Bogusz <qboosh@pld-linux.org>
Sat, 20 May 2006 12:54:07 +0000 (12:54 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    vim.spec -> 1.360

vim.spec

index 24c4a78a7fbf9b230060ad6b3c1dc23dc5d57176..7aa7a3b86cbd71510cb4844bcdcbb88eecc7e3cd 100644 (file)
--- a/vim.spec
+++ b/vim.spec
@@ -591,7 +591,6 @@ install -d bin
 %if %{with bonobo}
 %{__make} distclean
 %configure \
-       CFLAGS="%{rpmcflags} -DFEAT_SPELL_HL" \
        --with-features=huge \
        --enable-gui=gnome2 \
        --enable-bonobo \
@@ -636,8 +635,8 @@ LDFLAGS="%{rpmldflags} -static"
        --with-modifiedby="PLD Linux Distribution" \
        --with-compiledby="PLD Linux Distribution"
 
-%{__make} vim \
-       SPELL_OBJ=
+%{__make} vim
+
 mv -f vim bin/vim.static
 LDFLAGS="%{rpmldflags}"
 %endif
@@ -664,14 +663,13 @@ LDFLAGS="%{rpmldflags}"
        --with-modifiedby="PLD Linux Distribution" \
        --with-compiledby="PLD Linux Distribution"
 
-%{__make} vim \
-       SPELL_OBJ=
+%{__make} vim
+
 mv -f vim bin/vim.ncurses
 
 %if %{with athena}
 %{__make} distclean
 %configure \
-       CFLAGS="%{rpmcflags} -DFEAT_SPELL_HL" \
        --with-features=huge \
        --enable-gui=athena \
        --with-x \
@@ -700,7 +698,6 @@ mv -f vim bin/gvim.athena
 %if %{with motif}
 %{__make} distclean
 %configure \
-       CFLAGS="%{rpmcflags} -DFEAT_SPELL_HL" \
        --with-features=huge \
        --enable-gui=motif \
        --with-x \
@@ -729,7 +726,6 @@ mv -f vim bin/gvim.motif
 %if %{with gtk}
 %{__make} distclean
 %configure \
-       CFLAGS="%{rpmcflags} -DFEAT_SPELL_HL" \
        --with-features=huge \
        --enable-gui=gtk2 \
        --enable-gtk2-check \
@@ -756,7 +752,6 @@ mv -f vim bin/gvim.gtk
 %if %{with gnome}
 %{__make} distclean
 %configure \
-       CFLAGS="%{rpmcflags} -DFEAT_SPELL_HL" \
        --with-features=huge \
        --enable-gui=gnome2 \
        %{?with_bonobo:--disable-bonobo} \
@@ -781,7 +776,6 @@ mv -f vim bin/gvim.gtk
 mv -f vim bin/gvim.gnome
 %endif
 
-
 %{__make} xxd/xxd languages
 
 %install
This page took 0.052314 seconds and 4 git commands to generate.