Jiri Slaby 2022-02-07 11:03:40 +00:00 committed by Git OBS Bridge
parent afd880685a
commit 02ec6c50d7
27 changed files with 126 additions and 121 deletions

View File

@ -12,13 +12,13 @@
</service> </service>
<service name="obs_scm" mode="disabled"> <service name="obs_scm" mode="disabled">
<param name="url">https://github.com/plasticboy/vim-markdown</param> <param name="url">https://github.com/neomutt/neomutt.vim.git</param>
<param name="scm">git</param> <param name="scm">git</param>
<param name="versionformat">@PARENT_TAG@+%cd</param> <param name="versionformat">%cd</param>
<param name="revision">8e5d86f7b85234d3d1b4207dceebc43a768ed5d4</param> <param name="revision">15b06057a75e5b648b1c1c692c870bc7f052d0c9</param>
</service> </service>
<service name="tar" mode="buildtime"> <service name="tar" mode="buildtime">
<param name="obsinfo">vim-markdown.obsinfo</param> <param name="obsinfo">neomutt.vim.obsinfo</param>
</service> </service>
<service name="obs_scm" mode="disabled"> <service name="obs_scm" mode="disabled">
@ -27,12 +27,22 @@
<param name="versionformat">@PARENT_TAG@+%cd</param> <param name="versionformat">@PARENT_TAG@+%cd</param>
<param name="versionrewrite-pattern">v(.*)</param> <param name="versionrewrite-pattern">v(.*)</param>
<param name="versionrewrite-replacement">\1</param> <param name="versionrewrite-replacement">\1</param>
<param name="revision">c04c32f467c160a569d0aec7f938ebe67297e321</param> <param name="revision">0760891c71e4c332d0b07704f2356bc4f56a7128</param>
</service> </service>
<service name="tar" mode="buildtime"> <service name="tar" mode="buildtime">
<param name="obsinfo">vim-latex.obsinfo</param> <param name="obsinfo">vim-latex.obsinfo</param>
</service> </service>
<service name="obs_scm" mode="disabled">
<param name="url">https://github.com/plasticboy/vim-markdown</param>
<param name="scm">git</param>
<param name="versionformat">@PARENT_TAG@+%cd</param>
<param name="revision">50d42082819cfa91745b6eff6e28ad5cbc8b27fa</param>
</service>
<service name="tar" mode="buildtime">
<param name="obsinfo">vim-markdown.obsinfo</param>
</service>
<service name="recompress" mode="buildtime"> <service name="recompress" mode="buildtime">
<param name="file">*.tar</param> <param name="file">*.tar</param>
<param name="compression">xz</param> <param name="compression">xz</param>

View File

@ -2,4 +2,3 @@ name: file-line
version: 1.0+20161020 version: 1.0+20161020
mtime: 1477011001 mtime: 1477011001
commit: 559088afaf10124ea663ee0f4f73b1de48fb1632 commit: 559088afaf10124ea663ee0f4f73b1de48fb1632

View File

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

4
neomutt.vim.obsinfo Normal file
View File

@ -0,0 +1,4 @@
name: neomutt.vim
version: 20210218
mtime: 1613614995
commit: 15b06057a75e5b648b1c1c692c870bc7f052d0c9

View File

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

View File

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

View File

@ -1,5 +1,4 @@
name: vim-latex name: vim-latex
version: 1.10.0+20210323 version: 1.10.0+20210818
mtime: 1616485374 mtime: 1629271826
commit: c04c32f467c160a569d0aec7f938ebe67297e321 commit: 0760891c71e4c332d0b07704f2356bc4f56a7128

View File

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

View File

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

View File

@ -1,5 +1,4 @@
name: vim-markdown name: vim-markdown
version: 2.0.0+20200714 version: 2.0.0+20220129
mtime: 1594729550 mtime: 1643455211
commit: 8e5d86f7b85234d3d1b4207dceebc43a768ed5d4 commit: 50d42082819cfa91745b6eff6e28ad5cbc8b27fa

View File

@ -1,23 +1,25 @@
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Nov 16 11:41:06 UTC 2021 - Jiri Slaby <jslaby@suse.cz> Mon Feb 7 11:01:13 UTC 2022 - Jiri Slaby <jslaby@suse.cz>
- update - update
* NERDcommenter_version 2.5.2 * latex 1.10.0+20210818
* NERDtree_version 6.10.16 * neomutt 20210218
* supertab_version 2.1 * NERDcommenter 2.6.0
* zoomwin_tag 24@1 * NERDtree 6.10.16
* rails 5.2
* supertab 2.1
- add - add
* vim-markdown 2.0.0+20200714 * vim-markdown 2.0.0+20220129
- clean up the spec, esp. the post/postup part using macro. - clean up the spec, esp. the post/postup part using macro.
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Sep 30 06:04:37 UTC 2021 - Jiri Slaby <jslaby@suse.cz> Thu Sep 30 06:04:37 UTC 2021 - Jiri Slaby <jslaby@suse.cz>
- update - update
* align_version 37.43 * align 37.43
* fugitive_version 3.4 * fugitive 3.4
* tlib_version 1.27 * tlib 1.27
* tselectfiles_version 0.11 * tselectfiles 0.11
- cleanup the spec and use URLs in Sources - cleanup the spec and use URLs in Sources
- remove vim-fugitive-Remove-unnecessary-complete-on-command-with-no-argum.patch - remove vim-fugitive-Remove-unnecessary-complete-on-command-with-no-argum.patch
(it's upstream) (it's upstream)

View File

@ -1,7 +1,7 @@
# #
# spec file for package vim-plugins # spec file for package vim-plugins
# #
# Copyright (c) 2021 SUSE LLC # Copyright (c) 2022 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
@ -24,25 +24,25 @@
%define calendar_version 2.5 %define calendar_version 2.5
%define colorsel_version 20110107 %define colorsel_version 20110107
%define colorschemes_version 1.0 %define colorschemes_version 1.0
%define diffchanges_tag 346dae2 %define diffchanges_version_orig 346dae2
%define diffchanges_version 0.6~346dae2 %define diffchanges_version 0.6+346dae2
%define editorconfig_version 0.3.3 %define editorconfig_version 0.3.3
%define file_line_version 1.0+20161020 %define file_line_version 1.0+20161020
%define fugitive_version 3.4 %define fugitive_version 3.4
%define gitdiff_version 2 %define gitdiff_version 2
%define gnupg_version 2.7.1 %define gnupg_version 2.7.1
%define latex_version 1.10.0+20210323 %define latex_version 1.10.0+20210818
%define locateopen_version 1.3 %define locateopen_version 1.3
%define markdown_version 2.0.0+20200714
%define matrix_version 1.10 %define matrix_version 1.10
%define minibufexpl_version 6.3.2 %define minibufexpl_version 6.3.2
%define multiplesearch_version 1.3 %define multiplesearch_version 1.3
%define neomutt_version 20180104 %define markdown_version 2.0.0+20220129
%define NERDcommenter_version 2.5.2 %define neomutt_version 20210218
%define NERDcommenter_version 2.6.0
%define NERDtree_version 6.10.16 %define NERDtree_version 6.10.16
%define project_version 1.4.1 %define project_version 1.4.1
%define quilt_version 0.9.7 %define quilt_version 0.9.7
%define rails_version 4.4 %define rails_version 5.2
%define salt_version 0.0.1 %define salt_version 0.0.1
%define searchcomplete_version 1.1 %define searchcomplete_version 1.1
%define showmarks_version 2.3 %define showmarks_version 2.3
@ -55,8 +55,7 @@
%define tselectfiles_version 0.11 %define tselectfiles_version 0.11
%define utl_version 2.0 %define utl_version 2.0
%define vimwiki_version 2.1 %define vimwiki_version 2.1
%define zoomwin_tag 24@1 %define zoomwin_version 24
%define zoomwin_version 24.1
Name: vim-plugins Name: vim-plugins
Version: 7.3.0 Version: 7.3.0
@ -71,40 +70,40 @@ Source2: https://github.com/jlanzarotta/bufexplorer/archive/refs/tags/v%{
Source3: https://github.com/vim-scripts/calendar.vim--Matsumoto/archive/refs/tags/%{calendar_version}.tar.gz#/calendar.vim--Matsumoto-%{calendar_version}.tar.gz Source3: https://github.com/vim-scripts/calendar.vim--Matsumoto/archive/refs/tags/%{calendar_version}.tar.gz#/calendar.vim--Matsumoto-%{calendar_version}.tar.gz
Source4: https://github.com/vim-scripts/colorsel.vim/archive/refs/tags/%{colorsel_version}.tar.gz#/vimplugin-colorsel-%{colorsel_version}.tar.gz Source4: https://github.com/vim-scripts/colorsel.vim/archive/refs/tags/%{colorsel_version}.tar.gz#/vimplugin-colorsel-%{colorsel_version}.tar.gz
Source5: vimplugin-colorschemes-%{colorschemes_version}.tar.bz2 Source5: vimplugin-colorschemes-%{colorschemes_version}.tar.bz2
Source6: https://github.com/vim-scripts/diffchanges.vim/archive/refs/tags/%{diffchanges_tag}.tar.gz#/vimplugin-diffchanges-%{diffchanges_version}.tar.gz Source6: https://github.com/vim-scripts/diffchanges.vim/archive/refs/tags/%{diffchanges_version_orig}.tar.gz#/vimplugin-diffchanges-%{diffchanges_version}.tar.gz
Source7: https://github.com/vim-scripts/LocateOpen/archive/refs/tags/%{locateopen_version}.tar.gz#/vimplugin-locateopen-%{locateopen_version}.tar.gz Source7: https://github.com/vim-scripts/LocateOpen/archive/refs/tags/%{locateopen_version}.tar.gz#/vimplugin-locateopen-%{locateopen_version}.tar.gz
Source9: https://github.com/vim-scripts/matrix.vim--Yang/archive/refs/tags/%{matrix_version}.tar.gz#/vimplugin-matrix-%{matrix_version}.tar.gz Source9: https://github.com/vim-scripts/matrix.vim--Yang/archive/refs/tags/%{matrix_version}.tar.gz#/vimplugin-matrix-%{matrix_version}.tar.gz
Source10: https://github.com/vim-scripts/minibufexpl.vim/archive/refs/tags/%{minibufexpl_version}.tar.gz#/vimplugin-minibufexpl-%{minibufexpl_version}.tar.gz Source10: https://github.com/vim-scripts/minibufexpl.vim/archive/refs/tags/%{minibufexpl_version}.tar.gz#/vimplugin-minibufexpl-%{minibufexpl_version}.tar.gz
Source11: https://github.com/vim-scripts/MultipleSearch/archive/refs/tags/%{multiplesearch_version}.tar.gz#/vimplugin-multiplesearch-%{multiplesearch_version}.tar.gz Source11: https://github.com/vim-scripts/MultipleSearch/archive/refs/tags/%{multiplesearch_version}.tar.gz#/vimplugin-multiplesearch-%{multiplesearch_version}.tar.gz
Source12: https://github.com/preservim/nerdcommenter/archive/refs/tags/%{NERDcommenter_version}.tar.gz#/vimplugin-NERDcommenter-%{NERDcommenter_version}.tar.gz Source12: https://github.com/preservim/nerdcommenter/archive/refs/tags/%{NERDcommenter_version}.tar.gz#/vimplugin-NERDcommenter-%{NERDcommenter_version}.tar.gz
Source13: https://github.com/preservim/nerdtree/archive/refs/tags/%{NERDtree_version}.tar.gz#/vimplugin-NERDtree-%{NERDtree_version}.tar.gz Source13: https://github.com/preservim/nerdtree/archive/refs/tags/%{NERDtree_version}.tar.gz#/vimplugin-NERDtree-%{NERDtree_version}.tar.gz
Source14: https://github.com/vim-scripts/project.tar.gz/archive/refs/tags/%{project_version}.tar.gz#/vimplugin-project-%{project_version}.tar.gz Source14: vimplugin-project-%{project_version}.tar.gz
Source15: https://github.com/vim-scripts/SearchComplete/archive/refs/tags/%{searchcomplete_version}.tar.gz#/vimplugin-searchcomplete-%{searchcomplete_version}.tar.gz Source15: https://github.com/vim-scripts/SearchComplete/archive/refs/tags/%{searchcomplete_version}.tar.gz#/vimplugin-searchcomplete-%{searchcomplete_version}.tar.gz
Source16: https://github.com/vim-scripts/ShowMarks7/archive/refs/tags/%{showmarks_version}.tar.gz#/vimplugin-showmarks-%{showmarks_version}.tar.gz Source16: https://github.com/vim-scripts/ShowMarks7/archive/refs/tags/%{showmarks_version}.tar.gz#/vimplugin-showmarks-%{showmarks_version}.tar.gz
Source17: https://github.com/vim-scripts/SuperTab--Van-Dewoestine/archive/refs/tags/%{supertab_version}.tar.gz#/vimplugin-supertab-%{supertab_version}.tar.gz Source17: https://github.com/vim-scripts/SuperTab--Van-Dewoestine/archive/refs/tags/%{supertab_version}.tar.gz#/vimplugin-supertab-%{supertab_version}.tar.gz
Source18: vimplugin-taglist-%{taglist_version}.tar.bz2 Source18: https://github.com/yegappan/taglist/archive/refs/tags/v%{taglist_version}.tar.gz#/vimplugin-taglist-%{taglist_version}.tar.gz
Source19: https://github.com/tomtom/tlib_vim/archive/refs/tags/%{tlib_version}.tar.gz#/vimplugin-tlib-%{tlib_version}.tar.gz Source19: https://github.com/tomtom/tlib_vim/archive/refs/tags/%{tlib_version}.tar.gz#/vimplugin-tlib-%{tlib_version}.tar.gz
Source20: https://github.com/vim-scripts/tregisters/archive/refs/tags/%{tregisters_version}.tar.gz#/vimplugin-tregisters-%{tregisters_version}.tar.gz Source20: https://github.com/vim-scripts/tregisters/archive/refs/tags/%{tregisters_version}.tar.gz#/vimplugin-tregisters-%{tregisters_version}.tar.gz
Source21: https://github.com/vim-scripts/tselectbuffer/archive/refs/tags/%{tselectbuffer_version}.tar.gz#/vimplugin-tselectbuffer-%{tselectbuffer_version}.tar.gz Source21: https://github.com/vim-scripts/tselectbuffer/archive/refs/tags/%{tselectbuffer_version}.tar.gz#/vimplugin-tselectbuffer-%{tselectbuffer_version}.tar.gz
Source22: https://github.com/vim-scripts/tselectfiles/archive/refs/tags/%{tselectfiles_version}.tar.gz#/vimplugin-tselectfiles-%{tselectfiles_version}.tar.gz Source22: https://github.com/vim-scripts/tselectfiles/archive/refs/tags/%{tselectfiles_version}.tar.gz#/vimplugin-tselectfiles-%{tselectfiles_version}.tar.gz
Source23: https://github.com/vim-scripts/utl.vim/archive/refs/tags/%{utl_version}.tar.gz#/vimplugin-utl-%{utl_version}.tar.gz Source23: https://github.com/vim-scripts/utl.vim/archive/refs/tags/%{utl_version}.tar.gz#/vimplugin-utl-%{utl_version}.tar.gz
Source24: https://github.com/vim-scripts/ZoomWin/archive/refs/tags/%{zoomwin_tag}.tar.gz#/vimplugin-zoomwin-%{zoomwin_version}.tar.gz Source24: https://github.com/vim-scripts/ZoomWin/archive/refs/tags/%{zoomwin_version}.tar.gz#/vimplugin-zoomwin-%{zoomwin_version}.tar.gz
Source26: vimplugin-quilt-%{quilt_version}.tar.bz2 Source26: https://github.com/vim-scripts/quilt/archive/refs/tags/%{quilt_version}.tar.gz#/vimplugin-quilt-%{quilt_version}.tar.gz
Source27: vimplugin-vimwiki-%{vimwiki_version}.tar.bz2 Source27: https://github.com/vim-scripts/vimwiki/archive/refs/tags/%{vimwiki_version}.tar.gz#/vimplugin-vimwiki-%{vimwiki_version}.tar.gz
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 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: 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 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: https://github.com/vim-scripts/gitdiff.vim/archive/refs/tags/%{gitdiff_version}.tar.gz#/vimplugin-gitdiff-%{gitdiff_version}.tar.gz Source30: https://github.com/vim-scripts/gitdiff.vim/archive/refs/tags/%{gitdiff_version}.tar.gz#/vimplugin-gitdiff-%{gitdiff_version}.tar.gz
Source31: vimplugin-snipmate-%{snipmate_version}.tar.bz2 Source31: https://github.com/vim-scripts/snipMate/archive/refs/tags/%{snipmate_version}.tar.gz#/vimplugin-snipmate-%{snipmate_version}.tar.gz
Source32: vimplugin-rails-%{rails_version}.tar.bz2 Source32: https://github.com/vim-scripts/rails.vim/archive/refs/tags/%{rails_version}.tar.gz#/vimplugin-rails-%{rails_version}.tar.gz
Source33: https://github.com/mileszs/ack.vim/archive/%{ack_version}.tar.gz#/vimplugin-ack-%{ack_version}.tar.gz 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
Source37: vimplugin-salt-%{salt_version}.tar.bz2 Source37: vimplugin-salt-%{salt_version}.tar.bz2
# from _service # from _service
Source100: file-line-%{file_line_version}.tar.xz Source100: file-line-%{file_line_version}.tar.xz
Source101: vim-latex-%{latex_version}.tar.xz Source101: vim-markdown-%{markdown_version}.tar.xz
Source102: vim-markdown-%{markdown_version}.tar.xz Source102: neomutt.vim-%{neomutt_version}.tar.xz
Source103: vim-latex-%{latex_version}.tar.xz
Source1000: https://raw.githubusercontent.com/openSUSE/pack-tools/master/contrib/vim/spec.snippets Source1000: 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
@ -647,7 +646,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 %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 -a37 -a100 -a101 -a102 -a103
# ------- patch locateopen ------ # ------- patch locateopen ------
pushd LocateOpen-%locateopen_version pushd LocateOpen-%locateopen_version
%patch1 %patch1
@ -660,7 +659,8 @@ pushd file-line-%file_line_version
popd popd
find tlib_vim-%{tlib_version} -type f \( -name '*.vim' -o -name '*.txt' \) -exec chmod -v 644 {} + find tlib_vim-%{tlib_version} -type f \( -name '*.vim' -o -name '*.txt' \) -exec chmod -v 644 {} +
chmod -v 644 vimplugin-taglist-%{taglist_version}/doc/taglist.txt chmod -v 644 vim-markdown-%{markdown_version}/indent/markdown.vim \
taglist-%{taglist_version}/doc/taglist.txt
%build %build
@ -670,10 +670,6 @@ rm -rf plugin/editorconfig-core-py/ tests/
rm mkzip.sh rm mkzip.sh
popd popd
pushd nerdcommenter-%{NERDcommenter_version}
rm -f Rakefile
popd
pushd nerdtree-%{NERDtree_version} pushd nerdtree-%{NERDtree_version}
rm -f _config.yml screenshot.png rm -f _config.yml screenshot.png
popd popd
@ -682,22 +678,25 @@ pushd tlib_vim-%{tlib_version}
rm -r addon-info.json doc/tags etc samples scripts test rm -r addon-info.json doc/tags etc samples scripts test
popd popd
pushd vim-markdown-%{markdown_version}
rm -r registry test
popd
install -d %buildroot/%vimplugin_dir install -d %buildroot/%vimplugin_dir
for i in vimplugin-* a.vim-* ack.vim-* Align-* calendar.vim--Matsumoto-* \ for i in vimplugin-* a.vim-* ack.vim-* Align-* calendar.vim--Matsumoto-* \
bufexplorer-* colorsel.vim-* diffchanges.vim-* \ colorsel.vim-* bufexplorer-* diffchanges.vim-* editorconfig-vim-* \
editorconfig-vim-* file-line-* \ file-line-* gitdiff.vim-* LocateOpen-* matrix.vim--Yang-* \
gitdiff.vim-* LocateOpen-* matrix.vim--Yang-* minibufexpl.vim-* \ minibufexpl.vim-* MultipleSearch-* neomutt.vim-* nerdcommenter-* \
MultipleSearch-* nerdcommenter-* nerdtree-* project.tar.gz-* \ nerdtree-* project.tar.gz-* quilt-* rails.vim-* SearchComplete-* \
SearchComplete-* ShowMarks7-* SuperTab--Van-Dewoestine-* \ ShowMarks7-* snipMate-* SuperTab--Van-Dewoestine-* taglist-* \
tlib_vim-* tregisters-* tselectbuffer-* tselectfiles-* utl.vim-* \ tlib_vim-* tregisters-* tselectbuffer-* tselectfiles-* utl.vim-* \
vim-fugitive-* \ vim-fugitive-* vim-gnupg-* vim-markdown-* vimwiki-* ZoomWin-*; do
vim-gnupg-* ZoomWin-*; do
pushd $i pushd $i
cp -av * %buildroot/%vimplugin_dir/ cp -av * %buildroot/%vimplugin_dir/
popd popd
done done
mkdir -p %{buildroot}%{_defaultdocdir}/vimplugin-NERDtree/ install -d %{buildroot}%{_defaultdocdir}/vimplugin-NERDtree/
mv %{buildroot}/%vimplugin_dir/nerdtree_plugin %{buildroot}%{_defaultdocdir}/vimplugin-NERDtree/ mv %{buildroot}/%vimplugin_dir/nerdtree_plugin %{buildroot}%{_defaultdocdir}/vimplugin-NERDtree/
# vim-plugin-latex # vim-plugin-latex
@ -707,24 +706,21 @@ install -d %{buildroot}%{_datadir}/appdata
install -m 644 vim-latex.metainfo.xml %{buildroot}%{_datadir}/appdata/ install -m 644 vim-latex.metainfo.xml %{buildroot}%{_datadir}/appdata/
popd popd
pushd vim-markdown-%{markdown_version} install -d %{buildroot}/%vimplugin_dir/snippets/
chmod 644 indent/markdown.vim
%{makeinstall} 'ADDONS=${VIMDIR}/site'
popd
install -m 644 %{SOURCE1000} %{buildroot}/%vimplugin_dir/snippets/ install -m 644 %{SOURCE1000} %{buildroot}/%vimplugin_dir/snippets/
# delete unneeded files # delete unneeded files
rm -rf %{buildroot}/%vimplugin_dir/CHANGE* rm -rf %{buildroot}/%vimplugin_dir/CHANGE*
rm -rf %{buildroot}/%vimplugin_dir/CONTRIBUT* rm -rf %{buildroot}/%vimplugin_dir/CONTRIBUT*
rm -rf %{buildroot}/%vimplugin_dir/LICEN?E* rm -rf %{buildroot}/%vimplugin_dir/LICEN[SC]E*
rm -rf %{buildroot}/%vimplugin_dir/README* rm -rf %{buildroot}/%vimplugin_dir/README*
rm -rf %{buildroot}/%vimplugin_dir/Makefile*
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}
# For every plugin providing documentation, we have to call the post and postun # For every plugin providing documentation, we have to call the post and postun
# scriptlets. # scriptlets
%define vim_doc_post(n:) \ %define vim_doc_post(n:) \
%%post %{-n:-n %{-n*}} \ %%post %{-n:-n %{-n*}} \
@ -744,6 +740,7 @@ fi \
%vim_doc_post -n vim-plugin-fugitive %vim_doc_post -n vim-plugin-fugitive
%vim_doc_post -n vim-plugin-gnupg %vim_doc_post -n vim-plugin-gnupg
%vim_doc_post -n vim-plugin-latex %vim_doc_post -n vim-plugin-latex
%vim_doc_post -n vim-plugin-markdown
%vim_doc_post -n vim-plugin-multiplesearch %vim_doc_post -n vim-plugin-multiplesearch
%vim_doc_post -n vim-plugin-neomutt %vim_doc_post -n vim-plugin-neomutt
%vim_doc_post -n vim-plugin-NERDcommenter %vim_doc_post -n vim-plugin-NERDcommenter
@ -828,7 +825,7 @@ fi \
%vimplugin_dir/doc/fugitive.txt %vimplugin_dir/doc/fugitive.txt
%vimplugin_dir/autoload/fugitive.vim %vimplugin_dir/autoload/fugitive.vim
%vimplugin_dir/ftdetect/fugitive.vim %vimplugin_dir/ftdetect/fugitive.vim
%dir %vimplugin_dir/ftplugin/ %dir %vimplugin_dir/ftplugin
%vimplugin_dir/ftplugin/fugitiveblame.vim %vimplugin_dir/ftplugin/fugitiveblame.vim
%vimplugin_dir/syntax/fugitive.vim %vimplugin_dir/syntax/fugitive.vim
%vimplugin_dir/syntax/fugitiveblame.vim %vimplugin_dir/syntax/fugitiveblame.vim
@ -854,11 +851,11 @@ fi \
%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
%dir %vimplugin_dir/compiler/
%vimplugin_dir/compiler/tex.vim %vimplugin_dir/compiler/tex.vim
%dir %vimplugin_dir/indent/ %dir %vimplugin_dir/compiler
%vimplugin_dir/indent/tex.vim %vimplugin_dir/indent/tex.vim
%dir %vimplugin_dir/ftplugin/ %dir %vimplugin_dir/indent
%dir %vimplugin_dir/ftplugin
%vimplugin_dir/ftplugin/latex-suite %vimplugin_dir/ftplugin/latex-suite
%vimplugin_dir/ftplugin/tex_latexSuite.vim %vimplugin_dir/ftplugin/tex_latexSuite.vim
%vimplugin_dir/ftplugin/bib_latexSuite.vim %vimplugin_dir/ftplugin/bib_latexSuite.vim
@ -870,21 +867,11 @@ fi \
%vimplugin_dir/plugin/locateopen.vim %vimplugin_dir/plugin/locateopen.vim
%files -n vim-plugin-markdown %files -n vim-plugin-markdown
%doc vim-markdown-%{markdown_version}/README.md vim-markdown-%{markdown_version}/CONTRIBUTING.md
%dir %vimplugin_dir/after/
%dir %vimplugin_dir/after/ftplugin/
%vimplugin_dir/after/ftplugin/markdown.vim
%dir %vimplugin_dir/ftdetect/
%vimplugin_dir/ftdetect/markdown.vim
%dir %vimplugin_dir/ftplugin/
%vimplugin_dir/ftplugin/markdown.vim
%dir %vimplugin_dir/indent/
%vimplugin_dir/indent/markdown.vim
%dir %{_datadir}/vim/registry/
%{_datadir}/vim/registry/markdown.yaml
%dir %vimplugin_dir/syntax/
%vimplugin_dir/syntax/markdown.vim
%vimplugin_dir/doc/vim-markdown.txt %vimplugin_dir/doc/vim-markdown.txt
%vimplugin_dir/ftdetect/markdown.vim
%vimplugin_dir/ftplugin/markdown.vim
%vimplugin_dir/indent/markdown.vim
%vimplugin_dir/syntax/markdown.vim
%files -n vim-plugin-matrix %files -n vim-plugin-matrix
%defattr(-,root,root,0755) %defattr(-,root,root,0755)
@ -903,26 +890,28 @@ fi \
%files -n vim-plugin-neomutt %files -n vim-plugin-neomutt
%defattr(-,root,root,0755) %defattr(-,root,root,0755)
%vimplugin_dir/doc/neomutt.txt %vimplugin_dir/doc/neomutt.txt
%vimplugin_dir/ftdetect/logfile.vim
%vimplugin_dir/ftdetect/mail.vim %vimplugin_dir/ftdetect/mail.vim
%vimplugin_dir/ftdetect/neomuttrc.vim %vimplugin_dir/ftdetect/neomuttrc.vim
%vimplugin_dir/ftplugin/neomuttrc.vim %vimplugin_dir/ftplugin/neomuttrc.vim
%vimplugin_dir/syntax/neomuttlog.vim
%vimplugin_dir/syntax/neomuttrc.vim %vimplugin_dir/syntax/neomuttrc.vim
%files -n vim-plugin-NERDcommenter %files -n vim-plugin-NERDcommenter
%defattr(-,root,root,0755) %defattr(-,root,root,0755)
%doc nerdcommenter-%{NERDcommenter_version}/README.md %doc nerdcommenter-%{NERDcommenter_version}/README.md
%vimplugin_dir/doc/NERD_commenter.txt %vimplugin_dir/autoload/nerdcommenter.vim
%vimplugin_dir/plugin/NERD_commenter.vim %vimplugin_dir/doc/nerdcommenter.txt
%vimplugin_dir/plugin/nerdcommenter.vim
%files -n vim-plugin-NERDtree %files -n vim-plugin-NERDtree
%defattr(-,root,root,0755) %defattr(-,root,root,0755)
%license nerdtree-%{NERDtree_version}/LICENCE
%doc nerdtree-%{NERDtree_version}/README.markdown %doc nerdtree-%{NERDtree_version}/README.markdown
%vimplugin_dir/doc/NERDTree.txt %license nerdtree-%{NERDtree_version}/LICENCE
%vimplugin_dir/autoload/nerdtree.vim %vimplugin_dir/autoload/nerdtree.vim
%dir %vimplugin_dir/autoload/nerdtree/ %vimplugin_dir/autoload/nerdtree/
%vimplugin_dir/autoload/nerdtree/ui_glue.vim %vimplugin_dir/doc/NERDTree.txt
%dir %vimplugin_dir/lib/ %dir %vimplugin_dir/lib
%vimplugin_dir/lib/nerdtree/ %vimplugin_dir/lib/nerdtree/
%vimplugin_dir/plugin/NERD_tree.vim %vimplugin_dir/plugin/NERD_tree.vim
%vimplugin_dir/syntax/nerdtree.vim %vimplugin_dir/syntax/nerdtree.vim
@ -940,6 +929,7 @@ fi \
%files -n vim-plugin-rails %files -n vim-plugin-rails
%defattr(-,root,root,0755) %defattr(-,root,root,0755)
%vimplugin_dir/compiler/rails.vim
%vimplugin_dir/plugin/rails.vim %vimplugin_dir/plugin/rails.vim
%vimplugin_dir/autoload/rails.vim %vimplugin_dir/autoload/rails.vim
%vimplugin_dir/doc/rails.txt %vimplugin_dir/doc/rails.txt
@ -964,9 +954,7 @@ fi \
%vimplugin_dir/syntax/snippet.vim %vimplugin_dir/syntax/snippet.vim
%vimplugin_dir/plugin/snipMate.vim %vimplugin_dir/plugin/snipMate.vim
%vimplugin_dir/ftplugin/html_snip_helper.vim %vimplugin_dir/ftplugin/html_snip_helper.vim
%dir %vimplugin_dir/after/ %vimplugin_dir/after
%dir %vimplugin_dir/after/plugin/
%vimplugin_dir/after/plugin/snipMate.vim
%vimplugin_dir/autoload/snipMate.vim %vimplugin_dir/autoload/snipMate.vim
%vimplugin_dir/doc/snipMate.txt %vimplugin_dir/doc/snipMate.txt
@ -1026,6 +1014,7 @@ fi \
%vimplugin_dir/plugin/vimwiki.vim %vimplugin_dir/plugin/vimwiki.vim
%dir %vimplugin_dir/ftplugin %dir %vimplugin_dir/ftplugin
%vimplugin_dir/ftplugin/vimwiki.vim %vimplugin_dir/ftplugin/vimwiki.vim
%dir %vimplugin_dir/indent
%vimplugin_dir/autoload/vimwiki %vimplugin_dir/autoload/vimwiki
%vimplugin_dir/syntax/vimwiki*.vim %vimplugin_dir/syntax/vimwiki*.vim

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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