Package vim2html: Specfile

Name: vim2html
Version: 1.46
Release: alt2

Summary: Vim-editable file converter to HTML
License: GPL
Group: Text tools
URL: http://norlug.org/~chipster/vim2html
BuildArch: noarch

Source0: http://norlug.org/~chipster/download_handler/cat5/%name-%version.tar.gz
Patch0: %name-1.46-alt-vim-home.patch

Requires: /usr/bin/vim vim-common
Requires: tidy

%description
vim2html is a small program that exports any Vim-editable file into
well-formed HTML - simulating a Vim session. Fully supports Vim
colorization (customizable) and Syntax Highlighting. This program
provides an excellent method of presenting your
programs/HTML/scripts/etc. on the web.

%description -l ru_RU.CP1251
vim2html \xef\xee\xe7\xe2\xee\xeb\xff\xe5\xf2 \xfd\xea\xf1\xef\xee\xf0\xf2\xe8\xf0\xee\xe2\xe0\xf2\xfc \xeb\xfe\xe1\xee\xe9 \xf2\xe5\xea\xf1\xf2\xee\xe2\xfb\xe9 \xf4\xe0\xe9\xeb \xe2 HTML \xf2\xe0\xea,
\xea\xe0\xea \xee\xed \xe2\xfb\xe3\xeb\xff\xe4\xe5\xeb \xe1\xfb \xe2 Vim, \xf1 \xf3\xf7\xe5\xf2\xee\xec \xf6\xe2\xe5\xf2\xee\xe2\xfb\xf5 \xf1\xf5\xe5\xec \xe8 \xef\xee\xe4\xf1\xe2\xe5\xf2\xea\xe8
\xf1\xe8\xed\xf2\xe0\xea\xf1\xe8\xf1\xe0. \xdd\xf2\xee \xee\xf7\xe5\xed\xfc \xf3\xe4\xee\xe1\xed\xfb\xe9 \xf1\xef\xee\xf1\xee\xe1 \xe4\xeb\xff \xef\xf0\xe5\xe4\xf1\xf2\xe0\xe2\xeb\xe5\xed\xe8\xff \xef\xf0\xee\xe3\xf0\xe0\xec\xec, html,
\xf1\xea\xf0\xe8\xef\xf2\xee\xe2 \xe8 \xf2.\xe4. \xe2 \xd1\xe5\xf2\xe8.

%prep
%setup -q
%patch0 -p1

%install
%__install -d %buildroot{%_bindir,%_mandir/man1}
%__install -p %name %buildroot%_bindir
%__install man/* %buildroot%_mandir/man1

%files
%doc docs/{AUTHORS,ChangeLog,INSTALL,README}
%_bindir/%name
%_mandir/man1/%name.*

%changelog
* Thu May 12 2005 Andrey Rahmatullin <wrar@altlinux.ru> 1.46-alt2
- fix path to 2html.vim

* Sat Mar 12 2005 Andrey Rahmatullin <wrar@altlinux.ru> 1.46-alt1
- 1.46

* Fri Sep 17 2004 Andrey Rahmatullin <wrar@altlinux.ru> 1.45-alt1
- initial build