Accepting request 479064 from home:jengelh:branches:science:HPC

- Rectify RPM groups and refine description

OBS-URL: https://build.opensuse.org/request/show/479064
OBS-URL: https://build.opensuse.org/package/show/science:HPC/libpsm2?expand=0&rev=13
This commit is contained in:
Philipp Thomas 2017-03-14 06:26:49 +00:00 committed by Git OBS Bridge
parent 31dee4c49e
commit c94c53d8e7
2 changed files with 13 additions and 8 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Mar 13 14:06:39 UTC 2017 - jengelh@inai.de
- Rectify RPM groups and refine description
-------------------------------------------------------------------
Thu Mar 9 08:05:48 UTC 2017 - josef.moellers@suse.com

View File

@ -24,9 +24,9 @@
Name: libpsm2
Version: 10.3.2
Release: 0
Summary: Intel PSM Libraries
Summary: Intel PSM Messaging API libraries
License: BSD-2-Clause or GPL-2.0
Group: Development/Libraries
Group: Development/Libraries/C and C++
Url: https://github.com/01org/opa-psm2/
Source: %{name}-%{version}.tar.gz
Source1: libpsm2.changelog
@ -51,7 +51,7 @@ necessary to implement higher level communications
interfaces in parallel environments.
%package -n %{name}-%{psm_so}
Summary: Runtime PSM library
Summary: Intel PSM Messaging API library
Group: System/Libraries
BuildRoot: %{_tmppath}/%{name}-%{version}-build
@ -61,23 +61,23 @@ user-level communications interface for the Truescale
family of products. This package contains the runtime library.
%package devel
Summary: Development files for Intel PSM
Summary: Development files for the Intel PSM Messaging API
Group: Development/Libraries/C and C++
Requires: %{name}-%{psm_so} = %{version}
Requires: libuuid-devel
Conflicts: opa-devel
%package compat
Summary: Development files for Intel PSM
Group: Development/Libraries
Summary: Development files for the Intel PSM Messaging API
Group: Development/Libraries/C and C++
Requires: %{name}-%{psm_so} = %{version}
#Obsoletes: hfi-psm-compat
%description devel
Development files for the libpsm2 library
Development files for the libpsm2 library.
%description compat
Support for MPIs linked with PSM versions < 2
Support for MPIs linked with PSM versions < 2.
%prep
%setup -q -n %{name}-%{version}