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

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

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

# vim: set ft=spec: -*- rpm-spec -*-
# $Id: vim-plugin-matchit,v 1.3 2004/06/26 14:07:02 raorn Exp $

%define plugname matchit
#define plugtype plugin
%define plugver  1.9

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

Summary: Extended "%%" matching
Group: Editors
License: Distributable
Url: http://www.vim.org/scripts/script.php?script_id=39

BuildArch: noarch

Source: %plugname.zip

Patch: %name-1.9-alt-disable-default.patch

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

BuildPreReq: vim-devel

# Automatically added by buildreq on Thu Jun 24 2004 (-bi)

BuildRequires: unzip

%description
In Vim, as in plain vi, the percent key, |%%|, jumps the cursor from
a brace, bracket, or paren to its match.  This can be configured
with the 'matchpairs' option.  The matchit plugin extends this in
several ways.

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

%prep
%setup -T -c
%__unzip -Lqa %SOURCE0
%patch -p1

%install
%__mkdir_p %buildroot{%vim_plugin_dir,%vim_doc_dir}
%__install -m644 doc/%plugname.txt %buildroot%vim_doc_dir
%__install -m644 plugin/%plugname.vim %buildroot%vim_plugin_dir

%post
%update_vimhelp

%postun
%clean_vimhelp

%files
%doc %vim_doc_dir/%plugname.txt
%vim_plugin_dir/%plugname.vim

%changelog

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

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