From patchwork Fri Dec 19 15:11:56 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Thomas Monjalon X-Patchwork-Id: 2123 Return-Path: X-Original-To: patchwork@dpdk.org Delivered-To: patchwork@dpdk.org Received: from [92.243.14.124] (localhost [IPv6:::1]) by dpdk.org (Postfix) with ESMTP id 744FE8075; Fri, 19 Dec 2014 16:12:40 +0100 (CET) Received: from mail-wi0-f182.google.com (mail-wi0-f182.google.com [209.85.212.182]) by dpdk.org (Postfix) with ESMTP id 135718069 for ; Fri, 19 Dec 2014 16:12:32 +0100 (CET) Received: by mail-wi0-f182.google.com with SMTP id h11so2102140wiw.3 for ; Fri, 19 Dec 2014 07:12:31 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:subject:date:message-id:in-reply-to :references; bh=ezKR9AH229M2hnEapoBrBGiLe3A7yM7wQuAcB8EPiCQ=; b=RJp+1MJE5EY+OUxE5idzmGRq75RIcVXrFG+Q3jwmG238c0lhsl2oM0UK0vAhUgiFiI mLATLjuPs1p8BEKJ5t1gBmertWBeHa51TDoAZkQoIm9ZBx4sChytq51RCgDVrTTJL7rM 9JUQAZZKPm9bzb3JhHjf07a+zMoPSvN6MGQifZRHlLSwzSA12aaGrBT5YEXwOnqtiGnE rVjtQF/FlHVFiMUxMIWnrAxkZSabBRMOC5iYvHaiJfWTsr0KeaTKZYliU6s8U+zzJsjt HkaIjl2Wapz56HkTwZ/FPlR5YN6S0m4B2u+5y15D5BLsPfYr68x2E4wgrtZ4TLkvTX/P D9Yg== X-Gm-Message-State: ALoCoQkI54OMTUZAkdsLR7R5NwpRT2MjOyYuujajrIJcSp6L91Nw8ABRR4VX1+SigwvPVQ5ZjrKR X-Received: by 10.194.246.167 with SMTP id xx7mr15756527wjc.118.1419001951776; Fri, 19 Dec 2014 07:12:31 -0800 (PST) Received: from localhost.localdomain (136-92-190-109.dsl.ovh.fr. [109.190.92.136]) by mx.google.com with ESMTPSA id ej10sm2689013wib.2.2014.12.19.07.12.30 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Fri, 19 Dec 2014 07:12:31 -0800 (PST) From: Thomas Monjalon To: dev@dpdk.org Date: Fri, 19 Dec 2014 16:11:56 +0100 Message-Id: <1419001916-4116-4-git-send-email-thomas.monjalon@6wind.com> X-Mailer: git-send-email 2.1.3 In-Reply-To: <1419001916-4116-1-git-send-email-thomas.monjalon@6wind.com> References: <1419001916-4116-1-git-send-email-thomas.monjalon@6wind.com> Subject: [dpdk-dev] [PATCH 3/3] pkg: remove Intel references X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" Synchronize naming with changes done in documentation, e.g. commit 90a9b68i ("doc: remove Intel references from release notes"). Signed-off-by: Thomas Monjalon --- pkg/dpdk-core.spec | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/pkg/dpdk-core.spec b/pkg/dpdk-core.spec index 6b98a66..df3ba3a 100644 --- a/pkg/dpdk-core.spec +++ b/pkg/dpdk-core.spec @@ -36,7 +36,7 @@ Packager: packaging@6wind.com URL: http://dpdk.org Source: http://dpdk.org/browse/dpdk/snapshot/dpdk-%{version}.tar.gz -Summary: Intel(r) Data Plane Development Kit core +Summary: Data Plane Development Kit core Group: System Environment/Libraries License: BSD and LGPLv2 and GPLv2 @@ -47,24 +47,24 @@ ExclusiveArch: i686, x86_64 BuildRequires: kernel-devel, kernel-headers, libpcap-devel, xen-devel, doxygen, python-sphinx %description -Intel(r) DPDK core includes kernel modules, core libraries and tools. +DPDK core includes kernel modules, core libraries and tools. testpmd application allows to test fast packet processing environments on x86 platforms. For instance, it can be used to check that environment can support fast path applications such as 6WINDGate, pktgen, rumptcpip, etc. More libraries are available as extensions in other packages. %package devel -Summary: Intel(r) Data Plane Development Kit for development +Summary: Data Plane Development Kit for development Requires: %{name}%{?_isa} = %{version}-%{release} %description devel -Intel(r) DPDK devel is a set of makefiles, headers and examples +DPDK devel is a set of makefiles, headers and examples for fast packet processing on x86 platforms. %package doc -Summary: Intel(r) Data Plane Development Kit API documentation +Summary: Data Plane Development Kit API documentation BuildArch: noarch %description doc -Intel(r) DPDK doc is divided in two parts: API details in doxygen HTML format +DPDK doc is divided in two parts: API details in doxygen HTML format and guides in sphinx HTML format. %global destdir %{buildroot}%{_prefix}