Merge branch 'temp' into tizen 37/10437/1 accepted/tizen/20131002.050353 accepted/tizen/20131002.170451 accepted/tizen/20131002.172230 accepted/tizen_ivi_stable/20131116.100755 submit/tizen/20131002.044650 submit/tizen_ivi_stable/20131116.100241
authorKyungwooNoh <kw1004.noh@samsung.com>
Wed, 2 Oct 2013 01:16:45 +0000 (10:16 +0900)
committerKyungwooNoh <kw1004.noh@samsung.com>
Wed, 2 Oct 2013 01:18:06 +0000 (10:18 +0900)
Conflicts:
packaging/app-core.spec

Change-Id: I87a6a4c853103f06c716812b643f8bb45f43086c
Signed-off-by: KyungwooNoh <kw1004.noh@samsung.com>
1  2 
packaging/app-core.spec

@@@ -86,9 -84,12 +86,12 @@@ make %{?jobs:-j%jobs
  %install
  rm -rf %{buildroot}
  %make_install
 -install -d %{buildroot}%{_prefix}/lib/systemd/user/core-efl.target.wants
 -install -m0644 %{SOURCE101} %{buildroot}%{_prefix}/lib/systemd/user/
 +install -d %{buildroot}%{_unitdir_user}/core-efl.target.wants
 +install -m0644 %{SOURCE101} %{buildroot}%{_unitdir_user}
  
+ mkdir -p %{buildroot}/usr/share/license
+ cp LICENSE %{buildroot}/usr/share/license/%{name}
  
  %post efl -p /sbin/ldconfig
  
  %{_libdir}/pkgconfig/appcore-efl.pc
  
  %files common
 -%manifest app-core.manifest
 +%manifest %{name}.manifest
  %defattr(-,root,root,-)
  %{_libdir}/libappcore-common.so.*
- %{_unitdir_user}/core-efl.target
- %{_unitdir_user}/core-efl.target.wants/
+ %{_prefix}/lib/systemd/user/core-efl.target
+ %{_prefix}/lib/systemd/user/core-efl.target.wants/
+ /usr/share/license/%{name}
  
  %files common-devel
 +%manifest %{name}.manifest
  %defattr(-,root,root,-)
  %{_libdir}/libappcore-common.so
  %{_libdir}/pkgconfig/appcore-common.pc