summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnas Nashif <anas.nashif@intel.com>2013-05-29 12:40:10 -0400
committerAnas Nashif <anas.nashif@intel.com>2013-05-29 12:40:10 -0400
commiteb7d83994532ab989611f7ab165638699f1bff8d (patch)
tree9d2df3590eb65c675c24e3e0e077689dd1cbbe28
parent1d9c0171e4ab268662e74178bf6fd214c3273314 (diff)
downloadrpmlint-eb7d83994532ab989611f7ab165638699f1bff8d.tar.gz
rpmlint-eb7d83994532ab989611f7ab165638699f1bff8d.tar.bz2
rpmlint-eb7d83994532ab989611f7ab165638699f1bff8d.zip
add the notion of domains
-rw-r--r--packaging/rpmgroups.config87
1 files changed, 43 insertions, 44 deletions
diff --git a/packaging/rpmgroups.config b/packaging/rpmgroups.config
index cfe51ba..6dfa635 100644
--- a/packaging/rpmgroups.config
+++ b/packaging/rpmgroups.config
@@ -1,106 +1,105 @@
from Config import *
+setOption("ValidNonDomains", (
+ "Documentation" ,\
+ "Development" ,\
+ "Productivity" ,\
+))
+setOption("ValidDomains", (
+ "System" , \
+ "Base" ,\
+ "Application Framwork", \
+ "Connectivity" ,\
+ "Graphics" ,\
+ "Location" ,\
+ "Messaging" ,\
+ "Multimedia" ,\
+ "PIM" ,\
+ "Security" ,\
+ "Telephony" ,\
+ "UI Framework" ,\
+ "Web" ,\
+ "SDK" ,\
+ "Content" ,\
+ "Social" ,\
+ "Automotive" ,\
+ "Applications", \
+))
+
setOption("ValidGroups", (
- "System/Base" , \
- "System/GUI/GNOME" ,\
- "System/GUI/Other" ,\
"System/Kernel" ,\
"System/Network", \
- "System/Libraries" ,\
"System/Localization" ,\
"System/Management" ,\
"System/Monitoring" ,\
- "System/i18n" ,\
"System/Audio" ,\
- "API/C API" ,\
- "API/Web API" ,\
- "Application Framwork/Libraries", \
+ "System/Logging" ,\
+ "System/Power Management" ,\
+ "System/Sensor Framework" ,\
+ "System/System Info" ,\
"Application Framework/Package Management", \
"Application Framework/Alarm" ,\
- "Application Framework/Libraries" ,\
"Application Framework/Application State Management" ,\
"Application Framework/Database" ,\
"Application Framework/Notifications" ,\
"Application Framework/Settings" ,\
"Applications/Core Applications" ,\
+ "Applications/Web Applications" ,\
+ "Applications/Native Applications" ,\
"Base/Compression" ,\
"Base/Device Management" ,\
"Base/File Systems" ,\
"Base/IPC" ,\
- "Base/Libraries" ,\
"Base/Package Management" ,\
"Base/Startup" ,\
"Base/Toolchain" ,\
- "Base/Tools" ,\
- "Base/Configuration",
"Connectivity/Bluetooth" ,\
"Connectivity/Connection Management" ,\
"Connectivity/DNS" ,\
"Connectivity/HTTP" ,\
"Connectivity/NFC" ,\
"Connectivity/Wireless" ,\
- "Documentation" ,\
- "Development/Tools" ,\
"Development/Languages", \
"Development/Toolchain" ,\
"Development/Testing" ,\
- "Development/Libraries" ,\
- "Development/Gnome", \
- "Graphics/Automotive" ,\
- "Graphics/EFL" ,\
"Graphics/Fonts" ,\
"Graphics/Input" ,\
"Graphics/Input Service Framework" ,\
- "Graphics/Libraries" ,\
"Graphics/Voice Framework" ,\
"Graphics/Wayland Window System" ,\
"Graphics/Window Management" ,\
"Graphics/X Window System" ,\
- "Hardware Support/Automotive" ,\
- "Hardware Support/Handset" ,\
- "Hardware Support/PC" ,\
"Location/Geolocation" ,\
"Messaging/Email" ,\
"Messaging/SMS" ,\
"Messaging/Instant Messaging" ,\
- "Multimedia/Libraries" ,\
"Multimedia/Audio" ,\
"Multimedia/Video" ,\
- "Multimedia/Automotive" ,\
"Multimedia/Camera" ,\
- "Multimedia/Imaging Libraries" ,\
- "Multimedia/Media Service" ,\
- "Multimedia/Multimedia Framework" ,\
+ "Multimedia/Framework" ,\
"Multimedia/Policy Management" ,\
"PIM/Calendar" ,\
"PIM/Contacts" ,\
"PIM/Events" ,\
"PIM/Tasks" ,\
- "Platform Development/Building" ,\
- "Platform Development/Cross" ,\
- "Platform Development/Cross Compilation" ,\
- "Platform Development/Editors" ,\
- "Platform Development/Perl" ,\
- "Platform Development/Python" ,\
- "Platform Development/SDK" ,\
- "Platform Development/Tools" ,\
+ "Development/Building" ,\
+ "Development/Cross" ,\
+ "Development/Cross Compilation" ,\
+ "Development/Perl" ,\
+ "Development/Python" ,\
+ "Development/SDK" ,\
+ "Development/Tools" ,\
"Security/Access Control" ,\
"Security/Network" ,\
"Security/Accounts" ,\
"Security/Certificate Management" ,\
"Security/Crypto Libraries" ,\
"Security/DRM" ,\
- "Security/Libraries" ,\
"Security/Secure Storage" ,\
- "System/Libraries" ,\
- "System/Logging" ,\
- "System/Power Management" ,\
- "System/Sensor Framework" ,\
- "System/System Info" ,\
"Telephony/Cellular" ,\
- "UX/Automotive" ,\
- "UX/Handset" ,\
- "UX/PC" ,\
+ "UI Framework/Automotive" ,\
+ "UI Framework/Mobile" ,\
+ "UI Framework/PC" ,\
"Web/Web Engine" ,\
"Web/Web Run Time" ,\
))