Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37568696
en ru br
ALT Linux repos
S:1.99.40-alt1
5.0: beta28-alt1

Group :: Editors
RPM: vim-plugin-vcscommand

 Main   Changelog   Spec   Patches   Sources   Download   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

Full changelog you can see here

 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin