[openmpi: 1/2] Fix build issue with _cc_name_suffix (bug #986664)

Orion Poplawski orion at fedoraproject.org
Fri Jul 26 22:32:55 UTC 2013


commit 5a655f872c4eaf2d4768cdb4339a9f60660ee597
Author: Orion Poplawski <orion at nwra.com>
Date:   Fri Jul 26 16:22:50 2013 -0600

    Fix build issue with _cc_name_suffix (bug #986664)

 openmpi.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/openmpi.spec b/openmpi.spec
index 19a4457..d54d3b1 100644
--- a/openmpi.spec
+++ b/openmpi.spec
@@ -19,7 +19,7 @@
 
 Name:			openmpi%{?_cc_name_suffix}
 Version:		1.7.2
-Release:		1%{?dist}
+Release:		2%{?dist}
 Summary:		Open Message Passing Interface
 Group:			Development/Libraries
 License:		BSD, MIT and Romio
@@ -174,7 +174,7 @@ mkdir -p %{buildroot}/%{python_sitearch}/openmpi%{?_cc_name_suffix}
 # Remove extraneous wrapper link libraries (bug 814798)
 sed -i -e s/-ldl// -e s/-lhwloc// \
   %{buildroot}%{_libdir}/%{name}/bin/orte_wrapper_script \
-  %{buildroot}%{_libdir}/%{name}/share/%{name}/*-wrapper-data.txt
+  %{buildroot}%{_libdir}/%{name}/share/openmpi/*-wrapper-data.txt
 
 %check
 make check
@@ -238,6 +238,9 @@ make check
 %{_sysconfdir}/rpm/macros.%{namearch}
 
 %changelog
+* Fri Jul 26 2013 Orion Poplawski <orion at cora.nwra.com> 1.7.2-2
+- Fix build issue with _cc_name_suffix (bug #986664)
+
 * Thu Jun 27 2013 Orion Poplawski <orion at cora.nwra.com> 1.7.2-1
 - Update to 1.7.2
 


More information about the scm-commits mailing list