From: Yury Usishchev Date: Wed, 17 Dec 2014 16:32:27 +0000 (+0300) Subject: Move cmake command to %build section where it belongs X-Git-Tag: accepted/tizen/common/20150109.152855~1 X-Git-Url: http://review.tizen.org/git/?p=apps%2Fcore%2Fpreloaded%2Fudisks-automount-agent.git;a=commitdiff_plain;h=7654f79dfea1856b4f4b2bd25df447817e923907 Move cmake command to %build section where it belongs Change-Id: I6c7ed07a79374d1da3a1669250e4aff1508cb750 Signed-off-by: Yury Usishchev --- diff --git a/packaging/udisks-automount-agent.spec b/packaging/udisks-automount-agent.spec index fa39dbb..ed41baf 100644 --- a/packaging/udisks-automount-agent.spec +++ b/packaging/udisks-automount-agent.spec @@ -50,11 +50,11 @@ Requires: %{name} = %{version}-%{release} %prep %setup -q cp -a %{SOURCE1} . -cmake . -DCMAKE_INSTALL_PREFIX=%{_prefix} -DSYSTEMD_SERVICE_DIR=%{_unitdir_user} -DENABLE_NOTIF=%{enable_notifications} %build +cmake . -DCMAKE_INSTALL_PREFIX=%{_prefix} -DSYSTEMD_SERVICE_DIR=%{_unitdir_user} -DENABLE_NOTIF=%{enable_notifications} make %{?jobs:-j%jobs}