diff options
author | Andrey Klimenko <and.klimenko@samsung.com> | 2016-06-24 18:36:41 +0900 |
---|---|---|
committer | Andrey Klimenko <and.klimenko@samsung.com> | 2016-06-24 18:36:41 +0900 |
commit | cef34fa1020fe8029e529f5ea92edaec24dcd7c2 (patch) | |
tree | 807d566c68a93e58ec9b6d8e918e79725ffaa026 /packaging | |
download | libug-worldclock-efl-cef34fa1020fe8029e529f5ea92edaec24dcd7c2.tar.gz libug-worldclock-efl-cef34fa1020fe8029e529f5ea92edaec24dcd7c2.tar.bz2 libug-worldclock-efl-cef34fa1020fe8029e529f5ea92edaec24dcd7c2.zip |
[ABS] Generate CLI build scriptsubmit/tizen_mobile_tpk/20160624.093543accepted/tizen/mobile/20160624.103830
Reference: submit/tizen/20160624.093543
Commit id: 70d252c187185959faea16706926c5252048cc78
Requested by: and.klimenko@samsung.com
SDK rootstrap version: 20160623_1
Diffstat (limited to 'packaging')
-rw-r--r-- | packaging/org.tizen.worldclock-efl.spec | 46 |
1 files changed, 46 insertions, 0 deletions
diff --git a/packaging/org.tizen.worldclock-efl.spec b/packaging/org.tizen.worldclock-efl.spec new file mode 100644 index 0000000..09b5381 --- /dev/null +++ b/packaging/org.tizen.worldclock-efl.spec @@ -0,0 +1,46 @@ +Name: org.tizen.worldclock-efl +VCS: profile/mobile/apps/native/libug-worldclock-efl#70d252c187185959faea16706926c5252048cc78 +#RS_Ver: 20160623_1 +Summary: Time Zone setup UI gadget +Version: 1.0.0 +Release: 1 +Group: Applications/Core Applications +License: Apache-2.0 +Source0: %{name}-%{version}.tar.gz + +ExcludeArch: aarch64 x86_64 +BuildRequires: pkgconfig(libtzplatform-config) +Requires(post): /usr/bin/tpk-backend + +%define internal_name org.tizen.worldclock-efl +%define preload_tpk_path %{TZ_SYS_RO_APP}/.preload-tpk + +%ifarch i386 i486 i586 i686 x86_64 +%define target i386 +%else +%ifarch arm armv7l aarch64 +%define target arm +%else +%define target noarch +%endif +%endif + +%description +# +This is a container package which have preload TPK files + +%prep +%setup -q + +%build + +%install +rm -rf %{buildroot} +mkdir -p %{buildroot}/%{preload_tpk_path} +install %{internal_name}-%{version}-%{target}.tpk %{buildroot}/%{preload_tpk_path}/ + +%post + +%files +%defattr(-,root,root,-) +%{preload_tpk_path}/* |