From fa6bcd708e5f02ada9fcebc54f648cd3bca7bfd9 Mon Sep 17 00:00:00 2001 From: Gilbok Lee Date: Mon, 3 Apr 2017 15:21:43 +0900 Subject: [PATCH] Change Native API Referece url link Change license file name, use %license macro Change-Id: I4c54239fbacb17c048ed8e6dbda15cba2576bde0 --- LICENSE.APLv2 => LICENSE.Apache-2.0 | 0 doc/radio_doc.h | 2 +- packaging/capi-media-radio.spec | 8 +++----- 3 files changed, 4 insertions(+), 6 deletions(-) rename LICENSE.APLv2 => LICENSE.Apache-2.0 (100%) diff --git a/LICENSE.APLv2 b/LICENSE.Apache-2.0 similarity index 100% rename from LICENSE.APLv2 rename to LICENSE.Apache-2.0 diff --git a/doc/radio_doc.h b/doc/radio_doc.h index 39ba422..d8ae410 100644 --- a/doc/radio_doc.h +++ b/doc/radio_doc.h @@ -144,7 +144,7 @@ * * To ensure your application is only running on the device with specific features, please define the features in your manifest file using the manifest editor in the SDK.\n * - * More details on featuring your application can be found from Feature Element. + * More details on featuring your application can be found from Feature Element. * * */ diff --git a/packaging/capi-media-radio.spec b/packaging/capi-media-radio.spec index 36d2082..d1685e4 100644 --- a/packaging/capi-media-radio.spec +++ b/packaging/capi-media-radio.spec @@ -38,10 +38,8 @@ make %{?jobs:-j%jobs} %install rm -rf %{buildroot} %make_install -mkdir -p %{buildroot}/usr/share/license -mkdir -p %{buildroot}/usr/bin -cp LICENSE.APLv2 %{buildroot}/usr/share/license/%{name} -cp test/radio_test %{buildroot}/usr/bin +mkdir -p %{buildroot}%{_bindir} +cp test/radio_test %{buildroot}%{_bindir} %post -p /sbin/ldconfig @@ -52,7 +50,7 @@ cp test/radio_test %{buildroot}/usr/bin %manifest %{name}.manifest %defattr(-,root,root,-) %{_libdir}/libcapi-media-radio.so.* -%{_datadir}/license/%{name} +%license LICENSE.Apache-2.0 %{_bindir}/* %files devel -- 2.34.1