From: Alexandru Cornea Date: Fri, 28 Jun 2013 15:13:51 +0000 (+0300) Subject: resetting manifest requested domain to floor X-Git-Tag: accepted/tizen/20130710.221650^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fheads%2Ftizen_3.0.2014.q4_common;p=platform%2Fcore%2Fapi%2Fgeocoder.git resetting manifest requested domain to floor --- diff --git a/capi-location-geocoder.manifest b/capi-location-geocoder.manifest deleted file mode 100644 index 97e8c31..0000000 --- a/capi-location-geocoder.manifest +++ /dev/null @@ -1,5 +0,0 @@ - - - - - diff --git a/packaging/capi-location-geocoder.manifest b/packaging/capi-location-geocoder.manifest new file mode 100644 index 0000000..017d22d --- /dev/null +++ b/packaging/capi-location-geocoder.manifest @@ -0,0 +1,5 @@ + + + + + diff --git a/packaging/capi-location-geocoder.spec b/packaging/capi-location-geocoder.spec index f8ee07d..977222d 100755 --- a/packaging/capi-location-geocoder.spec +++ b/packaging/capi-location-geocoder.spec @@ -5,6 +5,7 @@ Release: 1 Group: System/Libraries License: Apache-2.0 Source0: %{name}-%{version}.tar.gz +Source1001: capi-location-geocoder.manifest BuildRequires: cmake BuildRequires: pkgconfig(dlog) BuildRequires: pkgconfig(location) @@ -25,6 +26,7 @@ A Geocoder library in Tizen Native API (Development). %prep %setup -q +cp %{SOURCE1001} . %build @@ -41,10 +43,12 @@ make %{?jobs:-j%jobs} %files +%manifest %{name}.manifest %license LICENSE %{_libdir}/libcapi-location-geocoder.so* %manifest capi-location-geocoder.manifest %files devel +%manifest %{name}.manifest %{_includedir}/location/geocoder.h %{_libdir}/pkgconfig/*.pc