Change license in spec file 17/17717/2
authorJuhyeon Yun <juhyeon.yun@samsung.com>
Wed, 15 Jan 2014 08:13:38 +0000 (17:13 +0900)
committerJuhyeon Yun <juhyeon.yun@samsung.com>
Wed, 15 Jan 2014 08:13:38 +0000 (17:13 +0900)
Change-Id: I41af2d269ede9a6eaa9c604e5d32cf063fc9240a
Signed-off-by: Juhyeon Yun <juhyeon.yun@samsung.com>
packaging/app-core.spec

index fde714a..81caac6 100644 (file)
@@ -3,7 +3,7 @@ Summary:    Application basic
 Version:    1.2
 Release:    48
 Group:      Application Framework
-License:    Apache License, Version 2.0
+License:    Apache-2.0
 Source0:    app-core-%{version}.tar.gz
 Source101:  packaging/core-efl.target
 BuildRequires:  pkgconfig(sensor)
@@ -107,12 +107,14 @@ cp LICENSE %{buildroot}/usr/share/license/%{name}
 %manifest app-core.manifest
 %defattr(-,root,root,-)
 %{_libdir}/libappcore-efl.so.*
+/usr/share/license/%{name}
 
 %files efl-devel
 %defattr(-,root,root,-)
 %{_includedir}/appcore/appcore-efl.h
 %{_libdir}/libappcore-efl.so
 %{_libdir}/pkgconfig/appcore-efl.pc
+/usr/share/license/%{name}
 
 %files common
 %manifest app-core.manifest
@@ -128,4 +130,5 @@ cp LICENSE %{buildroot}/usr/share/license/%{name}
 %{_libdir}/pkgconfig/appcore-common.pc
 %{_includedir}/appcore/appcore-common.h
 %{_includedir}/SLP_Appcore_PG.h
+/usr/share/license/%{name}