From: Jan Palus Date: Tue, 6 Oct 2020 17:51:00 +0000 (+0200) Subject: fix build without systemtap X-Git-Tag: auto/th/gjs-1.66.0-1~1 X-Git-Url: http://git.pld-linux.org/?p=packages%2Fgjs.git;a=commitdiff_plain;h=ab1adb5b13365b580fc2538ae4e5400d2f35d8b5 fix build without systemtap --- diff --git a/gjs.spec b/gjs.spec index e16a34b..31b3539 100644 --- a/gjs.spec +++ b/gjs.spec @@ -125,6 +125,8 @@ rm -rf $RPM_BUILD_ROOT %{_pkgconfigdir}/gjs-1.0.pc %{_examplesdir}/%{name}-%{version} +%if %{with systemtap} %files -n systemtap-gjs %defattr(644,root,root,755) %{_datadir}/systemtap/tapset/gjs.stp +%endif