Репозиторий Sisyphus
Последнее обновление: 1 октября 2023 | Пакетов: 18631 | Посещений: 37404748
en ru br
Репозитории ALT
S:1.9-alt2
5.1: 1.9-alt2
4.1: 1.9-alt1.1
4.0: 1.9-alt1.1
3.0: 1.9-alt1.1
www.altlinux.org/Changes

Группа :: Редакторы
Пакет: vim-plugin-mail-after-ftplugin

 Главная   Изменения   Спек   Патчи   Sources   Загрузить   Gear   Bugs and FR  Repocop 

# vim: set ft=spec: -*- rpm-spec -*-

%define plugname mail
%define plugtype after-ftplugin

Name: vim-plugin-%plugname-%plugtype
Version: 1.9
Release: alt2

Summary: FtPlugin for helping writing mail
Group: Editors
License: Distributable

Url: http://www.vim.org/scripts/script.php?script_id=99

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

BuildArch: noarch

Source: %plugname.tgz
Patch: %plugname-%version-%release.patch

BuildRequires(pre): rpm-build-vim

%description
This plugin's purpose is helping with mail editing.  It has two
major roles.  The first is email address retrievel and the second is
added functionality while editing.

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

%prep
%setup -q -c
%patch -p1

%install
%__mkdir_p %buildroot%vim_doc_dir
%__mkdir_p %buildroot%vim_after_ftplugin_dir

%__install -m644 after/ftplugin/mail.vim %buildroot%vim_after_ftplugin_dir
%__install -m644 after/ftplugin/mail*.mod %buildroot%vim_after_ftplugin_dir
%__install -m644 doc/mail.txt %buildroot%vim_doc_dir

%files
%doc %vim_doc_dir/mail.txt
%vim_after_ftplugin_dir/mail.vim
%vim_after_ftplugin_dir/mail*.mod

%changelog

Полный changelog можно просмотреть здесь

 
дизайн и разработка: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
текущий майнтейнер: Michael Shigorin