From: Alexandru Cornea Date: Fri, 28 Jun 2013 10:01:17 +0000 (+0300) Subject: resetting manifest requested domain to floor X-Git-Tag: accepted/tizen/20130710.221535^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fheads%2Faccepted%2Ftizen%2Fivi%2Fgenivi;p=platform%2Fcore%2Fappfw%2Fapp-core.git resetting manifest requested domain to floor --- diff --git a/app-core.manifest b/app-core.manifest deleted file mode 100644 index 97e8c31..0000000 --- a/app-core.manifest +++ /dev/null @@ -1,5 +0,0 @@ - - - - - diff --git a/packaging/app-core.manifest b/packaging/app-core.manifest new file mode 100644 index 0000000..017d22d --- /dev/null +++ b/packaging/app-core.manifest @@ -0,0 +1,5 @@ + + + + + diff --git a/packaging/app-core.spec b/packaging/app-core.spec index 1264675..5223a83 100644 --- a/packaging/app-core.spec +++ b/packaging/app-core.spec @@ -6,6 +6,7 @@ Group: Application Framework License: Apache License, Version 2.0 Source0: app-core-%{version}.tar.gz Source101: packaging/core-efl.target +Source1001: app-core.manifest BuildRequires: pkgconfig(sensor) BuildRequires: pkgconfig(vconf) BuildRequires: pkgconfig(aul) @@ -74,6 +75,7 @@ Application basics template %prep %setup -q +cp %{SOURCE1001} . %build %cmake . -DENABLE_GTK=OFF @@ -101,24 +103,26 @@ install -m0644 %{SOURCE101} %{buildroot}%{_unitdir_user} %files efl -%manifest app-core.manifest +%manifest %{name}.manifest %defattr(-,root,root,-) %{_libdir}/libappcore-efl.so.* %files efl-devel +%manifest %{name}.manifest %defattr(-,root,root,-) %{_includedir}/appcore/appcore-efl.h %{_libdir}/libappcore-efl.so %{_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/ %files common-devel +%manifest %{name}.manifest %defattr(-,root,root,-) %{_libdir}/libappcore-common.so %{_libdir}/pkgconfig/appcore-common.pc