Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37734893
en ru br
ALT Linux repos
S:1.0.4-alt1.1
5.0: 1.0.4-alt1
4.1: 1.0.4-alt1
4.0: 1.0.4-alt1
3.0: 1.0.4-alt1

Group :: Development/C
RPM: vim-plugin-CRefVIM

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

%define plugname CRefVIM
%define plugver  1.0.4

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

Summary: C language reference manual designed for Vim
Summary(ru_RU.CP1251): Справочник по языку C для просмотра в Vim
Group: Development/C
License: GPL & FDL
Url: %vim_script_url 614
BuildArch: noarch

Source: crefvim.zip

PreReq: vim-common >= 4:6.3.007-alt1
BuildPreReq: vim-devel unzip

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

%post
%update_vimhelp

%postun
%clean_vimhelp

%description
This package contains the C reference manual and Vim plugin to view it
as Vim help. You can also use mappings \cr (opens help for keyword under
cursor) and \cw (opens prompt for keyword to search for).

%description -l ru_RU.CP1251
Справочник по языку C и плагин для Vim, позволяющий легко просматривать его
при помощи справочной системы Vim. Используйте \cr для получения справки по
слову под курсором и \cw для ввода интересующего слова вручную.

%prep
%setup -q -n crefvim

%install
%__mkdir_p %buildroot%vim_runtime_dir
%__cp -a {after,doc,plugin} %buildroot%vim_runtime_dir

%files
%defattr(644,root,root)
%vim_doc_dir/*
%vim_plugin_dir/*
%vim_after_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