SPECS: vim.spec - post-ispell cleanup

qboosh qboosh at pld-linux.org
Sat May 20 14:54:12 CEST 2006


Author: qboosh                       Date: Sat May 20 12:54:12 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- post-ispell cleanup

---- Files affected:
SPECS:
   vim.spec (1.359 -> 1.360) 

---- Diffs:

================================================================
Index: SPECS/vim.spec
diff -u SPECS/vim.spec:1.359 SPECS/vim.spec:1.360
--- SPECS/vim.spec:1.359	Thu May 18 13:34:45 2006
+++ SPECS/vim.spec	Sat May 20 14:54:07 2006
@@ -592,7 +592,6 @@
 %if %{with bonobo}
 %{__make} distclean
 %configure \
-	CFLAGS="%{rpmcflags} -DFEAT_SPELL_HL" \
 	--with-features=huge \
 	--enable-gui=gnome2 \
 	--enable-bonobo \
@@ -637,8 +636,8 @@
 	--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
@@ -665,14 +664,13 @@
 	--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 \
@@ -701,7 +699,6 @@
 %if %{with motif}
 %{__make} distclean
 %configure \
-	CFLAGS="%{rpmcflags} -DFEAT_SPELL_HL" \
 	--with-features=huge \
 	--enable-gui=motif \
 	--with-x \
@@ -730,7 +727,6 @@
 %if %{with gtk}
 %{__make} distclean
 %configure \
-	CFLAGS="%{rpmcflags} -DFEAT_SPELL_HL" \
 	--with-features=huge \
 	--enable-gui=gtk2 \
 	--enable-gtk2-check \
@@ -757,7 +753,6 @@
 %if %{with gnome}
 %{__make} distclean
 %configure \
-	CFLAGS="%{rpmcflags} -DFEAT_SPELL_HL" \
 	--with-features=huge \
 	--enable-gui=gnome2 \
 	%{?with_bonobo:--disable-bonobo} \
@@ -782,7 +777,6 @@
 mv -f vim bin/gvim.gnome
 %endif
 
-
 %{__make} xxd/xxd languages
 
 %install
@@ -1125,6 +1119,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.360  2006/05/20 12:54:07  qboosh
+- post-ispell cleanup
+
 Revision 1.359  2006/05/18 11:34:45  qboosh
 - added spell dir to vimfiles tree, release 2
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/vim.spec?r1=1.359&r2=1.360&f=u



More information about the pld-cvs-commit mailing list