]> git.pld-linux.org Git - packages/systemtap.git/commitdiff
- cleanup building with(out) crash auto/th/systemtap-3.2-2
authorJan Rękorajski <baggins@pld-linux.org>
Wed, 23 May 2018 06:25:15 +0000 (08:25 +0200)
committerJan Rękorajski <baggins@pld-linux.org>
Wed, 23 May 2018 06:25:15 +0000 (08:25 +0200)
systemtap.spec

index 96bfc731ed12a866ea4914b2c614e3ee8c952069..cef8528fe92de3fe6ed7eb7ffe45fe47f19db8a0 100644 (file)
@@ -8,7 +8,7 @@
 %bcond_without python2         # Python 2.x runtime support
 %bcond_without python3         # Python 3.x runtime support
 
-%ifnarch %{ix86} %{x8664} alpha arm ia64 ppc64 s390 s390x
+%ifnarch %{ix86} %{x8664} x32 alpha arm ia64 ppc64 s390 s390x
 %undefine      with_crash
 %endif
 %ifnarch %{ix86} %{x8664} x32 ppc ppc64 aarch64
@@ -361,10 +361,13 @@ rm -rf $RPM_BUILD_ROOT
 %attr(755,root,root) %{_bindir}/stapsh
 # XXX: %attr(4754,root,stapusr) staprun ?
 %attr(755,root,root) %{_bindir}/staprun
-%dir %{_libdir}/%{name}
+%dir %{_libexecdir}/%{name}
 %attr(755,root,root) %{_libexecdir}/%{name}/stap-authorize-cert
 %attr(755,root,root) %{_libexecdir}/%{name}/stapio
-%{?with_crash:%attr(755,root,root) %{_libdir}/%{name}/staplog.so}
+%if %{with crash}
+%dir %{_libdir}/%{name}
+%attr(755,root,root) %{_libdir}/%{name}/staplog.so
+%endif
 %{_mandir}/man1/stap-merge.1*
 %{_mandir}/man1/stap-report.1*
 %{_mandir}/man1/stapref.1*
This page took 0.14053 seconds and 4 git commands to generate.