From 8c6a9aaee3bdee1a84cadeb801a883fdc26e4d71 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADt=20Ondruch?= Date: Wed, 27 Feb 2013 16:59:59 +0100 Subject: [PATCH] Rebuild for https://fedoraproject.org/wiki/Features/Ruby_2.0.0 --- vim-command-t.spec | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/vim-command-t.spec b/vim-command-t.spec index f23d9f7..4202801 100644 --- a/vim-command-t.spec +++ b/vim-command-t.spec @@ -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 - 1.4-3 +- Rebuild for https://fedoraproject.org/wiki/Features/Ruby_2.0.0 + * Fri Feb 15 2013 Fedora Release Engineering - 1.4-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild