pkg: remove Intel references
authorThomas Monjalon <thomas.monjalon@6wind.com>
Fri, 19 Dec 2014 14:09:51 +0000 (15:09 +0100)
committerThomas Monjalon <thomas.monjalon@6wind.com>
Fri, 19 Dec 2014 23:38:39 +0000 (00:38 +0100)
Synchronize naming with changes done in documentation,
e.g. commit ac8ada0 ("doc: remove Intel references from release notes").

Signed-off-by: Thomas Monjalon <thomas.monjalon@6wind.com>
Acked-by: Siobhan Butler <siobhan.a.butler@intel.com>
Acked-by: Neil Horman <nhorman@tuxdriver.com>
pkg/dpdk-core.spec

index 6b98a66..df3ba3a 100644 (file)
@@ -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}