[packages/libunwind] - fix conditional in %files
hawk
hawk at pld-linux.org
Mon Dec 23 14:46:53 CET 2024
commit dcb4baff105e6e5bad1a7be8854d2a163eec124d
Author: Marcin Krol <hawk at tld-linux.org>
Date: Sun Dec 22 16:11:03 2024 +0100
- fix conditional in %files
libunwind.spec | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/libunwind.spec b/libunwind.spec
index fb34ab8..eaebf93 100644
--- a/libunwind.spec
+++ b/libunwind.spec
@@ -124,7 +124,7 @@ rm -rf $RPM_BUILD_ROOT
%attr(755,root,root) %ghost %{_libdir}/libunwind-setjmp.so.0
%attr(755,root,root) %{_libdir}/libunwind-%{asuf}.so.*.*.*
%attr(755,root,root) %ghost %{_libdir}/libunwind-%{asuf}.so.8
-%if %{with doc}
+%if %{with tests}
%{_libexecdir}/libunwind
%endif
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/libunwind.git/commitdiff/dcb4baff105e6e5bad1a7be8854d2a163eec124d
More information about the pld-cvs-commit
mailing list