Fix description of devel package. 04/3404/4
authorThomas F Herbert <therbert@redhat.com>
Sat, 1 Oct 2016 22:09:33 +0000 (18:09 -0400)
committerChris Luke <chris_luke@comcast.com>
Wed, 26 Oct 2016 20:15:03 +0000 (20:15 +0000)
Change-Id: Ia289299691daa2ed47f0129d2695678e1d390ab8
Signed-off-by: Thomas F Herbert <therbert@redhat.com>
build-root/rpm/vpp.spec

index 5fd9629..af4d707 100644 (file)
@@ -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