Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37916633
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  beta28

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

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-beta28-alt-fixes.patch

PreReq: vim-common >= 4:7.0

BuildPreReq: vim-devel 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/

%post
%update_vimhelp
%postun
%clean_vimhelp

%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