[rubygem-serialport] fix libdir

Alejandro Perez aeperezt at fedoraproject.org
Thu Aug 21 06:47:41 UTC 2014


commit a56fcc0867e85d394a84b5dcd3312ef75aa6810b
Author: Alejandro <aeperezt at fedoraproject.org>
Date:   Thu Aug 21 01:47:28 2014 -0500

    fix libdir

 rubygem-serialport.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/rubygem-serialport.spec b/rubygem-serialport.spec
index 9fb1ad1..f86799b 100644
--- a/rubygem-serialport.spec
+++ b/rubygem-serialport.spec
@@ -3,7 +3,7 @@
 Summary: Ruby library that provides a class for using RS-232 serial ports
 Name: rubygem-%{gem_name}
 Version: 1.3.1
-Release: 2%{?dist}
+Release: 3%{?dist}
 Group: Development/Languages
 License: GPLv2
 URL: http://github.com/hparra/ruby-serialport/ 
@@ -41,7 +41,7 @@ gem build %{gem_name}.gemspec
 mkdir -p %{buildroot}%{gem_dir}
 cp -a .%{gem_dir}/* %{buildroot}%{gem_dir}/
 mkdir -p %{buildroot}%{gem_extdir_mri}
-cp -a .%{gem_extdir_mri}/{gem.build_complete,*.so} %{buildroot}%{gem_extdir_mri}/
+cp -a .%{gem_libdir}/*.so %{buildroot}%{gem_libdir}/
 
 # Prevent dangling symlink in -debuginfo.
 rm -rf %{buildroot}%{gem_instdir}/ext
@@ -74,6 +74,9 @@ chmod a-x %{buildroot}%{gem_libdir}/serialport.rb
 %{gem_instdir}/CHANGELOG
 
 %changelog
+
+* Thu Aug 21 2014 Alejandro PĂ©rez <aeperezt at fedoraproject.org> - 1.3.1-3
+--fixed lib path
 * Mon Aug 18 2014 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.3.1-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
 


More information about the scm-commits mailing list