Add manifest to wgt-backend package. 20/34520/1 accepted/tizen/common/20150128.143232 submit/tizen_common/20150128.142959
authorBaptiste DURAND <baptiste.durand@open.eurogiciel.org>
Wed, 28 Jan 2015 14:26:30 +0000 (15:26 +0100)
committerBaptiste DURAND <baptiste.durand@open.eurogiciel.org>
Wed, 28 Jan 2015 14:26:30 +0000 (15:26 +0100)
This is needed to assign the "User" smack label to wgt-backend

Change-Id: Icea7b182c89a7e8ff631f6f6ce9f188d180c8fd7
Signed-off-by: Baptiste DURAND <baptiste.durand@open.eurogiciel.org>
packaging/app-installers.spec

index 5568d82..5320876 100644 (file)
@@ -5,6 +5,7 @@ Release:        0
 Group:          Application Framework/Package Management
 License:        Apache-2.0
 Source0:        %{name}-%{version}.tar.gz
+Source1001:     wgt-backend.manifest
 
 BuildRequires:  boost-devel
 BuildRequires:  cmake
@@ -45,6 +46,8 @@ Backend for standard widget files XPK
 %prep
 %setup -q
 
+cp %{SOURCE1001} .
+
 %build
 %cmake . -DCMAKE_BUILD_TYPE=%{?build_type:%build_type}
 make %{?_smp_mflags}
@@ -68,6 +71,7 @@ ln -s %{_bindir}/xpk-backend %{buildroot}%{_sysconfdir}/package-manager/backend/
 %license LICENSE LICENSE-xwalk
 
 %files -n wgt-backend
+%manifest wgt-backend.manifest
 %{_sysconfdir}/package-manager/backend/wgt
 %{_bindir}/wgt-backend