From d7f3871a1998024747364543af89f17b23b12615 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: fastcst.spec -> 1.7 --- fastcst.spec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/fastcst.spec b/fastcst.spec index 858747d..3106e66 100644 --- a/fastcst.spec +++ b/fastcst.spec @@ -8,11 +8,12 @@ Group: Development/Languages Source0: http://www.zedshaw.com/projects/fastcst/%{name}-%{version}.tar.bz2 # Source0-md5: 6efc500b9692eb4f70b9e28fe96ddb33 URL: http://www.zedshaw.com/projects/fastcst/ -BuildRequires: rpmbuild(macros) >= 1.272 +BuildRequires: rpmbuild(macros) >= 1.277 BuildRequires: ruby-devel Requires: ruby-RMail Requires: ruby-guid Requires: ruby-pluginfactory +%ruby_mod_ver_requires_eq BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) %description -- 2.43.0