From ac204d89cb7270906399e2908d32de7431b9f21c Mon Sep 17 00:00:00 2001 From: Alexandru Cornea Date: Fri, 28 Jun 2013 19:50:20 +0300 Subject: [PATCH] resetting manifest requested domain to floor --- capi-location-poi.manifest | 5 ----- packaging/capi-location-poi.manifest | 5 +++++ packaging/capi-location-poi.spec | 4 ++++ 3 files changed, 9 insertions(+), 5 deletions(-) delete mode 100644 capi-location-poi.manifest create mode 100644 packaging/capi-location-poi.manifest diff --git a/capi-location-poi.manifest b/capi-location-poi.manifest deleted file mode 100644 index 97e8c31..0000000 --- a/capi-location-poi.manifest +++ /dev/null @@ -1,5 +0,0 @@ - - - - - diff --git a/packaging/capi-location-poi.manifest b/packaging/capi-location-poi.manifest new file mode 100644 index 0000000..017d22d --- /dev/null +++ b/packaging/capi-location-poi.manifest @@ -0,0 +1,5 @@ + + + + + diff --git a/packaging/capi-location-poi.spec b/packaging/capi-location-poi.spec index ee079d7..0e47bff 100755 --- a/packaging/capi-location-poi.spec +++ b/packaging/capi-location-poi.spec @@ -5,6 +5,7 @@ Release: 1 Group: Location/API License: Apache-2.0 Source0: %{name}-%{version}.tar.gz +Source1001: capi-location-poi.manifest BuildRequires: cmake BuildRequires: pkgconfig(dlog) BuildRequires: pkgconfig(location) @@ -24,6 +25,7 @@ Requires: %{name} = %{version}-%{release} %prep %setup -q +cp %{SOURCE1001} . %build @@ -40,11 +42,13 @@ make %{?jobs:-j%jobs} %files +%manifest %{name}.manifest %license LICENSE %manifest capi-location-poi.manifest %{_libdir}/libcapi-location-poi.so.* %files devel +%manifest %{name}.manifest %{_includedir}/location/*.h %{_libdir}/pkgconfig/*.pc %{_libdir}/libcapi-location-poi.so -- 2.7.4