- Clean up summaries and descriptions. The ones copied from upstream

spec talk about kernel modules and other yadda that we will not
  include.
This commit is contained in:
Panu Matilainen 2015-01-27 11:06:53 +02:00
parent 6490c5afe3
commit 3ef7e4235b

View File

@ -8,7 +8,7 @@ Patch0: dpdk-debug.patch
Patch1: dpdk-config.patch Patch1: dpdk-config.patch
Summary: Data Plane Development Kit core Summary: Set of libraries and drivers for fast packet processing
# #
# Note that, while this is dual licensed, all code that is included with this # Note that, while this is dual licensed, all code that is included with this
@ -33,28 +33,23 @@ ExclusiveArch: x86_64
BuildRequires: kernel-devel, kernel-headers, libpcap-devel, doxygen BuildRequires: kernel-devel, kernel-headers, libpcap-devel, doxygen
%description %description
DPDK core includes kernel modules, core libraries and tools. The Data Plane Development Kit is a set of libraries and drivers for
testpmd application allows to test fast packet processing environments fast packet processing in the user space.
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 %package devel
Summary: Data Plane Development Kit core for development Summary: Data Plane Development Kit development files
Requires: %{name}%{?_isa} = %{version}-%{release} Requires: %{name}%{?_isa} = %{version}-%{release}
%description devel %description devel
DPDK core-devel is a set of makefiles, headers, examples and documentation This package contains the headers and other files needed for developing
for fast packet processing on x86 platforms. applications with the Data Plane Development Kit.
More libraries are available as extensions in other packages.
%package doc %package doc
Summary: Data Plane Development Kit core programming API documentation Summary: Data Plane Development Kit API documentation
BuildArch: noarch BuildArch: noarch
%description doc %description doc
DPDK core library API programming documentation API programming documentation for the Data Plane Development Kit.
%global destdir %{buildroot}%{_prefix} %global destdir %{buildroot}%{_prefix}
%global datadir %{_datadir}/%{name}-%{version} %global datadir %{_datadir}/%{name}-%{version}
@ -122,6 +117,7 @@ find %{buildroot}%{_includedir}/%{name}-%{version} -type f | xargs chmod 0644
- Copy the headers instead of broken symlinks into -devel package - Copy the headers instead of broken symlinks into -devel package
- Force sane mode on the headers - Force sane mode on the headers
- Avoid unnecessary %%exclude by not copying unpackaged content to buildroot - Avoid unnecessary %%exclude by not copying unpackaged content to buildroot
- Clean up summaries and descriptions
* Sat Aug 16 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.7.0-3 * Sat Aug 16 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.7.0-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild