SHA256
1
0
forked from pool/vim-plugins

Accepting request 884599 from home:jirislaby:branches:editors

- Add file-line-1.0+20161020
- Update several plugins
  * vim-latex to 1.10.0+20210323 (we use git snapshots as suggested
    on the project page)
  * vimplugin-fugitive to 3.2
  * vimplugin-gnupg to 2.7.1 (we provide also .asc to allow archive
    verification)
  * vimplugin-taglist to 4.6

OBS-URL: https://build.opensuse.org/request/show/884599
OBS-URL: https://build.opensuse.org/package/show/editors/vim-plugins?expand=0&rev=56
This commit is contained in:
Martin Pluskal 2021-04-12 12:46:56 +00:00 committed by Git OBS Bridge
parent 989731ac59
commit 72250c59da
15 changed files with 149 additions and 32 deletions

31
_service Normal file
View File

@ -0,0 +1,31 @@
<services>
<service name="obs_scm" mode="disabled">
<param name="url">https://github.com/vim-latex/vim-latex</param>
<param name="scm">git</param>
<param name="versionformat">@PARENT_TAG@+%cd</param>
<param name="versionrewrite-pattern">v(.*)</param>
<param name="versionrewrite-replacement">\1</param>
<param name="revision">c04c32f467c160a569d0aec7f938ebe67297e321</param>
</service>
<service name="tar" mode="buildtime">
<param name="obsinfo">vim-latex.obsinfo</param>
</service>
<service name="obs_scm" mode="disabled">
<param name="url">https://github.com/bogado/file-line.git</param>
<param name="scm">git</param>
<param name="versionformat">@PARENT_TAG@+%cd</param>
<param name="versionrewrite-pattern">v(.*)</param>
<param name="versionrewrite-replacement">\1</param>
<param name="revision">559088afaf10124ea663ee0f4f73b1de48fb1632</param>
</service>
<service name="tar" mode="buildtime">
<param name="obsinfo">file-line.obsinfo</param>
</service>
<service name="recompress" mode="buildtime">
<param name="file">*.tar</param>
<param name="compression">xz</param>
</service>
</services>

View File

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

5
file-line.obsinfo Normal file
View File

@ -0,0 +1,5 @@
name: file-line
version: 1.0+20161020
mtime: 1477011001
commit: 559088afaf10124ea663ee0f4f73b1de48fb1632

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:4220d3efaeac676e1e66f31a238b8c23599adedc862670ff681f8c7f79887853
size 1011212

5
vim-latex.obsinfo Normal file
View File

@ -0,0 +1,5 @@
name: vim-latex
version: 1.10.0+20210323
mtime: 1616485374
commit: c04c32f467c160a569d0aec7f938ebe67297e321

View File

@ -1,3 +1,15 @@
-------------------------------------------------------------------
Mon Apr 12 09:38:44 UTC 2021 - Jiri Slaby <jslaby@suse.cz>
- Add file-line-1.0+20161020
- Update several plugins
* vim-latex to 1.10.0+20210323 (we use git snapshots as suggested
on the project page)
* vimplugin-fugitive to 3.2
* vimplugin-gnupg to 2.7.1 (we provide also .asc to allow archive
verification)
* vimplugin-taglist to 4.6
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Nov 11 13:07:12 UTC 2019 - Johannes Thumshirn <jthumshirn@suse.com> Mon Nov 11 13:07:12 UTC 2019 - Johannes Thumshirn <jthumshirn@suse.com>

View File

@ -1,7 +1,7 @@
# #
# spec file for package vim-plugins # spec file for package vim-plugins
# #
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. # Copyright (c) 2021 SUSE LLC
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@ -23,6 +23,7 @@
%define colorsel_version 20110107 %define colorsel_version 20110107
%define colorschemes_version 1.0 %define colorschemes_version 1.0
%define diffchanges_version 0.6.346dae2 %define diffchanges_version 0.6.346dae2
%define file_line_version 1.0+20161020
%define locateopen_version 1.3 %define locateopen_version 1.3
%define matrix_version 1.10 %define matrix_version 1.10
%define minibufexpl_version 6.3.2 %define minibufexpl_version 6.3.2
@ -33,23 +34,23 @@
%define searchcomplete_version 1.1 %define searchcomplete_version 1.1
%define showmarks_version 2.2 %define showmarks_version 2.2
%define supertab_version 1.0 %define supertab_version 1.0
%define taglist_version 4.5 %define taglist_version 4.6
%define tlib_version 0.42 %define tlib_version 0.42
%define tregisters_version 0.2 %define tregisters_version 0.2
%define tselectbuffer_version 0.7 %define tselectbuffer_version 0.7
%define tselectfiles_version 0.10 %define tselectfiles_version 0.10
%define utl_version 2.0 %define utl_version 2.0
%define zoomwin_version 24 %define zoomwin_version 24
%define latex_version 20120125 %define latex_version 1.10.0+20210323
%define quilt_version 0.9.7 %define quilt_version 0.9.7
%define vimwiki_version 2.1 %define vimwiki_version 2.1
%define gnupg_version 2.6 %define gnupg_version 2.7.1
%define gitdiff_version 2 %define gitdiff_version 2
%define snipmate_version 0.83 %define snipmate_version 0.83
%define rails_version 4.4 %define rails_version 4.4
%define ack_version 1.0.9 %define ack_version 1.0.9
%define editorconfig_version 0.3.3 %define editorconfig_version 0.3.3
%define fugitive_version 3.1 %define fugitive_version 3.2
%define neomutt_version 20180104 %define neomutt_version 20180104
%define salt_version 0.0.1 %define salt_version 0.0.1
@ -59,7 +60,7 @@ Release: 0
Summary: Plug-ins pack for Vim Summary: Plug-ins pack for Vim
License: MIT License: MIT
Group: Productivity/Text/Editors Group: Productivity/Text/Editors
Url: http://www.vim.org/ URL: http://www.vim.org/
Source0: vimplugin-align-%{align_version}.tar.bz2 Source0: vimplugin-align-%{align_version}.tar.bz2
Source1: vimplugin-a-%{a_version}.tar.bz2 Source1: vimplugin-a-%{a_version}.tar.bz2
Source2: vimplugin-bufexplorer-%{bufexplorer_version}.tar.bz2 Source2: vimplugin-bufexplorer-%{bufexplorer_version}.tar.bz2
@ -84,18 +85,20 @@ Source21: vimplugin-tselectbuffer-%{tselectbuffer_version}.tar.bz2
Source22: vimplugin-tselectfiles-%{tselectfiles_version}.tar.bz2 Source22: vimplugin-tselectfiles-%{tselectfiles_version}.tar.bz2
Source23: vimplugin-utl-%{utl_version}.tar.bz2 Source23: vimplugin-utl-%{utl_version}.tar.bz2
Source24: vimplugin-zoomwin-%{zoomwin_version}.tar.bz2 Source24: vimplugin-zoomwin-%{zoomwin_version}.tar.bz2
Source25: vimplugin-latex-%{latex_version}.tar.bz2 Source25: vim-latex-%{latex_version}.tar.xz
Source26: vimplugin-quilt-%{quilt_version}.tar.bz2 Source26: vimplugin-quilt-%{quilt_version}.tar.bz2
Source27: vimplugin-vimwiki-%{vimwiki_version}.tar.bz2 Source27: vimplugin-vimwiki-%{vimwiki_version}.tar.bz2
Source28: vimplugin-gnupg-%{gnupg_version}.tar.bz2 Source28: https://github.com/jamessan/vim-gnupg/releases/download/v%{gnupg_version}/vim-gnupg-v%{gnupg_version}.tar.gz#/vimplugin-gnupg-%{gnupg_version}.tar.gz
Source29: vimplugin-gitdiff-%{gitdiff_version}.tar.bz2 Source29: https://github.com/jamessan/vim-gnupg/releases/download/v%{gnupg_version}/vim-gnupg-v%{gnupg_version}.tar.gz.asc#/vimplugin-gnupg-%{gnupg_version}.tar.gz.asc
Source30: vimplugin-snipmate-%{snipmate_version}.tar.bz2 Source30: vimplugin-gitdiff-%{gitdiff_version}.tar.bz2
Source31: vimplugin-rails-%{rails_version}.tar.bz2 Source31: vimplugin-snipmate-%{snipmate_version}.tar.bz2
Source32: https://github.com/mileszs/ack.vim/archive/%{ack_version}.tar.gz#/vimplugin-ack-%{ack_version}.tar.gz Source32: vimplugin-rails-%{rails_version}.tar.bz2
Source33: https://github.com/mileszs/ack.vim/archive/%{ack_version}.tar.gz#/vimplugin-ack-%{ack_version}.tar.gz
Source34: https://github.com/editorconfig/editorconfig-vim/archive/v%{editorconfig_version}.tar.gz#/vimplugin-editorconfig-%{editorconfig_version}.tar.gz Source34: https://github.com/editorconfig/editorconfig-vim/archive/v%{editorconfig_version}.tar.gz#/vimplugin-editorconfig-%{editorconfig_version}.tar.gz
Source35: https://github.com/tpope/vim-fugitive/archive/v%{fugitive_version}.tar.gz#/vimplugin-fugitive-%{fugitive_version}.tar.gz Source35: https://github.com/tpope/vim-fugitive/archive/v%{fugitive_version}.tar.gz#/vimplugin-fugitive-%{fugitive_version}.tar.gz
Source36: vimplugin-neomutt-%{neomutt_version}.tar.bz2 Source36: vimplugin-neomutt-%{neomutt_version}.tar.bz2
Source37: vimplugin-salt-%{salt_version}.tar.bz2 Source37: vimplugin-salt-%{salt_version}.tar.bz2
Source38: file-line-%{file_line_version}.tar.xz
Source100: https://raw.githubusercontent.com/openSUSE/pack-tools/master/contrib/vim/spec.snippets Source100: https://raw.githubusercontent.com/openSUSE/pack-tools/master/contrib/vim/spec.snippets
Patch1: locateopen-1.3-locate-support.patch Patch1: locateopen-1.3-locate-support.patch
Patch2: showmarks-signs.patch Patch2: showmarks-signs.patch
@ -486,7 +489,7 @@ Release: 0
Summary: Plugin for transparent editing of gpg encrypted files Summary: Plugin for transparent editing of gpg encrypted files
License: GPL-1.0-or-later License: GPL-1.0-or-later
Group: Productivity/Text/Editors Group: Productivity/Text/Editors
Url: https://github.com/jamessan/vim-gnupg URL: https://github.com/jamessan/vim-gnupg
Requires: gpg2 Requires: gpg2
%description -n vim-plugin-gnupg %description -n vim-plugin-gnupg
@ -577,6 +580,17 @@ easily readable and they work nicely with version control systems.
This package contains a Vim plugin to support EditorConfig. This package contains a Vim plugin to support EditorConfig.
%package -n vim-plugin-file-line
Version: %file_line_version
Release: 0
Summary: File-line plugin for Vim
License: Vim
Group: Productivity/Text/Editors
%description -n vim-plugin-file-line
Plugin for vim to enable opening a file in a given line.
%package -n vim-plugin-fugitive %package -n vim-plugin-fugitive
Version: %fugitive_version Version: %fugitive_version
@ -609,13 +623,13 @@ Release: 0
Summary: Salt plugin for Vim Summary: Salt plugin for Vim
License: Apache-2.0 License: Apache-2.0
Group: Productivity/Text/Editors Group: Productivity/Text/Editors
Url: https://github.com/saltstack/salt-vim URL: https://github.com/saltstack/salt-vim
%description -n vim-plugin-salt %description -n vim-plugin-salt
This Vim plugin provides support for editing Saltstack .sls files. This Vim plugin provides support for editing Saltstack .sls files.
%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 -a25 -a26 -a27 -a28 -a29 -a30 -a31 -a32 -a34 -a35 -a36 -a37 %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 -a25 -a26 -a27 -a28 -a30 -a31 -a32 -a33 -a34 -a35 -a36 -a37 -a38
# ------- patch locateopen ------ # ------- patch locateopen ------
pushd vimplugin-locateopen-%locateopen_version pushd vimplugin-locateopen-%locateopen_version
%patch1 %patch1
@ -627,9 +641,9 @@ popd
%build %build
%install %install
for i in vimplugin-*; do mkdir -p %buildroot/%vimplugin_dir
for i in vimplugin-* file-line-*; do
pushd $i pushd $i
mkdir -p %buildroot/%vimplugin_dir
cp -av * %buildroot/%vimplugin_dir/ cp -av * %buildroot/%vimplugin_dir/
popd popd
done done
@ -647,19 +661,30 @@ popd
pushd editorconfig-vim-%{editorconfig_version} pushd editorconfig-vim-%{editorconfig_version}
rm -rf plugin/editorconfig-core-py/ tests/ rm -rf plugin/editorconfig-core-py/ tests/
rm mkzip.sh README.md LICENSE CONTRIBUTORS rm mkzip.sh README.md LICENSE CONTRIBUTORS
mkdir -p %buildroot/%vimplugin_dir
cp -a * %buildroot/%vimplugin_dir/ cp -a * %buildroot/%vimplugin_dir/
popd popd
# vim-plugin-fugitive # vim-plugin-fugitive
pushd vim-fugitive-%{fugitive_version} pushd vim-fugitive-%{fugitive_version}
mkdir -p %buildroot/%vimplugin_dir
cp -a autoload ftdetect plugin doc syntax %{buildroot}/%{vimplugin_dir} cp -a autoload ftdetect plugin doc syntax %{buildroot}/%{vimplugin_dir}
popd popd
# vim-plugin-gnupg
pushd vim-gnupg-%{gnupg_version}
cp -av autoload plugin doc %{buildroot}/%{vimplugin_dir}
popd
# vim-plugin-latex
pushd vim-latex-%{latex_version}
cp -av compiler doc ftplugin indent latextags ltags plugin %{buildroot}/%{vimplugin_dir}
install -d %{buildroot}%{_datadir}/appdata
install -m 644 vim-latex.metainfo.xml %{buildroot}%{_datadir}/appdata/
popd
cp %{SOURCE100} %{buildroot}/%vimplugin_dir/snippets/ cp %{SOURCE100} %{buildroot}/%vimplugin_dir/snippets/
# delete unneeded files # delete unneeded files
rm -rf %{buildroot}/%vimplugin_dir/README*
rm -rf %{buildroot}/%vimplugin_dir/doc/Makefile* rm -rf %{buildroot}/%vimplugin_dir/doc/Makefile*
rm -rf %{buildroot}/%vimplugin_dir/doc/README* rm -rf %{buildroot}/%vimplugin_dir/doc/README*
rm -rf %{buildroot}/%vimplugin_dir/doc/*.{xml,xsl,css} rm -rf %{buildroot}/%vimplugin_dir/doc/*.{xml,xsl,css}
@ -900,6 +925,16 @@ if [ $1 == 0 ]; then
vim -u NONE -U NONE -X -n '+set nobackup nomore' '+helptags %vimplugin_dir/doc/' '+qa!' < /dev/null &> /dev/null vim -u NONE -U NONE -X -n '+set nobackup nomore' '+helptags %vimplugin_dir/doc/' '+qa!' < /dev/null &> /dev/null
fi fi
# documentation: vim-plugin-gnupg
%post -n vim-plugin-gnupg
vim -u NONE -U NONE -X -n '+set nobackup nomore' '+helptags %vimplugin_dir/doc/' '+qa!' < /dev/null &> /dev/null
%postun -n vim-plugin-gnupg
if [ $1 == 0 ]; then
vim -u NONE -U NONE -X -n '+set nobackup nomore' '+helptags %vimplugin_dir/doc/' '+qa!' < /dev/null &> /dev/null
fi
# documentation: vim-plugin-neomutt # documentation: vim-plugin-neomutt
%post -n vim-plugin-neomutt %post -n vim-plugin-neomutt
@ -1051,10 +1086,12 @@ fi
%files -n vim-plugin-latex %files -n vim-plugin-latex
%defattr(-,root,root,0755) %defattr(-,root,root,0755)
%doc vim-latex-%{latex_version}/README.md
%{_datadir}/appdata/vim-latex.metainfo.xml
%vimplugin_dir/doc/db2vim/
%vimplugin_dir/doc/latex*.txt %vimplugin_dir/doc/latex*.txt
%vimplugin_dir/doc/imaps.txt %vimplugin_dir/doc/imaps.txt
%vimplugin_dir/plugin/imaps.vim %vimplugin_dir/plugin/imaps.vim
%vimplugin_dir/plugin/libList.vim
%vimplugin_dir/plugin/remoteOpen.vim %vimplugin_dir/plugin/remoteOpen.vim
%vimplugin_dir/plugin/filebrowser.vim %vimplugin_dir/plugin/filebrowser.vim
%vimplugin_dir/plugin/SyntaxFolds.vim %vimplugin_dir/plugin/SyntaxFolds.vim
@ -1086,6 +1123,8 @@ fi
%files -n vim-plugin-gnupg %files -n vim-plugin-gnupg
%defattr(-,root,root,0755) %defattr(-,root,root,0755)
%vimplugin_dir/autoload/gnupg.vim
%vimplugin_dir/doc/gnupg.txt
%vimplugin_dir/plugin/gnupg.vim %vimplugin_dir/plugin/gnupg.vim
%files -n vim-plugin-gitdiff %files -n vim-plugin-gitdiff
@ -1124,6 +1163,10 @@ fi
%vimplugin_dir/autoload/editorconfig.vim %vimplugin_dir/autoload/editorconfig.vim
%vimplugin_dir/doc/editorconfig.txt %vimplugin_dir/doc/editorconfig.txt
%files -n vim-plugin-file-line
%doc file-line-%{file_line_version}/README.md
%vimplugin_dir/plugin/file_line.vim
%files -n vim-plugin-fugitive %files -n vim-plugin-fugitive
%defattr(-,root,root,0755) %defattr(-,root,root,0755)
%vimplugin_dir/plugin/fugitive.vim %vimplugin_dir/plugin/fugitive.vim

View File

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

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:39deb5d84cee36c76f70428b9f57cd872e94c5b908e8b38d01c0a5763be50634
size 64708

View File

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

View File

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

View File

@ -0,0 +1,18 @@
-----BEGIN PGP SIGNATURE-----
iQKTBAABCgB9FiEEkb+/TWlWvV33ty0j3+aRrjMbo9sFAl+sSN5fFIAAAAAALgAo
aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldDkx
QkZCRjRENjk1NkJENURGN0I3MkQyM0RGRTY5MUFFMzMxQkEzREIACgkQ3+aRrjMb
o9sPvhAAuPDA3noTN5HUBJfBLEcMrzZN2SWDCNmTgLRxhog+iE1d9C8femPNObxs
hSb2P6GKsiIHrCpFW78v8OS3gZSKKuqCWP1inmgVImFKvJ3SDij4+kDfVKpLGv8v
6V5xSgBy1svbDmQzHW5CUOUmu3seBKN4OluM+gJYrNZguohnLmgABfG/e/oRO8iF
AcszgyEdZYjqMgEdvf0U6TPJOd3xvQn6cYawz0Cn6/gFx7Z0oZyJZ1TZVqVr4PYr
WUt3mfPgeK0O8qa9LTL+MT6+wIJLUTySpRe1XIIyl7utxni95+u+mtVfouj7Cr2L
L0IW2925RIcBBk8ODKaD/KZPAjUwy/djFdSB5jBSgYjp/gaW3fdw1/5mPaRaYGaC
Kyj4llZFUotKIDhcYesku+wLV8kuAWNx88RKQDNcMzM4Utm7hM3cIq+PJRwVoZH6
7lDNPG3pDpYH/KhMjwHdfGxNg9v+vD+jglrgTLSv6uDN72YPRF+k0qdaDSoRNF6Y
HjBkH9JEsu6rSSaeNQ1/yokrE/ugyalokrfmip2Be4T6/qvAWpNbHpsP8QGNU3aK
7WeVe6BTz9qTU3Eqytda3szWVJLjPY/3nhgQLZmDiq05j1xHqVTkxRgJOHf0AW1L
LDJAGTiYX5+yu9tFArk7vY8VWmjW4C5wijfLf51s9dC/C92JBIo=
=FibZ
-----END PGP SIGNATURE-----

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:1300a4436d6e541ea2719f19a46fe964735feeb68040513eea84f2ade5d81b3a
size 214149

View File

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

View File

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