diff options
Diffstat (limited to 'build.macros.in')
-rw-r--r-- | build.macros.in | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/build.macros.in b/build.macros.in index 1520d1e..0c810e5 100644 --- a/build.macros.in +++ b/build.macros.in @@ -309,11 +309,6 @@ Requires: python >= %minver, python < %maxver # Ruby gem macros # -%gem_unpack(n:a:) \ - %{expand: %%global __tar tar -m} \ -%setup -q -c -T -a0 %{-n:-n %{-n*}} %{-a:-a %{-a*}} \ -%{__tar}zxf data.tar.gz - %__gem_helper @RPMVENDORDIR@/gem_helper.rb %gem_build(f:j:) \ |