packages: vim/vim.spec - fixed distclean when some bconds change (otherwise...
gotar
gotar at pld-linux.org
Fri Jan 21 16:58:28 CET 2011
Author: gotar Date: Fri Jan 21 15:58:28 2011 GMT
Module: packages Tag: HEAD
---- Log message:
- fixed distclean when some bconds change (otherwise calls configure anyway) -10m
---- Files affected:
packages/vim:
vim.spec (1.541 -> 1.542)
---- Diffs:
================================================================
Index: packages/vim/vim.spec
diff -u packages/vim/vim.spec:1.541 packages/vim/vim.spec:1.542
--- packages/vim/vim.spec:1.541 Fri Jan 21 15:42:40 2011
+++ packages/vim/vim.spec Fri Jan 21 16:58:22 2011
@@ -759,6 +759,13 @@
local target=$1
shift
+ %configure \
+%if "%{pld_release}" == "th"
+ --with-tlib="ncursesw -ltinfow" \
+%else
+ --with-tlib="ncurses -ltinfo"
+%endif
+
%{__make} distclean
# add common options, can override (disable) if needed with args
%configure \
@@ -1378,6 +1385,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.542 2011/01/21 15:58:22 gotar
+- fixed distclean when some bconds change (otherwise calls configure anyway) -10m
+
Revision 1.541 2011/01/21 14:42:40 gotar
- don't try to package missing eview manpages without GUI
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/vim/vim.spec?r1=1.541&r2=1.542&f=u
More information about the pld-cvs-commit
mailing list