Репозиторий Sisyphus
Последнее обновление: 1 октября 2023 | Пакетов: 18631 | Посещений: 37541840
en ru br
Репозитории ALT
S:5.4-alt2
5.1: 2.0-alt1
4.1: 132-alt1
4.0: 132-alt1
www.altlinux.org/Changes

Группа :: Редакторы
Пакет: vim-plugin-rails

 Главная   Изменения   Спек   Патчи   Sources   Загрузить   Gear   Bugs and FR  Repocop 

# vim: set ft=spec: -*- rpm-spec -*-

%define plugname rails

Name: vim-plugin-%plugname
Version: 2.0
Release: alt1
Serial: 1

Summary: Ruby on Rails: easy file navigation, enhanced syntax highlighting, and more
Group: Editors
License: Charityware (Vim)
Url: http://rails.vim.tpope.net/

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

BuildArch: noarch

Source: %plugname-%version.tar
Patch: %name-%version-%release.patch

PreReq: vim-common >= 4:6.3.007-alt1

BuildRequires(pre): vim-devel

%description
TextMate may be the latest craze for developing Ruby on Rails applications,
but Vim is forever.  This plugin offers the following features for Ruby on
Rails application development:

* Automatically detects buffers containing files from Rails applications,
* Unintrusive.
* Provides reasonable settings for working with Rails applications.
* Easy navigation of the Rails directory structure.
* Enhanced syntax highlighting.
* Interface to script/*.
* Partial extraction and migration inversion.
* Integration with other plugins.

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

%prep
%setup -n %plugname-%version
%patch -p1

%install
%__mkdir_p %buildroot%vim_runtime_dir
%__cp -rvp {autoload,doc,plugin} %buildroot%vim_runtime_dir

%post
%update_vimhelp

%postun
%clean_vimhelp

%files
%vim_autoload_dir/*
%vim_doc_dir/*
%vim_plugin_dir/*

%changelog

Полный changelog можно просмотреть здесь

 
дизайн и разработка: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
текущий майнтейнер: Michael Shigorin