add copyright and manifest files for TIZEN 2.0
authorbs1770.kim <bs1770.kim@samsung.com>
Wed, 22 Aug 2012 03:07:07 +0000 (12:07 +0900)
committerbs1770.kim <bs1770.kim@samsung.com>
Wed, 22 Aug 2012 03:07:07 +0000 (12:07 +0900)
Signed-off-by: bs1770.kim <bs1770.kim@samsung.com>
debian/copyright [changed mode: 0644->0755]
packaging/boot-animation.manifest [new file with mode: 0755]
packaging/boot-animation.spec

old mode 100644 (file)
new mode 100755 (executable)
index e69de29..b42299e
@@ -0,0 +1,20 @@
+This is boot-animation, written and maintained by Byungsoo Kim <bs1770.kim@samsung.com>\r
+on Tue Jun 15 14:21:44 2010 +0900.\r
+\r
+Copyright Holder:  unknown\r
+\r
+License:\r
+\r
+Copyright 2012  Samsung Electronics Co., Ltd\r
+\r
+Licensed under the Flora License, Version 1.0 (the License);\r
+you may not use this file except in compliance with the License.\r
+You may obtain a copy of the License at\r
+\r
+       http://www.tizenopensource.org/license\r
+\r
+Unless required by applicable law or agreed to in writing, software\r
+distributed under the License is distributed on an AS IS BASIS,\r
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r
+See the License for the specific language governing permissions and\r
+limitations under the License.
\ No newline at end of file
diff --git a/packaging/boot-animation.manifest b/packaging/boot-animation.manifest
new file mode 100755 (executable)
index 0000000..017d22d
--- /dev/null
@@ -0,0 +1,5 @@
+<manifest>
+ <request>
+    <domain name="_"/>
+ </request>
+</manifest>
index 07d557a..b0cdf99 100755 (executable)
@@ -3,6 +3,7 @@ Version: 0.3.1
 Release: 1
 Summary: Boot animation
 Source: %{name}-%{version}.tar.gz
+Source1001: packaging/boot-animation.manifest 
 License:    Flora Software License
 Group:    TO_BE/FILLED_IN
 BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
@@ -31,6 +32,7 @@ Shows an animation and plays a sound when the device is booted or shutdown.
 cmake . -DCMAKE_INSTALL_PREFIX=%{_prefix}
 
 %build
+cp %{SOURCE1001} .
 make %{?jobs:-j%jobs}
 
 %install
@@ -50,6 +52,7 @@ vconftool  -i set -t string memory/boot-animation/restart start:start
 
 
 %files
+%manifest boot-animation.manifest
 /etc/init.d/boot-ani
 /usr/share/edje/poweroff.edj
 /usr/share/edje/poweron.edj