Modify license macro 08/120308/4 accepted/tizen_common accepted/tizen_ivi accepted/tizen_mobile accepted/tizen_tv accepted/tizen/common/20170328.140927 accepted/tizen/ivi/20170329.033016 accepted/tizen/mobile/20170329.032913 accepted/tizen/tv/20170329.032942 accepted/tizen/unified/20170329.033033 submit/tizen/20170328.044727
authorHyunsoo, Park <hance.park@samsung.com>
Wed, 22 Mar 2017 08:45:14 +0000 (17:45 +0900)
committerHyunsoo, Park <hance.park@samsung.com>
Wed, 22 Mar 2017 08:52:15 +0000 (17:52 +0900)
[Version] 0.2.221
[Profile] Common
[Issue Type] Update
[Dependency module] N/A

Change-Id: Ice6e53bc2ad098353d9319539a0c3fa2c090c757
Signed-off-by: Hyunsoo, Park <hance.park@samsung.com>
packaging/libmm-wfd.spec

index e11447a..ec200b7 100644 (file)
@@ -1,6 +1,6 @@
 Name:       libmm-wfd
 Summary:    Multimedia Framework Wifi-Display Library
-Version:    0.2.220
+Version:    0.2.221
 Release:    0
 Group:      System/Libraries
 License:    Apache-2.0
@@ -65,8 +65,6 @@ rm -rf %{buildroot}
 
 %make_install
 mkdir -p %{buildroot}/%{TZ_SYS_RO_SHARE}/dbus-1/services/
-mkdir -p %{buildroot}/%{_datadir}/license
-cp -rf %{_builddir}/%{name}-%{version}/LICENSE.APLv2.0 %{buildroot}%{_datadir}/license/%{name}
 
 %clean
 rm -rf %{buildroot}
@@ -79,9 +77,9 @@ rm -rf %{buildroot}
 
 %files
 %defattr(-,root,root,-)
-%{_datadir}/license/%{name}
 %{_libdir}/*.so.*
 %manifest libmm-wfd.manifest
+%license LICENSE.APLv2.0
 
 %files devel
 %defattr(-,root,root,-)