Cleaning up application titles, descriptions and categories.

Change-Id: I80f9770697cbf29b6bde2b20778c341b0f403d9f
diff --git a/drivers/flowspec/BUCK b/drivers/flowspec/BUCK
index c62d3a3..9315ae0 100644
--- a/drivers/flowspec/BUCK
+++ b/drivers/flowspec/BUCK
@@ -18,9 +18,9 @@
 
 onos_app (
     app_name = 'org.onosproject.drivers.flowspec',
-    title = 'Flow specification Device Drivers',
+    title = 'Generic Flow Spec Drivers',
     category = 'Drivers',
     url = 'http://onosproject.org',
-    description = 'ONOS flow specification device drivers application.',
+    description = 'Adds support for devices using flow specs.',
     required_apps = [ 'org.onosproject.drivers'],
 )