]> git.pld-linux.org Git - packages/tesseract.git/commitdiff
- revert last commit, we want to keep libtool file if there is no auto/th/tesseract-3_01-3
authorAdam Gołębiowski <adamg@pld-linux.org>
Fri, 10 Feb 2012 09:40:33 +0000 (09:40 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
  pkgconfig file available
- release 3

Changed files:
    tesseract.spec -> 1.26

tesseract.spec

index 7c3004adfe10b8c60d9d36730d32dadfa95146b0..a4788c32c9c670e0c166d411294bca309c3f8a25 100644 (file)
@@ -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.01
-Release:       2
+Release:       3
 License:       Apache v2.0
 Group:         Applications/Graphics
 #Source0Download: http://code.google.com/p/tesseract-ocr/downloads/list
@@ -77,8 +77,6 @@ rm -rf $RPM_BUILD_ROOT
 %{__make} install \
        DESTDIR=$RPM_BUILD_ROOT
 
-rm -f $RPM_BUILD_ROOT%{_libdir}/libtesseract.la
-
 %clean
 rm -rf $RPM_BUILD_ROOT
 
@@ -108,6 +106,7 @@ rm -rf $RPM_BUILD_ROOT
 %files devel
 %defattr(644,root,root,755)
 %attr(755,root,root) %{_libdir}/libtesseract.so
+%{_libdir}/libtesseract.la
 %{_includedir}/%{name}
 %{_mandir}/man5/unicharambigs.5*
 %{_mandir}/man5/unicharset.5*
This page took 0.276021 seconds and 4 git commands to generate.