[packages/vim] build 'light' version before the normal one

jajcus jajcus at pld-linux.org
Fri Mar 14 12:10:59 CET 2014


commit 03fb26b1a6c2eaf89bb4cdd0cf73aa28cf6acbdc
Author: Jacek Konieczny <j.konieczny at eggsoft.pl>
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



More information about the pld-cvs-commit mailing list