Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37508296
en ru br
ALT Linux repos
S:1.1.1-alt1

Group :: Editors
RPM: vim-plugin-editorconfig

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

# SPDX-License-Identifier: GPL-2.0-only
%define _unpackaged_files_terminate_build 1

Name: vim-plugin-editorconfig
Summary: EditorConfig plugin for Vim
Version: 1.1.1
Release: alt1
License: BSD-2-Clause and Python-2.0
Group: Editors
Url: https://editorconfig.org/
Vcs: https://github.com/editorconfig/editorconfig-vim

Source: %name-%version.tar

BuildArch: noarch
BuildRequires(pre): rpm-build-vim

%description
This is an %summary.

EditorConfig helps maintain consistent coding styles for multiple
developers working on the same project across various editors and
IDEs. The EditorConfig project consists of a file format for defining
coding styles and a collection of text editor plugins that enable editors
to read the file format and adhere to defined styles. EditorConfig files
are easily readable and they work nicely with version control systems.

%prep
%setup

%install
mkdir -p %buildroot%vim_runtime_dir
cp -av autoload doc plugin %buildroot%vim_runtime_dir

%files
%doc README.md CONTRIBUTORS
%vim_runtime_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