Use %license macro to copy license 25/120325/2 accepted/tizen_common accepted/tizen_ivi accepted/tizen_mobile accepted/tizen_tv accepted/tizen/common/20170404.142432 accepted/tizen/ivi/20170403.130051 accepted/tizen/mobile/20170403.125729 accepted/tizen/tv/20170403.125841 accepted/tizen/unified/20170403.130135 submit/tizen/20170403.050513
authorGilbok Lee <gilbok.lee@samsung.com>
Wed, 22 Mar 2017 07:32:24 +0000 (16:32 +0900)
committerGilbok Lee <gilbok.lee@samsung.com>
Wed, 22 Mar 2017 10:00:58 +0000 (19:00 +0900)
Change-Id: I4684a22fc84976666754f67e18c77091d02cdb4a

LICENSE.APLv2 [moved from LICENSE.APLv2.0 with 100% similarity]
packaging/libmm-transcode.spec

similarity index 100%
rename from LICENSE.APLv2.0
rename to LICENSE.APLv2
index 8a41b69..6f8747d 100644 (file)
@@ -54,8 +54,6 @@ sed -i -e "s#@TRANSCODE_REQPKG@#$TRANSCODE_REQPKG#g" transcode/mm-transcode.pc
 %install
 rm -rf %{buildroot}
 %make_install
-mkdir -p %{buildroot}/usr/share/license
-cp LICENSE.APLv2.0 %{buildroot}/usr/share/license/%{name}
 
 %clean
 rm -rf %{buildroot}
@@ -67,8 +65,8 @@ rm -rf %{buildroot}
 
 %files
 %manifest %{name}.manifest
-/usr/share/license/%{name}
 %defattr(-,root,root,-)
+%license LICENSE.APLv2
 %{_libdir}/*.so*
 
 %files devel