This commit is contained in:
parent
f2f6f8478e
commit
8c6a9aaee3
1 changed files with 7 additions and 5 deletions
|
|
@ -2,12 +2,11 @@
|
|||
# https://bugzilla.redhat.com/show_bug.cgi?id=844975
|
||||
%global vimfiles %{_datadir}/vim/vimfiles
|
||||
|
||||
%global rubyabi 1.9.1
|
||||
%global commandt_so_dir %{ruby_vendorarchdir}/command-t
|
||||
|
||||
Name: vim-command-t
|
||||
Version: 1.4
|
||||
Release: 2%{?dist}
|
||||
Release: 3%{?dist}
|
||||
Summary: An extremely fast, intuitive mechanism for opening files in VIM
|
||||
Group: Applications/Editors
|
||||
License: BSD
|
||||
|
|
@ -17,11 +16,11 @@ URL: https://wincent.com/products/command-t
|
|||
# git clone git://git.wincent.com/command-t.git && cd command-t/
|
||||
# git archive 1.4 -o command-t-1.4.tar.gz
|
||||
Source0: command-t-%{version}.tar.gz
|
||||
Requires: ruby(abi) = %{rubyabi}
|
||||
Requires: ruby(release)
|
||||
Requires: vim-common
|
||||
BuildRequires: ruby(abi) = %{rubyabi}
|
||||
BuildRequires: ruby(release)
|
||||
BuildRequires: ruby-devel
|
||||
BuildRequires: %{_bindir}/rspec
|
||||
BuildRequires: rubygem(rspec)
|
||||
BuildRequires: rubygem(rr)
|
||||
Requires(post): %{_bindir}/vim
|
||||
Requires(postun): %{_bindir}/vim
|
||||
|
|
@ -95,6 +94,9 @@ vim -c ":helptags %{vimfiles}/doc" -c :q &> /dev/null
|
|||
|
||||
|
||||
%changelog
|
||||
* Wed Feb 27 2013 Vít Ondruch <vondruch@redhat.com> - 1.4-3
|
||||
- Rebuild for https://fedoraproject.org/wiki/Features/Ruby_2.0.0
|
||||
|
||||
* Fri Feb 15 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.4-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue