From: Sangchul Lee Date: Sun, 13 Oct 2013 10:25:24 +0000 (+0900) Subject: Sync with the latest, revise spec file for copying license file X-Git-Tag: submit/tizen_2.2/20131107.055549 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Ftags%2Fsubmit%2Ftizen_2.2%2F20131107.055549;p=framework%2Fapi%2Fradio.git Sync with the latest, revise spec file for copying license file Change-Id: Idf416df7e7054b5234ad0317310c666090b19fc1 --- 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,-)