From f3ab5ec7eb99416b34710c421ff60dd6bc90f89f Mon Sep 17 00:00:00 2001 From: Alexandru Cornea Date: Fri, 28 Jun 2013 18:13:51 +0300 Subject: [PATCH] resetting manifest requested domain to floor --- capi-location-geocoder.manifest | 5 ----- packaging/capi-location-geocoder.manifest | 5 +++++ packaging/capi-location-geocoder.spec | 4 ++++ 3 files changed, 9 insertions(+), 5 deletions(-) delete mode 100644 capi-location-geocoder.manifest create mode 100644 packaging/capi-location-geocoder.manifest 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 -- 2.7.4