SPECS: rake.spec - need ruby-modules for rpm macros to work
glen
glen at pld-linux.org
Sat Dec 31 14:42:05 CET 2005
Author: glen Date: Sat Dec 31 13:42:05 2005 GMT
Module: SPECS Tag: HEAD
---- Log message:
- need ruby-modules for rpm macros to work
---- Files affected:
SPECS:
rake.spec (1.20 -> 1.21)
---- Diffs:
================================================================
Index: SPECS/rake.spec
diff -u SPECS/rake.spec:1.20 SPECS/rake.spec:1.21
--- SPECS/rake.spec:1.20 Sat Dec 31 11:36:33 2005
+++ SPECS/rake.spec Sat Dec 31 14:42:00 2005
@@ -11,7 +11,8 @@
Patch0: %{name}-libdir.patch
URL: http://rake.rubyforge.org/
BuildRequires: rpmbuild(macros) >= 1.277
-#BuildRequires: ruby-modules
+BuildRequires: ruby
+BuildRequires: ruby-modules
%{?ruby_mod_ver_requires_eq}
#BuildArch: noarch
BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -67,13 +68,16 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.21 2005/12/31 13:42:00 glen
+- need ruby-modules for rpm macros to work
+
Revision 1.20 2005/12/31 10:36:33 twittner
-- change %%ruby_mod_ver_requires_eq to %%{?ruby_mod_ver_requires_eq} -
+- change %ruby_mod_ver_requires_eq to %{?ruby_mod_ver_requires_eq} -
expand this macro only if defined to avoid parse error when appropriate
BRs is not installed yet (solution provided by glen)
Revision 1.19 2005/12/29 16:59:47 twittner
-- replace R: ruby-modules with %%ruby_mod_ver_requires_eq macro
+- 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
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/rake.spec?r1=1.20&r2=1.21&f=u
More information about the pld-cvs-commit
mailing list