From 55f861ca3c85005ef4a49b28fa1a668bcab10666 Mon Sep 17 00:00:00 2001 From: Mu-Woong Lee Date: Mon, 20 Feb 2017 12:14:41 +0900 Subject: [PATCH] Cleanup the build script Change-Id: I45f84a15db7cb816bf1440f70c7d0b42e849f2e0 Signed-off-by: Mu-Woong Lee --- packaging/context-common.spec | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/packaging/context-common.spec b/packaging/context-common.spec index 69d3bf3..e6cd5be 100644 --- a/packaging/context-common.spec +++ b/packaging/context-common.spec @@ -34,11 +34,10 @@ export CXXFLAGS+=" -Wno-empty-body -fomit-frame-pointer -fno-optimize-sibling-ca export CXXFLAGS+=" -fno-strict-aliasing -fno-unroll-loops -fsigned-char -fstrict-overflow" export CXXFLAGS+=" -Wnon-virtual-dtor -std=c++0x" -cmake . -DCMAKE_INSTALL_PREFIX=%{_prefix} -DMAJORVER=${MAJORVER} -DFULLVER=%{version} -make %{?jobs:-j%jobs} +%cmake . -DMAJORVER=${MAJORVER} -DFULLVER=%{version} +make %{?_smp_mflags} %install -rm -rf %{buildroot} %make_install %post @@ -49,7 +48,7 @@ rm -rf %{buildroot} %files %manifest packaging/%{name}.manifest -%{_libdir}/*.so.* +%{_libdir}/*.so* %license LICENSE %package devel @@ -63,4 +62,3 @@ Tizen Context-Service Internal Shared Library (Development) %files devel %{_includedir}/context-service/*.h %{_libdir}/pkgconfig/*.pc -%{_libdir}/*.so -- 2.7.4