From 0527fb348dce030bb0705fb9452d4e52ce121950 Mon Sep 17 00:00:00 2001 From: "Bartlomiej.Szady" Date: Sun, 6 Oct 2013 19:19:18 +0200 Subject: [PATCH] - ldconfig is desirable --- tesseract.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/tesseract.spec b/tesseract.spec index fb36288..89a1e14 100644 --- a/tesseract.spec +++ b/tesseract.spec @@ -4,7 +4,7 @@ Summary: Tesseract Open Source OCR Engine Summary(pl.UTF-8): Tesseract - silnik OCR o otwartych źródłach Name: tesseract Version: 3.02.02 -Release: 2 +Release: 3 License: Apache v2.0 Group: Applications/Graphics #Source0Download: http://code.google.com/p/tesseract-ocr/downloads/list @@ -82,6 +82,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 AUTHORS COPYING ChangeLog README ReleaseNotes -- 2.44.0