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

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

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

%define plugname vcscommand
%define plugver  1.99.40

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

Summary: CVS/SVN/SVK/git/bzr/hg integration plugin
Group: Editors
License: Distributable
Url: %vim_script_url 90

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

BuildArch: noarch

Source: %name-%version.tar
Patch: %name-%version-%release.patch

PreReq: vim-common >= 4:7.0

BuildRequires(pre): vim-devel

Obsoletes: vim-plugin-cvscommand
Provides: vim-plugin-cvscommand
Obsoletes: vim-plugin-svncommand
Provides: vim-plugin-svncommand

%description
VIM 7 plugin useful for manipulating files controlled by CVS, SVN, SVK,
git, bzr, and hg within VIM, including committing changes and performing
diffs using the vimdiff system.

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

%prep
%setup
%patch -p1

%install
mkdir -p %buildroot{%vim_doc_dir,%vim_syntax_dir,%vim_plugin_dir}
install -p -m644 doc/* %buildroot%vim_doc_dir/
install -p -m644 plugin/* %buildroot%vim_plugin_dir/
install -p -m644 syntax/* %buildroot%vim_syntax_dir/

%files
%vim_doc_dir/*
%vim_plugin_dir/*
%vim_syntax_dir/*

%changelog

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

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