]> git.pld-linux.org Git - packages/gjs.git/commitdiff
fix build without systemtap rustless
authorJan Palus <atler@pld-linux.org>
Tue, 6 Oct 2020 17:51:00 +0000 (19:51 +0200)
committerJan Palus <atler@pld-linux.org>
Tue, 6 Oct 2020 17:51:00 +0000 (19:51 +0200)
gjs.spec

index e16a34b1e8e82a899e9dcaf7e28a76c79283d217..31b353948358b07c8aa0b3f2dd27a148e9ddc601 100644 (file)
--- a/gjs.spec
+++ b/gjs.spec
@@ -125,6 +125,8 @@ rm -rf $RPM_BUILD_ROOT
 %{_pkgconfigdir}/gjs-1.0.pc
 %{_examplesdir}/%{name}-%{version}
 
 %{_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
 %files -n systemtap-gjs
 %defattr(644,root,root,755)
 %{_datadir}/systemtap/tapset/gjs.stp
+%endif
This page took 0.386241 seconds and 4 git commands to generate.