[packages/tree-sitter] missing ldconfig invocation; rel 2

atler atler at pld-linux.org
Tue May 3 14:10:19 CEST 2022


commit 83d0402cf1cc1904be5d3f991aec2a8a52ba26a2
Author: Jan Palus <atler at pld-linux.org>
Date:   Tue May 3 14:09:55 2022 +0200

    missing ldconfig invocation; rel 2

 tree-sitter.spec | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)
---
diff --git a/tree-sitter.spec b/tree-sitter.spec
index d5728f7..2811d91 100644
--- a/tree-sitter.spec
+++ b/tree-sitter.spec
@@ -1,7 +1,7 @@
 Summary:	An incremental parsing system for programming tools
 Name:		tree-sitter
 Version:	0.20.6
-Release:	1
+Release:	2
 License:	MIT
 Group:		Libraries
 Source0:	https://github.com/tree-sitter/tree-sitter/archive/v%{version}/%{name}-%{version}.tar.gz
@@ -63,6 +63,9 @@ rm -rf $RPM_BUILD_ROOT
 %clean
 rm -rf $RPM_BUILD_ROOT
 
+%post   -p /sbin/ldconfig
+%postun -p /sbin/ldconfig
+
 %files
 %defattr(644,root,root,755)
 %doc CONTRIBUTING.md README.md
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/tree-sitter.git/commitdiff/83d0402cf1cc1904be5d3f991aec2a8a52ba26a2



More information about the pld-cvs-commit mailing list