From 57654b219402217ef165d6b65677d9720fcba153 Mon Sep 17 00:00:00 2001 From: Michal Schmidt Date: Jun 13 2016 14:56:07 +0000 Subject: tiny spec cleanup and a fix for trademark guidelines Remove redundant %setup -n argument. Packaging Guidelines: Never use "(R)" in description. --- diff --git a/libpsm2.spec b/libpsm2.spec index 9570bc5..5ba9578 100644 --- a/libpsm2.spec +++ b/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 - 10.2.2-2 +- Remove redundant %%setup -n argument. +- Packaging Guidelines: Never use "(R)" in description. + * Tue Jun 07 2016 Paul Reger - 10.2.2-1 - Fix build failures only.