From 6ef3ce079f4d61a61ff6e51b167521f638841f24 Mon Sep 17 00:00:00 2001 From: twittner Date: Thu, 29 Dec 2005 16:59:47 +0000 Subject: [PATCH] - replace R: ruby-modules with %%ruby_mod_ver_requires_eq macro defined as `Requires: ruby-modules(ver) = 1.8' where `1.8' is major ruby version taken from rbconfig - add BR: rpmbuild(macros) >= 1.277 with aforementioned macros Changed files: amrita.spec -> 1.17 --- amrita.spec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/amrita.spec b/amrita.spec index aed3b1a..ca9b0d4 100644 --- a/amrita.spec +++ b/amrita.spec @@ -12,8 +12,9 @@ Source1: setup.rb Patch0: %{name}-rexml.patch Patch1: %{name}-xml-fubar.patch URL: http://www.brain-tokyo.jp/research/amrita/ -BuildRequires: rpmbuild(macros) >= 1.272 +BuildRequires: rpmbuild(macros) >= 1.277 BuildRequires: ruby-modules +%ruby_mod_ver_requires_eq BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) %description -- 2.44.0