Author: adamg Date: Fri Feb 10 09:40:38 2012 GMT Module: packages Tag: HEAD ---- Log message: - revert last commit, we want to keep libtool file if there is no pkgconfig file available - release 3
---- Files affected: packages/tesseract: tesseract.spec (1.25 -> 1.26) ---- Diffs: ================================================================ Index: packages/tesseract/tesseract.spec diff -u packages/tesseract/tesseract.spec:1.25 packages/tesseract/tesseract.spec:1.26 --- packages/tesseract/tesseract.spec:1.25 Thu Feb 9 00:42:35 2012 +++ packages/tesseract/tesseract.spec Fri Feb 10 10:40:33 2012 @@ -5,7 +5,7 @@ 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 @@ -78,8 +78,6 @@ %{__make} install \ DESTDIR=$RPM_BUILD_ROOT -rm -f $RPM_BUILD_ROOT%{_libdir}/libtesseract.la - %clean rm -rf $RPM_BUILD_ROOT @@ -109,6 +107,7 @@ %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* @@ -123,6 +122,11 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.26 2012/02/10 09:40:33 adamg +- revert last commit, we want to keep libtool file if there is no + pkgconfig file available +- release 3 + Revision 1.25 2012/02/08 23:42:35 adamg - release 2, drop libtool file ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/tesseract/tesseract.spec?r1=1.25&r2=1.26&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
