merge with master
[platform/core/system/libslp-sysman.git] / packaging / sysman.spec
index 7275031..fbd6459 100644 (file)
@@ -6,8 +6,6 @@ Group:      framework-system
 License:    APLv2
 Source0:    %{name}-%{version}.tar.gz
 Source1001: packaging/sysman.manifest 
-Requires(post): /sbin/ldconfig
-Requires(postun): /sbin/ldconfig
 BuildRequires:  cmake
 BuildRequires:  pkgconfig(vconf)
 BuildRequires:  pkgconfig(dlog)
@@ -41,7 +39,7 @@ System Manager base library (devel)
 
 %build
 cp %{SOURCE1001} .
-cmake . -DCMAKE_INSTALL_PREFIX=%{_prefix}
+%cmake .
 
 
 make %{?jobs:-j%jobs}