summaryrefslogtreecommitdiff
path: root/packaging
diff options
context:
space:
mode:
authorAnas Nashif <anas.nashif@intel.com>2013-03-05 14:38:57 +0100
committerlifang <fangx.li@intel.com>2013-03-29 05:41:11 +0800
commit44998b8604dda60fd54b2c94ec0800860f6773d1 (patch)
tree8f2e8eec073d427194bd48b5eca652df190d5579 /packaging
parentecb1e05676313e73e2aff89145641d46c394a8c1 (diff)
downloadapp-manager-44998b8604dda60fd54b2c94ec0800860f6773d1.tar.gz
app-manager-44998b8604dda60fd54b2c94ec0800860f6773d1.tar.bz2
app-manager-44998b8604dda60fd54b2c94ec0800860f6773d1.zip
- Fixed package groups - Cleanup spec Change-Id: Ibc836a4b6bcbe0b8ac697e010c8cb2556edf4adc Signed-off-by: Anas Nashif <anas.nashif@intel.com>
Diffstat (limited to 'packaging')
-rwxr-xr-xpackaging/capi-appfw-app-manager.spec13
1 files changed, 5 insertions, 8 deletions
diff --git a/packaging/capi-appfw-app-manager.spec b/packaging/capi-appfw-app-manager.spec
index f586b40..b18b839 100755
--- a/packaging/capi-appfw-app-manager.spec
+++ b/packaging/capi-appfw-app-manager.spec
@@ -1,10 +1,9 @@
-#sbs-git:slp/api/app-manager capi-appfw-app-manager 0.1.0 76739af2bfbeb46dc9db0cb3e044f880ddcb9440
Name: capi-appfw-app-manager
Summary: Application Manager API
-Version: 0.1.0
+Version: 0.1.0
Release: 20
-Group: TO_BE/FILLED_IN
-License: TO BE FILLED IN
+Group: API/C API
+License: Apache-2.0
Source0: %{name}-%{version}.tar.gz
BuildRequires: cmake
BuildRequires: pkgconfig(dlog)
@@ -15,15 +14,13 @@ BuildRequires: pkgconfig(pkgmgr)
BuildRequires: pkgconfig(pkgmgr-info)
BuildRequires: pkgconfig(capi-base-common)
BuildRequires: pkgconfig(glib-2.0)
-Requires(post): /sbin/ldconfig
-Requires(postun): /sbin/ldconfig
%description
The Application Manager API provides functions to get information about running applications.
%package devel
Summary: Application Manager API (Development)
-Group: TO_BE/FILLED_IN
+Group: Development/API
Requires: %{name} = %{version}-%{release}
%description devel
@@ -36,7 +33,7 @@ The Application Manager API provides functions to get information about running
%build
MAJORVER=`echo %{version} | awk 'BEGIN {FS="."}{print $1}'`
-cmake . -DCMAKE_INSTALL_PREFIX=/usr -DFULLVER=%{version} -DMAJORVER=${MAJORVER}
+%cmake . -DFULLVER=%{version} -DMAJORVER=${MAJORVER}
make %{?jobs:-j%jobs}