[openmpi/f19] Move orte* compiler wrappers to devel sub-package (bug #997330)

Orion Poplawski orion at fedoraproject.org
Fri Aug 16 16:03:37 UTC 2013


commit ac6c3c3dc3a91a50bc28856475f752bc347a7bc7
Author: Orion Poplawski <orion at nwra.com>
Date:   Fri Aug 16 09:58:42 2013 -0600

    Move orte* compiler wrappers to devel sub-package (bug #997330)

 openmpi.spec |   12 ++++++++----
 1 files changed, 8 insertions(+), 4 deletions(-)
---
diff --git a/openmpi.spec b/openmpi.spec
index d8e34c2..d10c4ed 100644
--- a/openmpi.spec
+++ b/openmpi.spec
@@ -19,7 +19,7 @@
 
 Name:			openmpi%{?_cc_name_suffix}
 Version:		1.6.5
-Release:		2%{?dist}
+Release:		3%{?dist}
 Summary:		Open Message Passing Interface
 Group:			Development/Libraries
 License:		BSD, MIT and Romio
@@ -196,13 +196,13 @@ make check
 %{_libdir}/%{name}/bin/ompi*
 #%{_libdir}/%{name}/bin/opal-*
 %{_libdir}/%{name}/bin/opari
-%{_libdir}/%{name}/bin/orte*
+%{_libdir}/%{name}/bin/orte[-dr_]*
 %{_libdir}/%{name}/bin/otf*
 %{_libdir}/%{name}/lib/*.so.*
 %{_mandir}/%{namearch}/man1/mpi[er]*
 %{_mandir}/%{namearch}/man1/ompi*
 #%{_mandir}/%{namearch}/man1/opal-*
-%{_mandir}/%{namearch}/man1/orte*
+%{_mandir}/%{namearch}/man1/orte[-dr_]*
 %{_mandir}/%{namearch}/man7/ompi*
 %{_mandir}/%{namearch}/man7/orte*
 %{_libdir}/%{name}/lib/openmpi/*
@@ -220,8 +220,9 @@ make check
 %dir %{_includedir}/%{namearch}
 %dir %{_libdir}/%{name}/share/vampirtrace
 %{_libdir}/%{name}/bin/mpi[cCf]*
-%{_libdir}/%{name}/bin/vt*
 %{_libdir}/%{name}/bin/opal_*
+%{_libdir}/%{name}/bin/orte[cCf]*
+%{_libdir}/%{name}/bin/vt*
 %{_includedir}/%{namearch}/*
 %{_libdir}/%{name}/lib/*.so
 %{_libdir}/%{name}/lib/lib*.a
@@ -237,6 +238,9 @@ make check
 %{_sysconfdir}/rpm/macros.%{namearch}
 
 %changelog
+* Fri Aug 16 2013 Orion Poplawski <orion at cora.nwra.com> 1.6.5-3
+- Move orte* compiler wrappers to devel sub-package (bug #997330)
+
 * Fri Jul 26 2013 Orion Poplawski <orion at cora.nwra.com> 1.6.5-2
 - Fix build issue with _cc_name_suffix (bug #986664)
 


More information about the scm-commits mailing list