From: Alexandru Cornea Date: Fri, 28 Jun 2013 08:37:24 +0000 (+0300) Subject: resetting manifest requested domain to floor X-Git-Tag: submit/tizen/20130710.102708^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fheads%2Faccepted%2Ftizen%2Fivi%2Fstable;p=platform%2Fcore%2Fapi%2Furl-download.git resetting manifest requested domain to floor --- diff --git a/capi-web-url-download.manifest b/capi-web-url-download.manifest deleted file mode 100755 index ca37499..0000000 --- a/capi-web-url-download.manifest +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packaging/capi-web-url-download.manifest b/packaging/capi-web-url-download.manifest new file mode 100644 index 0000000..017d22d --- /dev/null +++ b/packaging/capi-web-url-download.manifest @@ -0,0 +1,5 @@ + + + + + diff --git a/packaging/capi-web-url-download.spec b/packaging/capi-web-url-download.spec index bd2db47..62f84fc 100755 --- a/packaging/capi-web-url-download.spec +++ b/packaging/capi-web-url-download.spec @@ -7,6 +7,7 @@ Group: Development/Libraries License: Apache License, Version 2.0 URL: https://review.tizen.org/git/?p=platform/core/api/url-download.git;a=summary Source0: %{name}-%{version}.tar.gz +Source1001: capi-web-url-download.manifest BuildRequires: pkgconfig(capi-base-common) BuildRequires: pkgconfig(dlog) BuildRequires: pkgconfig(download-provider-interface) @@ -25,6 +26,7 @@ CAPI for content downloading with web url (development files) %prep %setup -q +cp %{SOURCE1001} . %build %cmake . @@ -41,11 +43,13 @@ mkdir -p %{buildroot}/usr/share/license %postun -p /sbin/ldconfig %files +%manifest %{name}.manifest %defattr(-,root,root,-) %{_libdir}/libcapi-web-url-download.so.* /usr/share/license/%{name} %files devel +%manifest %{name}.manifest %defattr(-,root,root,-) %manifest capi-web-url-download.manifest %{_libdir}/libcapi-web-url-download.so