From 1fd14cbf8b3b313851d9ea6f16676f2555a119e3 Mon Sep 17 00:00:00 2001 From: "bs1770.kim" Date: Wed, 22 Aug 2012 12:07:07 +0900 Subject: [PATCH] add copyright and manifest files for TIZEN 2.0 Signed-off-by: bs1770.kim --- debian/copyright | 20 ++++++++++++++++++++ packaging/boot-animation.manifest | 5 +++++ packaging/boot-animation.spec | 3 +++ 3 files changed, 28 insertions(+) mode change 100644 => 100755 debian/copyright create mode 100755 packaging/boot-animation.manifest diff --git a/debian/copyright b/debian/copyright old mode 100644 new mode 100755 index e69de29..b42299e --- a/debian/copyright +++ b/debian/copyright @@ -0,0 +1,20 @@ +This is boot-animation, written and maintained by Byungsoo Kim +on Tue Jun 15 14:21:44 2010 +0900. + +Copyright Holder: unknown + +License: + +Copyright 2012 Samsung Electronics Co., Ltd + +Licensed under the Flora License, Version 1.0 (the License); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + http://www.tizenopensource.org/license + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an AS IS BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +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 index 0000000..017d22d --- /dev/null +++ b/packaging/boot-animation.manifest @@ -0,0 +1,5 @@ + + + + + diff --git a/packaging/boot-animation.spec b/packaging/boot-animation.spec index 07d557a..b0cdf99 100755 --- a/packaging/boot-animation.spec +++ b/packaging/boot-animation.spec @@ -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 -- 2.34.1