Package vim-plugin-vimbuddy: Specfile

%define plugname vimbuddy

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

Summary: An absolutely unuseful Vim plugin
Summary(ru_RU.CP1251): \xc0\xe1\xf1\xee\xeb\xfe\xf2\xed\xee \xe1\xe5\xf1\xef\xee\xeb\xe5\xe7\xed\xfb\xe9 \xef\xeb\xe0\xe3\xe8\xed \xe4\xeb\xff Vim

Group: Editors
License: Distributable
Url: https://www.vim.org/scripts/script.php?script_id=8
BuildArch: noarch

Source: %plugname.vim

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

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

%description
This little plugin puts an animated smiley on your status line.
To use it put the string "%%{VimBuddy()}" into your 'statusline' variable.

%description -l ru_RU.CP1251
\xdd\xf2\xee\xf2 \xed\xe5\xe1\xee\xeb\xfc\xf8\xee\xe9 \xef\xeb\xe0\xe3\xe8\xed \xe4\xee\xe1\xe0\xe2\xeb\xff\xe5\xf2 \xe2 \xf1\xf2\xf0\xee\xea\xf3 \xf1\xee\xf1\xf2\xee\xff\xed\xe8\xff \xe0\xed\xe8\xec\xe8\xf0\xee\xe2\xe0\xed\xed\xfb\xe9 \xf1\xec\xe0\xe9\xeb\xe8\xea.
\xd7\xf2\xee\xe1\xfb \xe8\xf1\xef\xee\xeb\xfc\xe7\xee\xe2\xe0\xf2\xfc \xe5\xe3\xee, \xe4\xee\xe1\xe0\xe2\xfc\xf2\xe5 \xf1\xf2\xf0\xee\xea\xf3 "%%{VimBuddy()}" \xe2 \xef\xe5\xf0\xe5\xec\xe5\xed\xed\xf3\xfe
statusline.

%prep
%setup -cT
cp %SOURCE0 .

%install
mkdir -p %buildroot%vim_plugin_dir
install -m644 %plugname.vim %buildroot%vim_plugin_dir

%files
%vim_plugin_dir/%plugname.vim

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

* Fri Aug 10 2007 Andrey Rahmatullin <wrar@altlinux.ru> 0.9.2-alt1
- 0.9.2

* Sat Oct 01 2005 Andrey Rahmatullin <wrar@altlinux.ru> 0.9.1-alt2
- fix variable names for vim7 (from Gentoo)

* Thu Sep 02 2004 Andrey Rahmatullin <wrar@altlinux.ru> 0.9.1-alt1.1
- add Packager:
- add Russian summary and description

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