Репозиторий Sisyphus
Последнее обновление: 1 октября 2023 | Пакетов: 18631 | Посещений: 37564657
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.31

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

Summary: CVS/SVN/SVK/git 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: %plugname.zip
Patch: %name-1.99.31-alt-fixes.patch

PreReq: vim-common >= 4:7.0

BuildRequires(pre): vim-devel
BuildPreReq: unzip

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
and git within VIM, including committing changes and performings diffs
using the vimdiff system.

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

%prep
%setup -c
%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