tizen open 2.0alpha master 2.0_alpha submit/master/20120920.150952
authorShinwoo Kim <cinoo.kim@samsung.com>
Tue, 21 Aug 2012 09:41:13 +0000 (18:41 +0900)
committerShinwoo Kim <cinoo.kim@samsung.com>
Tue, 21 Aug 2012 09:41:13 +0000 (18:41 +0900)
CMakeLists.txt
com.samsung.tickernoti-syspopup.xml [deleted file]
org.tizen.tickernoti-syspopup.xml [new file with mode: 0644]
packaging/org.tizen.tickernoti-syspopup.spec [moved from packaging/com.samsung.tickernoti-syspopup.spec with 66% similarity]

index 4715365..2122b6c 100755 (executable)
@@ -4,4 +4,4 @@ ADD_SUBDIRECTORY(src)
 add_subdirectory(data/)
 
 # install manifest file
-INSTALL(FILES com.samsung.tickernoti-syspopup.xml DESTINATION /opt/share/packages/)
+INSTALL(FILES org.tizen.tickernoti-syspopup.xml DESTINATION /opt/share/packages/)
diff --git a/com.samsung.tickernoti-syspopup.xml b/com.samsung.tickernoti-syspopup.xml
deleted file mode 100644 (file)
index 767d386..0000000
+++ /dev/null
@@ -1,10 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<manifest xmlns="http://tizen.org/ns/packages" package="com.samsung.tickernoti-syspopup" version="0.1.4" install-location="internal-only">
-       <label>tickernoti system popup application</label>
-       <author email="cinoo.kim@samsung.com" href="www.samsung.com">Shinwoo Kim</author>
-       <description>tickernoti system popup application</description>
-       <ui-application appid="com.samsung.tickernoti-syspopup" exec="/opt/apps/com.samsung.tickernoti-syspopup/bin/tickernoti-syspopup" nodisplay="true" multiple="false" type="capp" taskmanage="false">
-               <icon>null</icon>
-               <label>tickernoti-syspopup</label>
-       </ui-application>
-</manifest>
diff --git a/org.tizen.tickernoti-syspopup.xml b/org.tizen.tickernoti-syspopup.xml
new file mode 100644 (file)
index 0000000..c187408
--- /dev/null
@@ -0,0 +1,10 @@
+<?xml version="1.0" encoding="utf-8"?>
+<manifest xmlns="http://tizen.org/ns/packages" package="org.tizen.tickernoti-syspopup" version="0.1.4" install-location="internal-only">
+       <label>tickernoti system popup application</label>
+       <author email="cinoo.kim@samsung.com" href="www.samsung.com">Shinwoo Kim</author>
+       <description>tickernoti system popup application</description>
+       <ui-application appid="org.tizen.tickernoti-syspopup" exec="/opt/apps/org.tizen.tickernoti-syspopup/bin/tickernoti-syspopup" nodisplay="true" multiple="false" type="capp" taskmanage="false">
+               <icon>null</icon>
+               <label>tickernoti-syspopup</label>
+       </ui-application>
+</manifest>
@@ -1,4 +1,4 @@
-Name:       com.samsung.tickernoti-syspopup
+Name:       org.tizen.tickernoti-syspopup
 Summary:    tickernoti system popup application
 Version:    0.1.6
 Release:    1
@@ -22,7 +22,7 @@ tickernoti system popup application
 %setup -q
 
 %build
-cmake . -DCMAKE_INSTALL_PREFIX=/opt/apps/com.samsung.tickernoti-syspopup
+cmake . -DCMAKE_INSTALL_PREFIX=/opt/apps/org.tizen.tickernoti-syspopup
 
 make %{?jobs:-j%jobs}
 
@@ -32,6 +32,6 @@ rm -rf %{buildroot}
 
 %files
 %defattr(-,root,root,-)
-/opt/share/packages/com.samsung.tickernoti-syspopup.xml
-/opt/apps/com.samsung.tickernoti-syspopup/res/edje/tickernoti.edj
-/opt/apps/com.samsung.tickernoti-syspopup/bin/tickernoti-syspopup
+/opt/share/packages/org.tizen.tickernoti-syspopup.xml
+/opt/apps/org.tizen.tickernoti-syspopup/res/edje/tickernoti.edj
+/opt/apps/org.tizen.tickernoti-syspopup/bin/tickernoti-syspopup