From: Alexandru Cornea Date: Fri, 28 Jun 2013 08:12:41 +0000 (+0300) Subject: resetting manifest requested domain to floor X-Git-Tag: accepted/tizen/20130710.221557^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=d9c4a9752d0c8be29faa847511f5aac088e13dc3;p=platform%2Fcore%2Fapi%2Ftethering.git resetting manifest requested domain to floor --- diff --git a/capi-network-tethering.manifest b/capi-network-tethering.manifest deleted file mode 100644 index 75b0fa5..0000000 --- a/capi-network-tethering.manifest +++ /dev/null @@ -1,5 +0,0 @@ - - - - - diff --git a/packaging/capi-network-tethering.manifest b/packaging/capi-network-tethering.manifest new file mode 100644 index 0000000..017d22d --- /dev/null +++ b/packaging/capi-network-tethering.manifest @@ -0,0 +1,5 @@ + + + + + diff --git a/packaging/capi-network-tethering.spec b/packaging/capi-network-tethering.spec index 3fb2004..48267b3 100644 --- a/packaging/capi-network-tethering.spec +++ b/packaging/capi-network-tethering.spec @@ -5,6 +5,7 @@ Release: 1 Group: Connectivity/API License: Apache-2.0 Source0: %{name}-%{version}.tar.gz +Source1001: capi-network-tethering.manifest BuildRequires: pkgconfig(dlog) BuildRequires: pkgconfig(dbus-glib-1) @@ -25,6 +26,7 @@ Development package for Tethering framework library %prep %setup -q +cp %{SOURCE1001} . %build %ifarch %{arm} @@ -46,7 +48,7 @@ make %{?jobs:-j%jobs} %postun -p /sbin/ldconfig %files -%manifest capi-network-tethering.manifest +%manifest %{name}.manifest %defattr(-,root,root,-) %{_libdir}/*.so.* %ifarch %{arm} @@ -60,6 +62,7 @@ make %{?jobs:-j%jobs} %endif %files devel +%manifest %{name}.manifest %defattr(-,root,root,-) %{_includedir}/network/*.h %{_libdir}/pkgconfig/*.pc