spec: Fix the wrong LICENSE file name 45/57745/1 accepted/tizen/ivi/20160218.023345 accepted/tizen/mobile/20160125.011122 accepted/tizen/tv/20160125.011146 accepted/tizen/wearable/20160125.011327 submit/tizen/20160122.093527 submit/tizen_common/20160218.142243 submit/tizen_ivi/20160217.000000 submit/tizen_ivi/20160217.000002
authorSangjung Woo <sangjung.woo@samsung.com>
Fri, 22 Jan 2016 08:54:31 +0000 (17:54 +0900)
committerSangjung Woo <sangjung.woo@samsung.com>
Fri, 22 Jan 2016 08:54:31 +0000 (17:54 +0900)
This patch fixes the build break error because of the wrong LICENSE file
name.

Change-Id: I2955f661c30a5698bcd41c239e156a2ac9dc1dd3
Signed-off-by: Sangjung Woo <sangjung.woo@samsung.com>
packaging/tizen-platform-config.spec

index f00316f..383866d 100644 (file)
@@ -144,7 +144,7 @@ HOME="$saveHOME"
 
 %files
 %manifest %{name}.manifest
-%license MIT
+%license LICENSE
 %config %{_sysconfdir}/tizen-platform.conf
 
 %files -n %{libname}
@@ -153,7 +153,7 @@ HOME="$saveHOME"
 
 %files -n %{libname}-devel
 %manifest %{name}.manifest
-%license LGPL_2.0
+%license LICENSE
 %{_libdir}/*.so
 %{_libdir}/pkgconfig/*.pc
 %{_includedir}/*.h