From: Alex Wu Date: Tue, 28 Jan 2014 07:29:26 +0000 (+0800) Subject: Add default manifest for compatible with Tizen 3.0 3 Domains style. X-Git-Tag: accepted/tizen/generic/20140128.093934^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fchanges%2F86%2F15786%2F1;p=apps%2Fcore%2Fpreloaded%2Fcalculator.git Add default manifest for compatible with Tizen 3.0 3 Domains style. Remove the Tizen 2.0 manitest and rule file. Change-Id: I5493fab3752ff3e27c6ed6fb346efc13031db8d4 Signed-off-by: Alex Wu --- diff --git a/CMakeLists.txt b/CMakeLists.txt index f83a399..0f0eb23 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -106,6 +106,3 @@ ADD_SUBDIRECTORY(po) set(PREFIX ${CMAKE_INSTALL_PREFIX}) install(FILES ${CMAKE_SOURCE_DIR}/org.tizen.calculator.xml DESTINATION /usr/share/packages) install(FILES ${CMAKE_SOURCE_DIR}/org.tizen.calculator.png DESTINATION /usr/share/icons/default/small) - -# rule file -install(FILES ${CMAKE_SOURCE_DIR}/org.tizen.calculator.rule DESTINATION /opt/etc/smack/accesses.d/) diff --git a/org.tizen.calculator.manifest b/org.tizen.calculator.manifest deleted file mode 100644 index 1abf8c5..0000000 --- a/org.tizen.calculator.manifest +++ /dev/null @@ -1,12 +0,0 @@ - - - - - - - - - - - - diff --git a/packaging/org.tizen.calculator.manifest b/packaging/org.tizen.calculator.manifest new file mode 100644 index 0000000..017d22d --- /dev/null +++ b/packaging/org.tizen.calculator.manifest @@ -0,0 +1,5 @@ + + + + + diff --git a/packaging/org.tizen.calculator.spec b/packaging/org.tizen.calculator.spec index b9f3792..657685b 100644 --- a/packaging/org.tizen.calculator.spec +++ b/packaging/org.tizen.calculator.spec @@ -6,6 +6,7 @@ Release: 1 Summary: SLP Calculator application URL: http://slp-source.sec.samsung.net Source: %{name}-%{version}.tar.gz +Source1001: org.tizen.calculator.manifest License: TIZEN Group: tizen/Application BuildRequires: cmake @@ -27,6 +28,7 @@ SLP Calculator application %prep %setup -q +cp %{SOURCE1001} . %build @@ -42,7 +44,6 @@ rm -rf %{buildroot} %files %manifest org.tizen.calculator.manifest -/opt/etc/smack/accesses.d/org.tizen.calculator.rule %defattr(-,root,root,-) %attr(-,inhouse,inhouse) /usr/apps/org.tizen.calculator/bin/calculator