diff options
-rw-r--r-- | osp-env-config.manifest | 5 | ||||
-rw-r--r-- | packaging/osp-env-config.manifest | 5 | ||||
-rw-r--r-- | packaging/osp-env-config.spec | 4 |
3 files changed, 8 insertions, 6 deletions
diff --git a/osp-env-config.manifest b/osp-env-config.manifest deleted file mode 100644 index ae3e6f7..0000000 --- a/osp-env-config.manifest +++ /dev/null @@ -1,5 +0,0 @@ -<manifest> - <request> - <domain name="_"/> - </request> -</manifest>
\ No newline at end of file diff --git a/packaging/osp-env-config.manifest b/packaging/osp-env-config.manifest new file mode 100644 index 0000000..017d22d --- /dev/null +++ b/packaging/osp-env-config.manifest @@ -0,0 +1,5 @@ +<manifest> + <request> + <domain name="_"/> + </request> +</manifest> diff --git a/packaging/osp-env-config.spec b/packaging/osp-env-config.spec index d3ca86b..27f130d 100644 --- a/packaging/osp-env-config.spec +++ b/packaging/osp-env-config.spec @@ -5,6 +5,7 @@ Release: 4 Group: System/Libraries License: Apache-2.0 Source0: %{name}-%{version}.tar.gz +Source1001: osp-env-config.manifest BuildRequires: cmake BuildRequires: pkgconfig(dlog) BuildRequires: pkgconfig(vconf) @@ -25,6 +26,7 @@ osp application environment cofiguration serivce (devel) %prep %setup -q +cp %{SOURCE1001} . %build %if 0%{?tizen_build_binary_release_type_eng} @@ -62,7 +64,7 @@ cp %{_builddir}/%{name}-%{version}/LICENSE.APLv2 %{buildroot}/usr/share/license %postun -p /sbin/ldconfig %files -%manifest osp-env-config.manifest +%manifest %{name}.manifest /usr/share/license/%{name} %{_libdir}/*.so* %{_libdir}/osp/libappinfo.so* |