diff options
author | Thomas F Herbert <therbert@redhat.com> | 2016-10-01 18:09:33 -0400 |
---|---|---|
committer | Chris Luke <chris_luke@comcast.com> | 2016-10-26 20:15:03 +0000 |
commit | 3977a21495a6c53f79995a48b5ab8d1c9317ca16 (patch) | |
tree | 01ace21b02389d526b24b5eeaeca098764026b5a /build-root/rpm | |
parent | 39162275f65da6b9ce986099aa8fdc513efda9da (diff) |
Fix description of devel package.
Change-Id: Ia289299691daa2ed47f0129d2695678e1d390ab8
Signed-off-by: Thomas F Herbert <therbert@redhat.com>
Diffstat (limited to 'build-root/rpm')
-rw-r--r-- | build-root/rpm/vpp.spec | 18 |
1 files changed, 8 insertions, 10 deletions
diff --git a/build-root/rpm/vpp.spec b/build-root/rpm/vpp.spec index 5fd9629dff9..af4d70727c0 100644 --- a/build-root/rpm/vpp.spec +++ b/build-root/rpm/vpp.spec @@ -52,16 +52,14 @@ Group: Development/Libraries Requires: vpp-lib %description devel -This package contains the header files and static libraries for -vppinfra. Install this package if you want to write or compile a -program that needs vpp. -Do we need to list those header files or just leave it blank ? -dynamic vectors (vec.c), dynamic bitmaps (bitmap.h), allocation heap of -objects (heap.c), allocation pool(pool.h), dynamic hash tables (hash.c), memory -allocator (mheap.c), extendable printf-like interface built on top of vectors -(format.c), formats for data structures (std-formats.c), and support for clock -time-based function calls (timer.c). -TODO: reference and describe only the .h files +This package contains the header files for VPP. +Install this package if you want to write a +program for compilation and linking with vpp lib. +vlib +vlibmemory +vnet - devices, classify, dhcp, ethernet flow, gre, ip, etc. +vpp-api +vppinfra %package plugins Summary: Vector Packet Processing--runtime plugins |