]> git.pld-linux.org Git - packages/tesseract.git/commitdiff
- release 2, drop libtool file auto/th/tesseract-3_01-2
authorAdam Gołębiowski <adamg@pld-linux.org>
Wed, 8 Feb 2012 23:42:35 +0000 (23:42 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    tesseract.spec -> 1.25

tesseract.spec

index 8f6165c090918adbbd233506b5f3ea677e1d7db1..7c3004adfe10b8c60d9d36730d32dadfa95146b0 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:       1
+Release:       2
 License:       Apache v2.0
 Group:         Applications/Graphics
 #Source0Download: http://code.google.com/p/tesseract-ocr/downloads/list
@@ -77,6 +77,8 @@ 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
 
@@ -106,7 +108,6 @@ 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.076378 seconds and 4 git commands to generate.