Remove profile build dependencies
The previous spec/build scripts stated that it will add more libraries
if the profile macro is mobile while the other libraries and devel
packages were identical.
The patch allows this package to become profile agnostic by seperating
the additional mobile libraries (context-provider-extended), which
can be optionally installed at any time, at any profile, while they
can share the same build project. (Yay!)
NOTE:
When this commit is being SR'ed, maintainers need to create JIRA-TRE of:
- Add context-provider-profile_mobile for mobile profile.
Change-Id: Ie646dc6fcfab7251e43149dfbe43fa972aee8784
Signed-off-by: MyungJoo Ham <myungjoo.ham@samsung.com>