Пакет vim-plugin-taglist: Specfile

%define plugname taglist

Name: vim-plugin-%plugname
Version: 4.5
Release: alt1.1

Summary: Source code browser for Vim
Group: Editors
License: Distributable
Url: https://www.vim.org/scripts/script.php?script_id=273
BuildArch: noarch

Source: %name-%version.tar.bz2
Patch: %name-4.3-alt-disable-default.patch

PreReq: vim-common >= 4:6.3.007-alt1
Requires: ctags
BuildPreReq: vim-devel

Packager: VIm Plugins Development Team <vim-plugins@packages.altlinux.org>

%post
%update_vimhelp

%postun
%clean_vimhelp

%description
This plugin can help you to browse through your source files.
It uses ctags(1), but doesn't need tags files to be built.

To enable this plugin define "use_taglist_plugin" variable somewhere
in your .vimrc file.

%description -l ru_RU.CP1251
\xdd\xf2\xee\xf2 \xef\xeb\xe0\xe3\xe8\xed \xef\xee\xec\xee\xe6\xe5\xf2 \xe2\xe0\xec \xef\xf0\xe8 \xef\xf0\xee\xf1\xec\xee\xf2\xf0\xe5 \xe8\xf1\xf5\xee\xe4\xed\xe8\xea\xee\xe2. \xce\xed \xe8\xf1\xef\xee\xeb\xfc\xe7\xf3\xe5\xf2 ctags(1),
\xed\xee \xed\xe5 \xf2\xf0\xe5\xe1\xf3\xe5\xf2 \xf1\xee\xe7\xe4\xe0\xed\xe8\xff \xf4\xe0\xe9\xeb\xe0 \xf1 \xf2\xfd\xe3\xe0\xec\xe8.

\xd7\xf2\xee\xe1\xfb \xe2\xea\xeb\xfe\xf7\xe8\xf2\xfc \xfd\xf2\xee\xf2 \xef\xeb\xe0\xe3\xe8\xed, \xee\xef\xf0\xe5\xe4\xe5\xeb\xe8\xf2\xe5 \xef\xe5\xf0\xe5\xec\xe5\xed\xed\xf3\xfe use_taglist_plugin \xe2
\xf1\xe2\xee\xe5\xec \xf4\xe0\xe9\xeb\xe5 .vimrc.

%prep
%setup
%patch -p1

%install
mkdir -p %buildroot%vim_runtime_dir
cp -a {doc,plugin} %buildroot%vim_runtime_dir

%files
%vim_doc_dir/*
%vim_plugin_dir/*

%changelog
* Wed Oct 24 2018 Grigory Ustinov <grenka@altlinux.org> 4.5-alt1.1
- Replace %%vim_script_url macro on real url.

* Fri Feb 22 2008 Andrey Rahmatullin <wrar@altlinux.ru> 4.5-alt1
- 4.5

* Tue Jul 31 2007 Andrey Rahmatullin <wrar@altlinux.ru> 4.4-alt1
- 4.4

* Fri Apr 20 2007 Andrey Rahmatullin <wrar@altlinux.ru> 4.3-alt1
- 4.3
- fix patch (vsu@)

* Wed Dec 13 2006 Andrey Rahmatullin <wrar@altlinux.ru> 4.2-alt1
- 4.2

* Sun Jul 02 2006 Andrey Rahmatullin <wrar@altlinux.ru> 4.0-alt0.4
- 4.0b4

* Fri Feb 10 2006 Andrey Rahmatullin <wrar@altlinux.ru> 4.0-alt0.3
- 4.0b3

* Sun Aug 28 2005 Andrey Rahmatullin <wrar@altlinux.ru> 4.0-alt0.2
- 4.0b2

* Sat May 28 2005 Andrey Rahmatullin <wrar@altlinux.ru> 4.0-alt0.1
- 4.0b1

* Thu Sep 2 2004 Andrey Rahmatullin <wrar@altlinux.ru> 3.4-alt1
- new version
- add Packager:
- add Russian description
- minor spec cleanup

* Thu Aug 19 2004 Andrey Rahmatullin <wrar@altlinux.ru> 3.3-alt1.1
- fix buildreqs

* Wed Aug 18 2004 Andrey Rahmatullin <wrar@altlinux.ru> 3.3-alt1
- initial build