summaryrefslogtreecommitdiff
path: root/packaging
diff options
context:
space:
mode:
authorAlexandru Cornea <alexandru.cornea@intel.com>2013-06-28 12:03:52 +0300
committerGerrit Code Review <gerrit@review.vlan103.tizen.org>2013-07-08 10:13:32 -0700
commit0ebce4e1b4bf76e3b78b71d558a570dbeae17d18 (patch)
tree5b5535ee0f418b9b8847983bdd52beb95b3f8934 /packaging
parentb11e60892a70fc9351abe32e87fcc309577aad8b (diff)
downloadliblocation-appman-ivi_oct_m2.tar.gz
liblocation-appman-ivi_oct_m2.tar.bz2
liblocation-appman-ivi_oct_m2.zip
Diffstat (limited to 'packaging')
-rw-r--r--packaging/liblocation-appman.manifest5
-rw-r--r--packaging/liblocation-appman.spec5
2 files changed, 9 insertions, 1 deletions
diff --git a/packaging/liblocation-appman.manifest b/packaging/liblocation-appman.manifest
new file mode 100644
index 0000000..017d22d
--- /dev/null
+++ b/packaging/liblocation-appman.manifest
@@ -0,0 +1,5 @@
+<manifest>
+ <request>
+ <domain name="_"/>
+ </request>
+</manifest>
diff --git a/packaging/liblocation-appman.spec b/packaging/liblocation-appman.spec
index cd07bbd..0d97a8d 100644
--- a/packaging/liblocation-appman.spec
+++ b/packaging/liblocation-appman.spec
@@ -6,6 +6,7 @@ Release: 1
Group: System/Libraries
License: TBD
Source0: %{name}-%{version}.tar.gz
+Source1001: liblocation-appman.manifest
Requires(post): sqlite
BuildRequires: cmake
@@ -31,6 +32,7 @@ Description : Location DB controller Development Package
%prep
%setup -q -n %{name}-%{version}
+cp %{SOURCE1001} .
%build
@@ -55,11 +57,12 @@ rm -rf %{buildroot}
rm -rf %{buildroot}
%files
-%manifest liblocation-appman.manifest
+%manifest %{name}.manifest
%defattr(-,root,root,-)
%{_libdir}/liblocation-appman.so*
%{_optdir}/dbspace/.location-appman.db*
%files devel
+%manifest %{name}.manifest
%{_includedir}/location-appman/*.h
%{_libdir}/pkgconfig/*.pc