From 74a78c966b62e8445dfd90c6af811f9733cf0305 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: Ifc071d085508a1153d9afac895754fa45602ab62 Signed-off-by: Hyunwoo Kim --- packaging/apps.Phone.spec | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/packaging/apps.Phone.spec b/packaging/apps.Phone.spec index 3153a10..dd0a446 100644 --- a/packaging/apps.Phone.spec +++ b/packaging/apps.Phone.spec @@ -25,6 +25,7 @@ BuildRequires: pkgconfig(msg-service) BuildRequires: osp-appfw-internal-devel BuildRequires: osp-uifw-internal-devel BuildRequires: osp-media-internal-devel +BuildRequires: hash-signer # runtime requires Requires: osp-installer @@ -49,6 +50,13 @@ make %{?jobs:-j%jobs} %install rm -rf %{buildroot} %make_install +###### for package signing step ###### +PKG_ID=zktdpemtmw +%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