Accepting request 1074890 from editors

- add vim table mode 4.7.6.1 (forwarded request 1074885 from lnussel)

OBS-URL: https://build.opensuse.org/request/show/1074890
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/vim-plugins?expand=0&rev=48
This commit is contained in:
Dominique Leuenberger 2023-03-28 15:50:57 +00:00 committed by Git OBS Bridge
commit d44bc6741c
3 changed files with 45 additions and 1 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Mar 27 11:23:12 UTC 2023 - Ludwig Nussel <lnussel@suse.de>
- add vim table mode 4.7.6.1
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Mar 14 08:16:22 UTC 2023 - Jiri Slaby <jslaby@suse.cz> Tue Mar 14 08:16:22 UTC 2023 - Jiri Slaby <jslaby@suse.cz>

View File

@ -51,6 +51,7 @@
%define showmarks_version 2.3 %define showmarks_version 2.3
%define snipmate_version 0.83 %define snipmate_version 0.83
%define supertab_version 2.1 %define supertab_version 2.1
%define table_mode_version 4.7.6.1
%define taglist_version 4.6 %define taglist_version 4.6
%define tlib_version 1.28 %define tlib_version 1.28
%define tregisters_version 0.2 %define tregisters_version 0.2
@ -103,6 +104,7 @@ Source34: https://github.com/editorconfig/editorconfig-vim/archive/refs/ta
Source35: https://github.com/tpope/vim-fugitive/archive/refs/tags/v%{fugitive_version}.tar.gz#/vimplugin-fugitive-%{fugitive_version}.tar.gz Source35: https://github.com/tpope/vim-fugitive/archive/refs/tags/v%{fugitive_version}.tar.gz#/vimplugin-fugitive-%{fugitive_version}.tar.gz
Source36: https://github.com/vim-airline/vim-airline/archive/refs/tags/v%{airline_version}.tar.gz#/vimplugin-airline-%{airline_version}.tar.gz Source36: https://github.com/vim-airline/vim-airline/archive/refs/tags/v%{airline_version}.tar.gz#/vimplugin-airline-%{airline_version}.tar.gz
Source37: https://github.com/dense-analysis/ale/archive/refs/tags/v%{ale_version}.tar.gz#/vimplugin-ale-%{ale_version}.tar.gz Source37: https://github.com/dense-analysis/ale/archive/refs/tags/v%{ale_version}.tar.gz#/vimplugin-ale-%{ale_version}.tar.gz
Source38: https://github.com/dhruvasagar/vim-table-mode/archive/refs/tags/v%{table_mode_version}.tar.gz#/vimplugin-table-mode-%{table_mode_version}.tar.gz
# from _service # from _service
Source100: file-line-%{file_line_version}.tar.xz Source100: file-line-%{file_line_version}.tar.xz
Source101: vim-markdown-%{markdown_version}.tar.xz Source101: vim-markdown-%{markdown_version}.tar.xz
@ -588,6 +590,18 @@ Requires: vim
%description -n vim-plugin-supertab %description -n vim-plugin-supertab
This script allows you to use the tab key to do all your insert completion. This script allows you to use the tab key to do all your insert completion.
%package -n vim-plugin-table-mode
Version: %table_mode_version
Release: 0
Summary: VIM Table Mode for instant table creation.
License: MIT
Group: Productivity/Text/Editors
Requires: vim
%description -n vim-plugin-table-mode
An awesome automatic table creator & formatter allowing one to
create neat tables as you type.
%package -n vim-plugin-taglist %package -n vim-plugin-taglist
Version: %taglist_version Version: %taglist_version
Release: 0 Release: 0
@ -696,7 +710,7 @@ Usage:
Press <c-w>o again: the previous set of windows is restored Press <c-w>o again: the previous set of windows is restored
%prep %prep
%setup -q -c -n %{name} -a1 -a2 -a3 -a4 -a5 -a6 -a7 -a9 -a10 -a11 -a12 -a13 -a14 -a15 -a16 -a17 -a18 -a19 -a20 -a21 -a22 -a23 -a24 -a26 -a27 -a28 -a30 -a31 -a32 -a33 -a34 -a35 -a36 -a37 -a100 -a101 -a102 -a103 -a104 %setup -q -c -n %{name} -a1 -a2 -a3 -a4 -a5 -a6 -a7 -a9 -a10 -a11 -a12 -a13 -a14 -a15 -a16 -a17 -a18 -a19 -a20 -a21 -a22 -a23 -a24 -a26 -a27 -a28 -a30 -a31 -a32 -a33 -a34 -a35 -a36 -a37 -a38 -a100 -a101 -a102 -a103 -a104
pushd salt-vim-%{salt_version} pushd salt-vim-%{salt_version}
%patch0 -p1 %patch0 -p1
popd popd
@ -738,6 +752,18 @@ cat > salt-vim-%{salt_version}/.rsync-filter <<EOF
- /salt-vim.spec - /salt-vim.spec
EOF EOF
cat > vim-table-mode-%{table_mode_version}/.rsync-filter <<EOF
- /.github
- /t
- /.travis.yml
- /CHANGELOG.md
- /Gemfile*
- /Rakefile
- /VimFlavor.lock
- /youtube.png
EOF
# END EXCLUDES
cat > tlib_vim-%{tlib_version}/.rsync-filter <<EOF cat > tlib_vim-%{tlib_version}/.rsync-filter <<EOF
- /addon-info.json - /addon-info.json
- /doc/tags - /doc/tags
@ -826,6 +852,7 @@ fi \
%vim_doc_post -n vim-plugin-rails %vim_doc_post -n vim-plugin-rails
%vim_doc_post -n vim-plugin-snipmate %vim_doc_post -n vim-plugin-snipmate
%vim_doc_post -n vim-plugin-supertab %vim_doc_post -n vim-plugin-supertab
%vim_doc_post -n vim-plugin-table-mode
%vim_doc_post -n vim-plugin-taglist %vim_doc_post -n vim-plugin-taglist
%vim_doc_post -n vim-plugin-tlib %vim_doc_post -n vim-plugin-tlib
%vim_doc_post -n vim-plugin-tselectbuffer %vim_doc_post -n vim-plugin-tselectbuffer
@ -1085,6 +1112,15 @@ fi \
%vimplugin_dir/plugin/supertab.vim %vimplugin_dir/plugin/supertab.vim
%vimplugin_dir/doc/supertab.txt %vimplugin_dir/doc/supertab.txt
%files -n vim-plugin-table-mode
%defattr(-,root,root,0755)
%doc vim-table-mode-%{table_mode_version}/README.md
%vimplugin_dir/autoload/tablemode*
%vimplugin_dir/plugin/table-mode.vim
%vimplugin_dir/doc/table-mode.txt
%vimplugin_dir/ftplugin/markdown_tablemode.vim
%vimplugin_dir/ftplugin/rst_tablemode.vim
%files -n vim-plugin-taglist %files -n vim-plugin-taglist
%defattr(-,root,root,0755) %defattr(-,root,root,0755)
%vimplugin_dir/doc/taglist.txt %vimplugin_dir/doc/taglist.txt

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:465d3bebc437577c8d9431d700a9f09c92ac185866c6de1ace7af2f5c13b4e2c
size 73723