From a2bce648b0659930f4c460558bb19d54678211af Mon Sep 17 00:00:00 2001 From: Pascal Terjan Date: Fri, 23 Oct 2015 22:24:46 +0000 Subject: Update gem_install --- NEWS | 4 ++++ build.macros.in | 2 +- configure.ac | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index 290b240..f16b202 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,7 @@ +Version 2.15 - 23 October 2015, by Pascal Terjan + +- update gem_install macro + Version 2.14 - 21 October 2015, by Pascal Terjan - do not remove buildroot in %install if install is disabled diff --git a/build.macros.in b/build.macros.in index fd585d6..453467f 100644 --- a/build.macros.in +++ b/build.macros.in @@ -483,7 +483,7 @@ sed -i -e 's/`git ls-files`/`find -type f`/' \\\ for f in $(find $EXTPATH -name '*.so'); do \\\ mkdir -p %{buildroot}%{gem_extdir_mri}/$(dirname $f); \\\ mv $f %{buildroot}%{gem_extdir_mri}/$f; done ) \ - rm -fr %{buildroot}%{gem_dir}/{cache,gems/%{__ruby_module_name}-%{version}/ext,gems/%{__ruby_module_name}-%{version}/%{__ruby_module_name}.gemspec} \ + rm -fr %{buildroot}%{gem_dir}/{cache,extensions,gems/%{__ruby_module_name}-%{version}/ext,gems/%{__ruby_module_name}-%{version}/%{__ruby_module_name}.gemspec} \ find %{buildroot}%{gem_instdir} -maxdepth 1 -type f -delete #------------------------------------------------------------------------------ diff --git a/configure.ac b/configure.ac index 6c9e368..adbd9f2 100644 --- a/configure.ac +++ b/configure.ac @@ -4,7 +4,7 @@ # $Id: configure.ac 271266 2010-11-04 10:43:28Z fwang $ AC_PREREQ(2.59) -AC_INIT(rpm-mageia-setup, 2.14, https://bugs.mageia.org/) +AC_INIT(rpm-mageia-setup, 2.15, https://bugs.mageia.org/) AC_CANONICAL_TARGET AM_INIT_AUTOMAKE(1.9 -Wno-portability no-dist-gzip dist-xz) AC_CONFIG_SRCDIR -- cgit v1.2.1