Sync with tizen_2.2
[platform/framework/native/env-config.git] / packaging / osp-env-config.spec
index d6b37b1..007b62d 100644 (file)
@@ -5,6 +5,7 @@ Release:        2
 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
 MAJORVER=`echo %{version} | awk 'BEGIN {FS="."}{print $1}'`
@@ -54,7 +56,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*