diff options
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 |