]> git.pld-linux.org Git - packages/vim.git/commitdiff
- rel 3; no more tinfo auto/th/vim-7_3_289-3 auto/ti/vim-7_3_289-3
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Thu, 1 Sep 2011 07:20:17 +0000 (07:20 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    vim.spec -> 1.561

vim.spec

index a6aab2603cb9637b61dcb4da2b050acc1b5fff2a..37d3b50438fd8e424b407b03957dcd9f974389a1 100644 (file)
--- a/vim.spec
+++ b/vim.spec
@@ -26,7 +26,7 @@
 
 %define                ver             7.3
 %define                patchlevel      289
-%define                rel                     2
+%define                rel             3
 Summary:       Vi IMproved - a Vi clone
 Summary(de.UTF-8):     VIsual editor iMproved
 Summary(es.UTF-8):     Editor visual incrementado
@@ -767,7 +767,7 @@ build() {
 
        %configure \
 %if "%{pld_release}" == "th"
-               --with-tlib="ncursesw -ltinfow" \
+               --with-tlib="ncursesw" \
 %else
                --with-tlib="ncurses -ltinfo"
 %endif
@@ -785,7 +785,7 @@ build() {
                --enable-multibyte \
                --enable-nls \
 %if "%{pld_release}" == "th"
-               --with-tlib="ncursesw -ltinfow" \
+               --with-tlib="ncursesw" \
 %else
                --with-tlib="ncurses -ltinfo" \
 %endif
This page took 0.063619 seconds and 4 git commands to generate.