From: Alexandru Cornea Date: Fri, 28 Jun 2013 13:22:28 +0000 (+0300) Subject: resetting manifest requested domain to floor X-Git-Tag: accepted/tizen/20130710.221148^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=82794b3a023650c4881a452a58505707bf52d7df;p=platform%2Fframework%2Fweb%2Fdownload-provider.git resetting manifest requested domain to floor --- diff --git a/download-provider.manifest b/download-provider.manifest deleted file mode 100755 index a76fdba..0000000 --- a/download-provider.manifest +++ /dev/null @@ -1,5 +0,0 @@ - - - - - diff --git a/packaging/download-provider.manifest b/packaging/download-provider.manifest new file mode 100644 index 0000000..017d22d --- /dev/null +++ b/packaging/download-provider.manifest @@ -0,0 +1,5 @@ + + + + + diff --git a/packaging/download-provider.spec b/packaging/download-provider.spec index 207a905..a07c0bc 100755 --- a/packaging/download-provider.spec +++ b/packaging/download-provider.spec @@ -7,6 +7,7 @@ Group: Development/Libraries License: Apache License, Version 2.0 Source0: %{name}-%{version}.tar.gz Source1: download-provider.service +Source1001: download-provider.manifest Requires(post): /usr/bin/sqlite3 BuildRequires: cmake BuildRequires: pkgconfig(glib-2.0) @@ -40,6 +41,7 @@ Description: download the contents in background (developement files) %prep %setup -q +cp %{SOURCE1001} . %define _imagedir /usr/share/download-provider %define _databasedir /opt/usr/dbspace @@ -163,6 +165,7 @@ fi %files +%manifest %{name}.manifest %defattr(-,root,root,-) %dir %attr(0775,root,app) /opt/data/%{name} %manifest download-provider.manifest @@ -183,6 +186,7 @@ fi %attr(660,root,app) /opt/usr/dbspace/.download-provider.db-journal %files devel +%manifest %{name}.manifest %defattr(-,root,root,-) %{_libdir}/libdownloadagent2.so %{_libdir}/libdownload-provider-interface.so