]> git.pld-linux.org Git - packages/vim.git/commitdiff
- reversed logic in %if "%{pld_release}", only AC will keep separate tinfo auto/ti/vim-7_3_289-4
authorhawk <hawk@pld-linux.org>
Fri, 4 Nov 2011 08:17:58 +0000 (08:17 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    vim.spec -> 1.562

vim.spec

index 37d3b50438fd8e424b407b03957dcd9f974389a1..cdd4a681271002fae101255e45d2fa1c06319b66 100644 (file)
--- a/vim.spec
+++ b/vim.spec
@@ -26,7 +26,7 @@
 
 %define                ver             7.3
 %define                patchlevel      289
-%define                rel             3
+%define                rel             4
 Summary:       Vi IMproved - a Vi clone
 Summary(de.UTF-8):     VIsual editor iMproved
 Summary(es.UTF-8):     Editor visual incrementado
@@ -766,10 +766,10 @@ build() {
        shift
 
        %configure \
-%if "%{pld_release}" == "th"
-               --with-tlib="ncursesw" \
-%else
+%if "%{pld_release}" == "ac"
                --with-tlib="ncurses -ltinfo"
+%else
+               --with-tlib="ncursesw"
 %endif
 
        %{__make} distclean
@@ -784,10 +784,10 @@ build() {
                --enable-gpm \
                --enable-multibyte \
                --enable-nls \
-%if "%{pld_release}" == "th"
-               --with-tlib="ncursesw" \
-%else
+%if "%{pld_release}" == "ac"
                --with-tlib="ncurses -ltinfo" \
+%else
+               --with-tlib="ncursesw" \
 %endif
                --with-modified-by="PLD Linux Distribution" \
                --with-compiledby="PLD Linux Distribution" \
This page took 0.041448 seconds and 4 git commands to generate.