]> git.pld-linux.org Git - packages/vim.git/commitdiff
build 'light' version before the normal one
authorJacek Konieczny <j.konieczny@eggsoft.pl>
Fri, 14 Mar 2014 11:08:36 +0000 (12:08 +0100)
committerJacek Konieczny <j.konieczny@eggsoft.pl>
Fri, 14 Mar 2014 11:08:36 +0000 (12:08 +0100)
Otherwise some files won't be installed when all other bconds are
disabled.

vim.spec

index abbc54fb78065ee3ef03d06850d402b801473a1a..1317154a69f2784e308123136526f2f9d4d94ab3 100644 (file)
--- 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 \
This page took 0.044425 seconds and 4 git commands to generate.