summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJiwoong Im <jiwoong.im@samsung.com>2014-03-10 19:07:13 +0900
committerJiwoong Im <jiwoong.im@samsung.com>2014-03-10 19:08:16 +0900
commite5c06d1aa6bcb42993fcf05bd8fe7c1c30247bd4 (patch)
treec183e3857c0c3fb7031832e2b52833f3068e3b0a
parentd5761f6d3560bea795bc7025493accf4ead9684c (diff)
parent5a5cc32237528284273af6172f5071237c1ae998 (diff)
downloadapp-core-e5c06d1aa6bcb42993fcf05bd8fe7c1c30247bd4.tar.gz
app-core-e5c06d1aa6bcb42993fcf05bd8fe7c1c30247bd4.tar.bz2
app-core-e5c06d1aa6bcb42993fcf05bd8fe7c1c30247bd4.zip
Merge branch tizen_2.2 into tizen
Change-Id: Ib0fa5bac38d8df293f1d0b9f7519e195171a3c9b
-rw-r--r--packaging/app-core.spec13
1 files changed, 9 insertions, 4 deletions
diff --git a/packaging/app-core.spec b/packaging/app-core.spec
index 782d1e4..666cfb6 100644
--- a/packaging/app-core.spec
+++ b/packaging/app-core.spec
@@ -6,7 +6,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
%if %{with wayland} && !%{with x}
Source101: packaging/core-efl-wayland.target
@@ -104,8 +104,10 @@ install -d %{buildroot}%{_unitdir_user}/core-efl.target.wants
install -m0644 %{SOURCE101} %{buildroot}%{_unitdir_user}/core-efl.target
mkdir -p %{buildroot}/usr/share/license
-cp LICENSE %{buildroot}/usr/share/license/%{name}
-
+cp LICENSE %{buildroot}/usr/share/license/%{name}-efl
+cp LICENSE %{buildroot}/usr/share/license/%{name}-efl-devel
+cp LICENSE %{buildroot}/usr/share/license/%{name}-common
+cp LICENSE %{buildroot}/usr/share/license/%{name}-common-devel
%post efl -p /sbin/ldconfig
@@ -123,6 +125,7 @@ cp LICENSE %{buildroot}/usr/share/license/%{name}
%manifest %{name}.manifest
%defattr(-,root,root,-)
%{_libdir}/libappcore-efl.so.*
+/usr/share/license/%{name}-efl
%files efl-devel
%manifest %{name}.manifest
@@ -130,6 +133,7 @@ cp LICENSE %{buildroot}/usr/share/license/%{name}
%{_includedir}/appcore/appcore-efl.h
%{_libdir}/libappcore-efl.so
%{_libdir}/pkgconfig/appcore-efl.pc
+/usr/share/license/%{name}-efl-devel
%files common
%manifest %{name}.manifest
@@ -137,7 +141,7 @@ cp LICENSE %{buildroot}/usr/share/license/%{name}
%{_libdir}/libappcore-common.so.*
%{_prefix}/lib/systemd/user/core-efl.target
%{_prefix}/lib/systemd/user/core-efl.target.wants/
-/usr/share/license/%{name}
+/usr/share/license/%{name}-common
%files common-devel
%manifest %{name}.manifest
@@ -146,4 +150,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}-common-devel