From: Alexandru Cornea Date: Fri, 28 Jun 2013 15:24:23 +0000 (+0300) Subject: resetting manifest requested domain to floor X-Git-Tag: submit/tizen/20130710.102422^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=d798d95b06c0fab2ac22701f6cbba2778236bc36;p=platform%2Fcore%2Fapi%2Flocation-manager.git resetting manifest requested domain to floor --- diff --git a/capi-location-manager.manifest b/capi-location-manager.manifest deleted file mode 100644 index 97e8c31..0000000 --- a/capi-location-manager.manifest +++ /dev/null @@ -1,5 +0,0 @@ - - - - - diff --git a/packaging/capi-location-manager.manifest b/packaging/capi-location-manager.manifest new file mode 100644 index 0000000..017d22d --- /dev/null +++ b/packaging/capi-location-manager.manifest @@ -0,0 +1,5 @@ + + + + + diff --git a/packaging/capi-location-manager.spec b/packaging/capi-location-manager.spec index ca2544a..8216864 100755 --- a/packaging/capi-location-manager.spec +++ b/packaging/capi-location-manager.spec @@ -5,6 +5,7 @@ Release: 1 Group: Location/API License: Apache-2.0 Source0: %{name}-%{version}.tar.gz +Source1001: capi-location-manager.manifest BuildRequires: cmake BuildRequires: pkgconfig(dlog) BuildRequires: pkgconfig(location) @@ -26,6 +27,7 @@ Requires: %{name} = %{version}-%{release} %prep %setup -q +cp %{SOURCE1001} . %build @@ -43,11 +45,13 @@ make %{?jobs:-j%jobs} %files +%manifest %{name}.manifest %license LICENSE %manifest capi-location-manager.manifest %{_libdir}/libcapi-location-manager.so.* %files devel +%manifest %{name}.manifest %{_includedir}/location/*.h %{_libdir}/pkgconfig/*.pc %{_libdir}/libcapi-location-manager.so