diff options
author | Denis Dolzhenko <d.dolzhenko@samsung.com> | 2016-12-20 00:05:01 +0900 |
---|---|---|
committer | Denis Dolzhenko <d.dolzhenko@samsung.com> | 2016-12-20 00:05:01 +0900 |
commit | 5dc1861d544d855149c7dd5b7fe11b443b462fb9 (patch) | |
tree | a9753170061ad75ef522900d2f17a34ff19c6090 /packaging | |
parent | f5f54a50f2384bb13f37f248d92047cb542adcf5 (diff) | |
download | libug-worldclock-efl-5dc1861d544d855149c7dd5b7fe11b443b462fb9.tar.gz libug-worldclock-efl-5dc1861d544d855149c7dd5b7fe11b443b462fb9.tar.bz2 libug-worldclock-efl-5dc1861d544d855149c7dd5b7fe11b443b462fb9.zip |
[ABS] TSAM-11759 Alphabetical list blink after tap to Current locationsubmit/tizen_unified/20170309.100418submit/tizen_unified/20170308.100419submit/tizen_mobile_tpk/20161219.150319accepted/tizen/mobile/20161219.230416tizen_mobile_tpkaccepted/tizen_mobile
Reference: submit/tizen/20161219.150319
Commit id: acba7b0d476224daccaab079e5bbfd21566608ff
Requested by: d.dolzhenko@samsung.com
SDK rootstrap version: 20161219_1
Diffstat (limited to 'packaging')
-rw-r--r-- | packaging/org.tizen.worldclock-efl.spec | 26 |
1 files changed, 14 insertions, 12 deletions
diff --git a/packaging/org.tizen.worldclock-efl.spec b/packaging/org.tizen.worldclock-efl.spec index b747f9d..8b0fd72 100644 --- a/packaging/org.tizen.worldclock-efl.spec +++ b/packaging/org.tizen.worldclock-efl.spec @@ -1,14 +1,14 @@ Name: org.tizen.worldclock-efl -#VCS_FROM: profile/mobile/apps/native/libug-worldclock-efl#7f30d3c61ee541a29c21d997a8e05d551e771ed9 -#RS_Ver: 20161101_1 +#VCS_FROM: profile/mobile/apps/native/libug-worldclock-efl#acba7b0d476224daccaab079e5bbfd21566608ff +#RS_Ver: 20161219_1 Summary: Time Zone setup UI gadget Version: 1.0.0 Release: 1 Group: Applications/Core Applications -License: Apache-2.0 +License: Flora-1.1 Source0: %{name}-%{version}.tar.gz -ExcludeArch: aarch64 x86_64 + BuildRequires: pkgconfig(libtzplatform-config) Requires(post): /usr/bin/tpk-backend @@ -17,18 +17,20 @@ Requires(post): /usr/bin/tpk-backend %define build_mode %{nil} -%ifarch i386 i486 i586 i686 x86_64 -%define target i386 -%else -%ifarch arm armv7l aarch64 +%ifarch arm armv7l %define target arm -%else -%define target noarch %endif +%ifarch aarch64 +%define target aarch64 +%endif +%ifarch x86_64 +%define target x86_64 +%endif +%ifarch i386 i486 i586 i686 +%define target i386 %endif - %description -profile/mobile/apps/native/libug-worldclock-efl#7f30d3c61ee541a29c21d997a8e05d551e771ed9 +profile/mobile/apps/native/libug-worldclock-efl#acba7b0d476224daccaab079e5bbfd21566608ff This is a container package which have preload TPK files %prep |