From 7b17a5d6021e24fe5f86b72df42288c164e08299 Mon Sep 17 00:00:00 2001 From: Sangchul Lee Date: Sun, 13 Oct 2013 19:25:24 +0900 Subject: [PATCH] Sync with the latest, revise spec file for copying license file Change-Id: Idf416df7e7054b5234ad0317310c666090b19fc1 --- AUTHORS | 4 ++-- LICENSE => LICENSE.APLv2 | 2 -- NOTICE | 3 +++ packaging/capi-media-radio.spec | 5 ++++- 4 files changed, 9 insertions(+), 5 deletions(-) rename LICENSE => LICENSE.APLv2 (98%) create mode 100644 NOTICE diff --git a/AUTHORS b/AUTHORS index b01c60f..68b49ae 100644 --- a/AUTHORS +++ b/AUTHORS @@ -1,2 +1,2 @@ -Kangho Hur -Seungkeun Lee +Kangho Hur +Seungkeun Lee diff --git a/LICENSE b/LICENSE.APLv2 similarity index 98% rename from LICENSE rename to LICENSE.APLv2 index bbe9d02..9c13a9b 100644 --- a/LICENSE +++ b/LICENSE.APLv2 @@ -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 limitations under the License. - - diff --git a/NOTICE b/NOTICE new file mode 100644 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. diff --git a/packaging/capi-media-radio.spec b/packaging/capi-media-radio.spec index 5584e45..822ab20 100644 --- a/packaging/capi-media-radio.spec +++ b/packaging/capi-media-radio.spec @@ -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,-) -- 2.7.4