diff options
-rw-r--r-- | NEWS | 3 | ||||
-rw-r--r-- | build.macros.in | 5 |
2 files changed, 3 insertions, 5 deletions
@@ -1,3 +1,6 @@ +Version 1.110 - 18 October 2010, by Per Øyvind Karlsen +- drop %gem_unpack, equivalent behaviour has been implemented in %setup now. + Version 1.109 - 16 October 2010, by Per Øyvind Karlsen - don't install dependencies for gems when using %gem_install - fix build with rpm 5.3 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:) \ |