From e0c18c7cc04a85b1a3b5c64cea97a6d731a57de0 Mon Sep 17 00:00:00 2001 From: Krisztian Litkey Date: Tue, 17 Dec 2013 11:47:22 +0200 Subject: [PATCH] packaging: collect system-controller plugin only if it is enabled. Change-Id: I3baeeac41c5a3552afdc35f1e2c451f4bfbc993d --- packaging/murphy.spec | 2 ++ 1 file changed, 2 insertions(+) diff --git a/packaging/murphy.spec b/packaging/murphy.spec index 2cc8a57..cb59b12 100644 --- a/packaging/murphy.spec +++ b/packaging/murphy.spec @@ -510,7 +510,9 @@ ldconfig %defattr(-,root,root,-) %endif %{_libdir}/murphy/plugins +%if %{?_with_icosyscon:1}%{!?_with_icosyscon:0} %{_libdir}/libmurphy-plugin-system-controller.so* +%endif %files devel -f filelist.devel-includes %defattr(-,root,root,-) -- 2.7.4