tiny spec cleanup and a fix for trademark guidelines
Remove redundant %setup -n argument. Packaging Guidelines: Never use "(R)" in description.
This commit is contained in:
parent
8ea4ec6824
commit
57654b2194
10
libpsm2.spec
10
libpsm2.spec
@ -53,7 +53,7 @@
|
||||
Summary: Intel PSM Libraries
|
||||
Name: libpsm2
|
||||
Version: 10.2.2
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
License: BSD or GPLv2
|
||||
URL: https://github.com/01org/opa-psm2/
|
||||
|
||||
@ -83,7 +83,7 @@ Requires: systemd-udev
|
||||
|
||||
%description
|
||||
The PSM Messaging API, or PSM API, is the low-level
|
||||
user-level communications interface for the Intel(R) OPA
|
||||
user-level communications interface for the Intel OPA
|
||||
family of products. PSM users are enabled with mechanisms
|
||||
necessary to implement higher level communications
|
||||
interfaces in parallel environments.
|
||||
@ -95,7 +95,7 @@ Development files for the Intel PSM library
|
||||
Support for MPIs linked with PSM versions < 2
|
||||
|
||||
%prep
|
||||
%setup -q -n libpsm2-%{version}
|
||||
%setup -q
|
||||
|
||||
%build
|
||||
export CFLAGS="%{optflags}"
|
||||
@ -127,6 +127,10 @@ make %{?_smp_mflags}
|
||||
%{_prefix}/lib/libpsm2
|
||||
|
||||
%changelog
|
||||
* Mon Jun 13 2016 Michal Schmidt <mschmidt@redhat.com> - 10.2.2-2
|
||||
- Remove redundant %%setup -n argument.
|
||||
- Packaging Guidelines: Never use "(R)" in description.
|
||||
|
||||
* Tue Jun 07 2016 Paul Reger <paul.j.reger@intel.com> - 10.2.2-1
|
||||
- Fix build failures only.
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user