aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPascal Terjan <pterjan@gmail.com>2015-10-23 22:24:46 +0000
committerPascal Terjan <pterjan@gmail.com>2015-10-23 22:24:46 +0000
commita2bce648b0659930f4c460558bb19d54678211af (patch)
tree6d77238c029854f1d7799ffa5a98bc2ce8a9f7dc
parentb622e5fd468cc2c776f0237d1c69de2b8982a387 (diff)
downloadrpm-setup-a2bce648b0659930f4c460558bb19d54678211af.tar
rpm-setup-a2bce648b0659930f4c460558bb19d54678211af.tar.gz
rpm-setup-a2bce648b0659930f4c460558bb19d54678211af.tar.bz2
rpm-setup-a2bce648b0659930f4c460558bb19d54678211af.tar.xz
rpm-setup-a2bce648b0659930f4c460558bb19d54678211af.zip
Update gem_install2.15
-rw-r--r--NEWS4
-rw-r--r--build.macros.in2
-rw-r--r--configure.ac2
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