diff options
author | MyungJoo Ham <myungjoo.ham@samsung.com> | 2016-11-18 11:53:28 +0900 |
---|---|---|
committer | MyungJoo Ham <myungjoo.ham@samsung.com> | 2017-01-16 04:15:54 -0800 |
commit | a700aad7ad2b98184b24ed178ef0da871001aeaf (patch) | |
tree | 7fa006e376e3ce198ff630f87ebec3bfd2b89406 | |
parent | 294d98d16f066cf89f4683e5436857eaf7fbbde1 (diff) | |
download | privacy-setting-a700aad7ad2b98184b24ed178ef0da871001aeaf.tar.gz privacy-setting-a700aad7ad2b98184b24ed178ef0da871001aeaf.tar.bz2 privacy-setting-a700aad7ad2b98184b24ed178ef0da871001aeaf.zip |
Remove Profile Build Dependency (Type-B)tizen_4.0.m1_releasesubmit/tizen_unified/20170309.100418submit/tizen_unified/20170308.100419submit/tizen/20170209.040545accepted/tizen/unified/20170309.074901accepted/tizen/mobile/20170210.004148accepted/tizen_mobile
- This is for Tizen 4.0.
(4.0 Configurability and Building Blocks requires for each package
to have a unique name even if the target profile is different.)
- You need to create JIRA-TRE issue when SR-ing this:
- Replace org.tizen.privacy-setting with org.tizen.privacy-setting-profile_mobile in mobile profile
- Refer https://review.tizen.org/gerrit/#/c/98624/ (the twin)
Change-Id: Ie09322bdbc51eb6ce1721b229ad18bdedaeaa2eb
Signed-off-by: MyungJoo Ham <myungjoo.ham@samsung.com>
-rwxr-xr-x | packaging/org.tizen.privacy-setting.spec | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/packaging/org.tizen.privacy-setting.spec b/packaging/org.tizen.privacy-setting.spec index b3c0a38..a1d6450 100755 --- a/packaging/org.tizen.privacy-setting.spec +++ b/packaging/org.tizen.privacy-setting.spec @@ -1,13 +1,15 @@ -%define PREFIX %{TZ_SYS_RO_APP}/%{name} +%define alias org.tizen.privacy-setting +%define PREFIX %{TZ_SYS_RO_APP}/%{alias} -Name: org.tizen.privacy-setting +Name: org.tizen.privacy-setting-profile_mobile Summary: Privacy setting ui application Version: 1.0.0 Release: 1 +Provides: org.tizen.privacy-setting = %{version}-%{release} Group: Applications/Other License: Apache-2.0 Source0: %{name}-%{version}.tar.gz -Source1001: %{name}.manifest +Source1001: %{alias}.manifest BuildRequires: cmake BuildRequires: gettext-tools BuildRequires: edje-tools @@ -69,10 +71,10 @@ echo "cyad done" %postun -p /sbin/ldconfig -%files -n %{name} -f privacy-setting.lang +%files -f privacy-setting.lang %defattr(-,root,root,-) -%manifest %name.manifest +%manifest %alias.manifest %license LICENSE -%{TZ_SYS_RO_PACKAGES}/%name.xml +%{TZ_SYS_RO_PACKAGES}/%alias.xml %{PREFIX}/bin/ %{PREFIX}/res/icon/ |