Sync with the latest, revise spec file for copying license file tizen_2.2 2.2.1_release submit/tizen_2.2/20131107.055549
authorSangchul Lee <sc11.lee@samsung.com>
Sun, 13 Oct 2013 10:25:24 +0000 (19:25 +0900)
committerSangchul Lee <sc11.lee@samsung.com>
Mon, 14 Oct 2013 01:18:48 +0000 (10:18 +0900)
Change-Id: Idf416df7e7054b5234ad0317310c666090b19fc1

AUTHORS
LICENSE.APLv2 [moved from LICENSE with 98% similarity]
NOTICE [new file with mode: 0644]
packaging/capi-media-radio.spec

diff --git a/AUTHORS b/AUTHORS
index b01c60f..68b49ae 100644 (file)
--- a/AUTHORS
+++ b/AUTHORS
@@ -1,2 +1,2 @@
-Kangho Hur <kanho.hur@samsung.com>
-Seungkeun Lee <sngn.lee@samsung.com>
+Kangho Hur <kanho.hur at samsung dot com>
+Seungkeun Lee <sngn.lee at samsung dot com>
similarity index 98%
rename from LICENSE
rename to LICENSE.APLv2
index bbe9d02..9c13a9b 100644 (file)
--- a/LICENSE
@@ -202,5 +202,3 @@ Copyright (c) 2000 - 2011 Samsung Electronics Co., Ltd. All rights reserved.
    See the License for the specific language governing permissions and\r
    limitations under the License.\r
 \r
-\r
-\r
diff --git a/NOTICE b/NOTICE
new file mode 100644 (file)
index 0000000..ccdad52
--- /dev/null
+++ b/NOTICE
@@ -0,0 +1,3 @@
+Copyright (c) Samsung Electronics Co., Ltd. All rights reserved.
+Except as noted, this software is licensed under Apache License, Version 2.
+Please, see the LICENSE file for Apache License terms and conditions.
index 5584e45..822ab20 100644 (file)
@@ -2,7 +2,7 @@
 Name:       capi-media-radio
 Summary:    A Radio library in Tizen Native API
 Version: 0.1.0
-Release:    10
+Release:    11
 Group:      TO_BE_FILLED
 License:    TO_BE_FILLED
 Source0:    %{name}-%{version}.tar.gz
@@ -38,6 +38,8 @@ make %{?jobs:-j%jobs}
 
 %install
 rm -rf %{buildroot}
+mkdir -p %{buildroot}/usr/share/license
+cp LICENSE.APLv2 %{buildroot}/usr/share/license/%{name}
 %make_install
 
 %post
@@ -49,6 +51,7 @@ rm -rf %{buildroot}
 %manifest capi-media-radio.manifest
 %defattr(-,root,root,-)
 /usr/lib/libcapi-media-radio.so.*
+%{_datadir}/license/%{name}
 
 %files devel 
 %defattr(-,root,root,-)