diff options
Diffstat (limited to 'packaging/sysman.spec')
-rw-r--r-- | packaging/sysman.spec | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/packaging/sysman.spec b/packaging/sysman.spec index 7275031..fbd6459 100644 --- a/packaging/sysman.spec +++ b/packaging/sysman.spec @@ -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} |