Change Native API Referece url link 56/122656/3 tizen_3.0
authorGilbok Lee <gilbok.lee@samsung.com>
Mon, 3 Apr 2017 06:21:43 +0000 (15:21 +0900)
committerGilbok Lee <gilbok.lee@samsung.com>
Mon, 3 Apr 2017 07:22:19 +0000 (16:22 +0900)
Change license file name, use %license macro

Change-Id: I4c54239fbacb17c048ed8e6dbda15cba2576bde0

LICENSE.Apache-2.0 [moved from LICENSE.APLv2 with 100% similarity]
doc/radio_doc.h
packaging/capi-media-radio.spec

similarity index 100%
rename from LICENSE.APLv2
rename to LICENSE.Apache-2.0
index 39ba422..d8ae410 100644 (file)
  *
  * 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 <a href="https://developer.tizen.org/development/tools/native-tools/manifest-text-editor#feature"><b>Feature Element</b>.</a>
+ * More details on featuring your application can be found from <a href="https://developer.tizen.org/development/tizen-studio/native-tools/configuring-your-app/manifest-text-editor#feature"><b>Feature Element</b>.</a>
  *
  *
  */
index 36d2082..d1685e4 100644 (file)
@@ -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