]> git.pld-linux.org Git - packages/vim.git/blobdiff - vim.spec
add link to VCS
[packages/vim.git] / vim.spec
index a83d1b5b2757395e7e399f2936ed916fc3314714..46e756978750db4c7d4cbbc4c5509ebc305a13de 100644 (file)
--- a/vim.spec
+++ b/vim.spec
 # Command to check for latest patch:
 # wget ftp://ftp.vim.org/pub/editors/vim/patches/7.3/MD5SUMS -O sources
 # tail -n1 sources | awk '{print $2}'
+# VCS Commits: https://code.google.com/p/vim/source/browse/
 
 %define                ver             7.3
-%define                patchlevel      1005
-%define                rel             1
+%define                patchlevel      1109
+%define                rel             2
 Summary:       Vi IMproved - a Vi clone
 Summary(de.UTF-8):     VIsual editor iMproved
 Summary(es.UTF-8):     Editor visual incrementado
@@ -393,6 +394,9 @@ Requires:   rpm-whiteout >= 1.3
 Requires:      vim-plugin-securemodelines
 Obsoletes:     gvim-bonobo
 Obsoletes:     vim-common
+%if "%{_rpmversion}" >= "5"
+BuildArch:     noarch
+%endif
 
 %description rt
 This package contains macros, documentation, syntax configuration and
@@ -458,6 +462,9 @@ Summary:    Vim runtime extra files
 Summary(pl.UTF-8):     Dodatkowe pliki uruchomieniowe Vima
 Group:         Applications/Editors/Vim
 Requires:      %{name}-rt = %{epoch}:%{version}-%{release}
+%if "%{_rpmversion}" >= "5"
+BuildArch:     noarch
+%endif
 
 %description rt-extras
 This package contains more runtime extra files, not really useful. If
@@ -475,6 +482,9 @@ Summary(pl.UTF-8):  Dokumentacja kontekstowa do Vima
 Group:         Applications/Editors/Vim
 Requires:      %{name}-rt = %{epoch}:%{version}-%{release}
 Requires:      gzip
+%if "%{_rpmversion}" >= "5"
+BuildArch:     noarch
+%endif
 
 %description doc
 This package contains Vim documentation accessible from vim itself
@@ -489,6 +499,9 @@ Summary:    English dictionaries for VIMspell
 Summary(pl.UTF-8):     Angielskie sĹ‚owniki dla VIMspella
 Group:         Applications/Editors/Vim
 Requires:      %{name}-rt = %{epoch}:%{version}-%{release}
+%if "%{_rpmversion}" >= "5"
+BuildArch:     noarch
+%endif
 
 %description spell-en
 English dictionaries for VIMspell.
@@ -504,6 +517,9 @@ Group:              Applications/Editors/Vim
 Requires:      %{name}-rt = %{epoch}:%{version}-%{release}
 Requires:      mktemp
 Requires:      vim-editor = %{epoch}:%{version}-%{release}
+%if "%{_rpmversion}" >= "5"
+BuildArch:     noarch
+%endif
 
 %description tutor
 This package contains Vim tutorial.
This page took 0.031759 seconds and 4 git commands to generate.