]> git.pld-linux.org Git - packages/vim.git/commitdiff
- cosmetics, removed dup from files
authorJakub Bogusz <qboosh@pld-linux.org>
Tue, 13 Jul 2004 20:37:07 +0000 (20:37 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    vim.spec -> 1.249

vim.spec

index 940fbc370da9e78919060086f3f3ee574cd588d9..96bc5f51dcbc305f1d57ea4c1b347e978478ef9b 100644 (file)
--- a/vim.spec
+++ b/vim.spec
@@ -1,19 +1,19 @@
 #
 # Conditional build:
-%bcond_without static  # without static version
-%bcond_without athena  # without Athena Widgets-based gvim
-%bcond_without motif   # without Motif-based gvim
-%bcond_without gtk     # without gtk+-based gvim support
-%bcond_without gnome   # without gnome-based gvim support
-%bcond_without kde     # kvim:)
-%bcond_with    perl    # with perl interp
-%bcond_with    python  # with python interp
-%bcond_with    ruby    # with ruby interp
-%bcond_with    tcl     # with tcl interp
-%bcond_with    bonobo  # with bonobo component (breaks other things)
-%bcond_without selinux # without selinux
-%bcond_without ispell  # disable vim.ispell
-%bcond_without home_etc # don't use home_etc
+%bcond_without static          # don't build static version
+%bcond_without athena          # don't build Athena Widgets-based gvim
+%bcond_without motif           # don't build Motif-based gvim
+%bcond_without gtk             # don't build gtk+-based gvim support
+%bcond_without gnome           # don't build gnome-based gvim support
+%bcond_without kde             # don't build kvim
+%bcond_with    perl            # with perl interp
+%bcond_with    python          # with python interp
+%bcond_with    ruby            # with ruby interp
+%bcond_with    tcl             # with tcl interp
+%bcond_with    bonobo          # with bonobo component (breaks other things)
+%bcond_without selinux         # without selinux support
+%bcond_without ispell          # don't build vim.ispell
+%bcond_without home_etc        # without home_etc support
 #
 %define                _ver            6.3
 %define                _patchlevel     012
@@ -1017,9 +1017,9 @@ rm -rf $RPM_BUILD_ROOT
 %lang(sr) %{_datadir}/vim/v*/lang/menu_sr*
 %lang(sv) %{_datadir}/vim/v*/lang/menu_sv*
 %lang(uk) %{_datadir}/vim/v*/lang/menu_uk*
+%lang(zh_CN) %{_datadir}/vim/v*/lang/menu_zh.gb2312*
 %lang(zh_CN) %{_datadir}/vim/v*/lang/menu_zh_cn*
 %lang(zh_CN) %{_datadir}/vim/v*/lang/menu_*chinese*gb*
-%lang(zh_CN) %{_datadir}/vim/v*/lang/menu_*zh*gb*
 %lang(zh_TW) %{_datadir}/vim/v*/lang/menu_zh_tw*
 %lang(zh_TW) %{_datadir}/vim/v*/lang/menu_*taiwan*
 
This page took 0.231038 seconds and 4 git commands to generate.