]> git.pld-linux.org Git - packages/tree-sitter.git/commitdiff
missing ldconfig invocation; rel 2 auto/th/tree-sitter-0.20.6-2
authorJan Palus <atler@pld-linux.org>
Tue, 3 May 2022 12:09:55 +0000 (14:09 +0200)
committerJan Palus <atler@pld-linux.org>
Tue, 3 May 2022 12:09:55 +0000 (14:09 +0200)
tree-sitter.spec

index d5728f7a307d3e83743620a86588ed4fc96c5f4a..2811d9186c2d39e2d6565a29a3113f6d7ec69a8a 100644 (file)
@@ -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
This page took 0.186963 seconds and 4 git commands to generate.