From 1720b8034abd23ec029aea892c0aeeec3c8a6eef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Per=20=C3=98yvind=20Karlsen?= Date: Sat, 16 Oct 2010 22:00:22 +0000 Subject: don't install dependencies for gems when using %gem_install --- build.macros.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build.macros.in') diff --git a/build.macros.in b/build.macros.in index 1082579..1520d1e 100644 --- a/build.macros.in +++ b/build.macros.in @@ -324,7 +324,7 @@ Requires: python >= %minver, python < %maxver %gem_install(i:n:C) \ DESTDIR=${DESTDIR:-%{buildroot}} \\\ %__gem_helper install \\\ - --env-shebang --rdoc --ri --force \\\ + --env-shebang --rdoc --ri --force --ignore-dependencies \\\ %{!-i:--install-dir %{buildroot}%{ruby_gemdir}}%{-i:--install-dir %{-i*}} \\\ %{!-n:--bindir %{buildroot}%{_bindir}}%{-n:--bindir%{-n*}} \\\ %{!-C:--fix-permissions} -- cgit v1.2.1