diff options
author | Alexandru Cornea <alexandru.cornea@intel.com> | 2013-06-28 12:03:52 +0300 |
---|---|---|
committer | Gerrit Code Review <gerrit@review.vlan103.tizen.org> | 2013-07-08 10:13:32 -0700 |
commit | 0ebce4e1b4bf76e3b78b71d558a570dbeae17d18 (patch) | |
tree | 5b5535ee0f418b9b8847983bdd52beb95b3f8934 | |
parent | b11e60892a70fc9351abe32e87fcc309577aad8b (diff) | |
download | liblocation-appman-submit/tizen/20130912.075956.tar.gz liblocation-appman-submit/tizen/20130912.075956.tar.bz2 liblocation-appman-submit/tizen/20130912.075956.zip |
resetting manifest requested domain to floorsubmit/tizen_ivi_stable/20131116.100518submit/tizen_ivi_genivi/20140131.061433submit/tizen/20130912.090304submit/tizen/20130912.075956submit/tizen/20130717.200615ivi_oct_m2accepted/tizen_ivi_stable/20131116.103733accepted/tizen/ivi/genivi/20140131.062345accepted/tizen/20130912.195721accepted/tizen/20130912.191659accepted/tizen/20130912.150502accepted/tizen/20130912.100301accepted/tizen/20130912.094457accepted/tizen/20130717.194059tizen_ivi_geniviaccepted/tizen_genericaccepted/tizen/ivi/stableaccepted/tizen/ivi/genivi
-rw-r--r-- | liblocation-appman.manifest | 5 | ||||
-rw-r--r-- | packaging/liblocation-appman.manifest | 5 | ||||
-rw-r--r-- | packaging/liblocation-appman.spec | 5 |
3 files changed, 9 insertions, 6 deletions
diff --git a/liblocation-appman.manifest b/liblocation-appman.manifest deleted file mode 100644 index 97e8c31..0000000 --- a/liblocation-appman.manifest +++ /dev/null @@ -1,5 +0,0 @@ -<manifest> - <request> - <domain name="_"/> - </request> -</manifest> 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 |