From 0c43f9e51d66cbfe32400cb3a0c61f104bfe4697 Mon Sep 17 00:00:00 2001 From: Hyunwoo Kim Date: Thu, 13 Jun 2013 14:09:13 +0900 Subject: [PATCH] Add package signature files generation code in spec file Change-Id: I958110220b3100f5d4c424487ba43956be811df6 Signed-off-by: Hyunwoo Kim --- packaging/apps.Call.spec | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/packaging/apps.Call.spec b/packaging/apps.Call.spec index 9a36302..04fc356 100644 --- a/packaging/apps.Call.spec +++ b/packaging/apps.Call.spec @@ -24,6 +24,7 @@ BuildRequires: pkgconfig(contacts-service2) BuildRequires: osp-appfw-internal-devel BuildRequires: osp-uifw-internal-devel BuildRequires: osp-media-internal-devel +BuildRequires: hash-signer # runtime requires Requires: osp-installer @@ -48,6 +49,13 @@ make %{?jobs:-j%jobs} %install rm -rf %{buildroot} %make_install +###### for package signing step ###### +PKG_ID=nI2PLNdTwi +%define tizen_sign 1 +%define tizen_sign_base /usr/apps/${PKG_ID} +%define tizen_sign_level platform +%define tizen_author_sign 1 +%define tizen_dist_sign 1 %post /sbin/ldconfig -- 2.7.4