From aad34a2c7481017a876cdd790e216ef1bc6409e4 Mon Sep 17 00:00:00 2001 From: Alexandru Cornea Date: Fri, 28 Jun 2013 11:37:24 +0300 Subject: [PATCH] resetting manifest requested domain to floor --- capi-web-url-download.manifest | 6 ------ packaging/capi-web-url-download.manifest | 5 +++++ packaging/capi-web-url-download.spec | 4 ++++ 3 files changed, 9 insertions(+), 6 deletions(-) delete mode 100755 capi-web-url-download.manifest create mode 100644 packaging/capi-web-url-download.manifest 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 -- 2.7.4