[packages/llvm] drop explicit abi part when packaging python module

atler atler at pld-linux.org
Wed Jun 1 12:48:53 CEST 2022


commit 93b7b046d4dd7aa2047f2dd4855f3ef49c7b1d32
Author: Jan Palus <atler at pld-linux.org>
Date:   Wed Jun 1 12:47:54 2022 +0200

    drop explicit abi part when packaging python module

 llvm.spec | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/llvm.spec b/llvm.spec
index e8a1ecd..50b022a 100644
--- a/llvm.spec
+++ b/llvm.spec
@@ -1320,7 +1320,7 @@ rm -rf $RPM_BUILD_ROOT
 %{py3_sitedir}/lldb/plugins/__pycache__
 %{py3_sitedir}/lldb/plugins/__init__.py
 %{py3_sitedir}/lldb/plugins/scripted_process.py
-%attr(755,root,root) %{py3_sitedir}/lldb/_lldb.cpython-*-linux-gnu.so
+%attr(755,root,root) %{py3_sitedir}/lldb/_lldb.cpython-*.so
 
 %files -n lldb-devel
 %defattr(644,root,root,755)
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/llvm.git/commitdiff/93b7b046d4dd7aa2047f2dd4855f3ef49c7b1d32



More information about the pld-cvs-commit mailing list