]> git.pld-linux.org Git - packages/vim.git/commitdiff
Up to 9.0.0392. auto/th/vim-9.0.0392-1
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Tue, 6 Sep 2022 07:17:03 +0000 (09:17 +0200)
committerArkadiusz Miśkiewicz <arekm@maven.pl>
Tue, 6 Sep 2022 07:17:03 +0000 (09:17 +0200)
vim.spec

index d05ba9942170ec3293e4575bf1848f9a166e0b61..3d24070ab0204863890269a66a9f07b9fe6a79c9 100644 (file)
--- a/vim.spec
+++ b/vim.spec
@@ -31,8 +31,8 @@
 # wget ftp://ftp.vim.org/pub/editors/vim/patches/8.0/MD5SUMS -O - | tail -n1 | awk '{print $2}'
 # VCS Commits: https://github.com/vim/vim/commits/master
 
-%define                ver             9.0.0032
-%define                rel             2
+%define                ver             9.0.0392
+%define                rel             1
 Summary:       Vi IMproved - a Vi clone
 Summary(de.UTF-8):     VIsual editor iMproved
 Summary(es.UTF-8):     Editor visual incrementado
@@ -52,7 +52,7 @@ License:      Charityware
 Group:         Applications/Editors/Vim
 #Source0:      ftp://ftp.vim.org/pub/vim/unix/%{name}-%{ver}.tar.bz2
 Source0:       https://github.com/vim/vim/archive/v%{ver}.tar.gz
-# Source0-md5: c43a251b992e2b728058474c15dfa20f
+# Source0-md5: 0f908a0640dde251e9b4ab5a3a4e98ad
 Source1:       http://www.mif.pg.gda.pl/homepages/ankry/man-PLD/%{name}-non-english-man-pages.tar.bz2
 # Source1-md5: bc4d1e115ca506ad7751b9bd2b773a7f
 Source2:       http://skawina.eu.org/mikolaj/usr_doc_pl.zip
@@ -1327,6 +1327,9 @@ rm -rf $RPM_BUILD_ROOT
 %dir %{_datadir}/vim/syntax
 %doc %{_datadir}/vim/syntax/README.txt
 %{_datadir}/vim/syntax/*.vim
+%dir  %{_datadir}/vim/syntax/shared
+%doc %{_datadir}/vim/syntax/shared/README.txt
+%{_datadir}/vim/syntax/shared/*.vim
 
 %dir %{_datadir}/vim/colors
 %doc %{_datadir}/vim/colors/README.txt
This page took 1.115098 seconds and 4 git commands to generate.