commit 03fb26b1a6c2eaf89bb4cdd0cf73aa28cf6acbdc
Author: Jacek Konieczny <[email protected]>
Date:   Fri Mar 14 12:08:36 2014 +0100

    build 'light' version before the normal one
    
    Otherwise some files won't be installed when all other bconds are
    disabled.

 vim.spec | 20 ++++++++++----------
 1 file changed, 10 insertions(+), 10 deletions(-)
---
diff --git a/vim.spec b/vim.spec
index abbc54f..1317154 100644
--- a/vim.spec
+++ b/vim.spec
@@ -867,16 +867,6 @@ build vim.static \
 LDFLAGS="%{rpmldflags}"
 %endif
 
-build vim.ncurses \
-       --disable-gui \
-       --without-x \
-       --with-features=huge
-
-build vimx \
-       --disable-gui \
-       --with-x \
-       --with-features=huge
-
 %if %{with light}
 build vim.light \
        --disable-gui \
@@ -891,6 +881,16 @@ build vim.light \
        --disable-nls
 %endif
 
+build vim.ncurses \
+       --disable-gui \
+       --without-x \
+       --with-features=huge
+
+build vimx \
+       --disable-gui \
+       --with-x \
+       --with-features=huge
+
 %if %{with athena}
 build gvim.athena \
        --with-features=huge \
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/vim.git/commitdiff/03fb26b1a6c2eaf89bb4cdd0cf73aa28cf6acbdc

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to