summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVít Ondruch <vondruch@redhat.com>2017-04-07 11:38:56 +0200
committerVít Ondruch <vondruch@redhat.com>2017-04-07 11:38:56 +0200
commite2c1e9c0bcda48039adbf9e2d303a0ce42a1d951 (patch)
treeafc428bdb04bab51cc7ff30e597a0d3e54e07374
parent4cf019575a02495a82a7a911c69c4f4448306f33 (diff)
downloadrubygem-bindex-master.tar.gz
rubygem-bindex-master.tar.xz
rubygem-bindex-master.zip
Install binary extension into proper location.HEADmaster
-rw-r--r--rubygem-bindex.spec8
1 files changed, 6 insertions, 2 deletions
diff --git a/rubygem-bindex.spec b/rubygem-bindex.spec
index 5b4eca2..8be9f8e 100644
--- a/rubygem-bindex.spec
+++ b/rubygem-bindex.spec
@@ -3,7 +3,7 @@
Name: rubygem-%{gem_name}
Version: 0.5.0
-Release: 1%{?dist}
+Release: 2%{?dist}
Summary: Bindings for your Ruby exceptions
License: MIT
URL: https://github.com/gsamokovarov/bindex
@@ -49,7 +49,8 @@ cp -a .%{gem_dir}/* \
%{buildroot}%{gem_dir}/
mkdir -p %{buildroot}%{gem_extdir_mri}/%{gem_name}
-cp -a .%{gem_extdir_mri}/{gem.build_complete,%{gem_name}/*.so} %{buildroot}%{gem_extdir_mri}/
+cp -a .%{gem_extdir_mri}/gem.build_complete %{buildroot}%{gem_extdir_mri}/
+cp -a .%{gem_extdir_mri}/%{gem_name}/*.so %{buildroot}%{gem_extdir_mri}/%{gem_name}
# Prevent dangling symlink in -debuginfo (rhbz#878863).
rm -rf %{buildroot}%{gem_instdir}/ext/
@@ -80,5 +81,8 @@ popd
%{gem_instdir}/test
%changelog
+* Fri Apr 07 2017 Vít Ondruch <vondruch@redhat.com> - 0.5.0-2
+- Install binary extension into proper location.
+
* Thu Apr 06 2017 Vít Ondruch <vondruch@redhat.com> - 0.5.0-1
- Initial package