From a791e72b22ade661073caa499a8fdf368f55e759 Mon Sep 17 00:00:00 2001 From: Vít Ondruch Date: Fri, 23 Jan 2015 16:55:38 +0100 Subject: Remove comment, since rpmlint complains about 'macro' in it. --- rubygem-debug_inspector.spec | 2 -- 1 file changed, 2 deletions(-) diff --git a/rubygem-debug_inspector.spec b/rubygem-debug_inspector.spec index 2fb4b04..37c8b0d 100644 --- a/rubygem-debug_inspector.spec +++ b/rubygem-debug_inspector.spec @@ -37,8 +37,6 @@ gem spec %{SOURCE0} -l --ruby > %{gem_name}.gemspec # Create the gem as gem install only works on a gem file gem build %{gem_name}.gemspec -# %%gem_install compiles any C extensions and installs the gem into ./%gem_dir -# by default, so that we can move it into the buildroot in %%install %gem_install %install -- cgit