Author: qboosh Date: Sun Nov 14 10:10:15 2010 GMT Module: packages Tag: HEAD ---- Log message: - updated to 1.67 - removed obsolete shared patch - follow upstream: soname back to .so.0, includedir changed to leptonica
---- Files affected: packages/leptonlib: leptonlib.spec (1.20 -> 1.21) , leptonlib-shared.patch (1.1 -> NONE) (REMOVED) ---- Diffs: ================================================================ Index: packages/leptonlib/leptonlib.spec diff -u packages/leptonlib/leptonlib.spec:1.20 packages/leptonlib/leptonlib.spec:1.21 --- packages/leptonlib/leptonlib.spec:1.20 Tue Feb 9 01:45:48 2010 +++ packages/leptonlib/leptonlib.spec Sun Nov 14 11:10:10 2010 @@ -2,21 +2,20 @@ Summary: Leptonica - image processing and analysis library Summary(pl.UTF-8): Leptonica - biblioteka do przetwarzania i analizy obrazu Name: leptonlib -Version: 1.57 -Release: 4 +Version: 1.67 +Release: 1 License: BSD-like Group: Libraries +#Source0Download: http://www.leptonica.com/download.html Source0: http://www.leptonica.com/source/%{name}-%{version}.tar.gz -# Source0-md5: 4c0deb5b18765e9db2dd675c5fb47d08 -Patch0: %{name}-shared.patch -Patch1: %{name}-endiantest.patch +# Source0-md5: 23f03ad6a0cab67714df98110ad2e141 +Patch0: %{name}-endiantest.patch URL: http://www.leptonica.com/ BuildRequires: autoconf >= 2.50 BuildRequires: automake BuildRequires: giflib-devel >= 4 BuildRequires: libjpeg-devel BuildRequires: libpng-devel -BuildRequires: libstdc++-devel BuildRequires: libtiff-devel BuildRequires: libtool BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) @@ -58,7 +57,6 @@ %prep %setup -q %patch0 -p1 -%patch1 -p1 %build %{__libtoolize} @@ -72,7 +70,6 @@ %install rm -rf $RPM_BUILD_ROOT -install -d $RPM_BUILD_ROOT{%{_includedir}/lept,%{_libdir}} %{__make} install \ DESTDIR=$RPM_BUILD_ROOT @@ -86,14 +83,14 @@ %files %defattr(644,root,root,755) %doc README.html leptonica-license.txt version-notes.html moller52.jpg -%attr(755,root,root) %{_libdir}/liblept.so.*.* -%attr(755,root,root) %ghost %{_libdir}/liblept.so.1 +%attr(755,root,root) %{_libdir}/liblept.so.*.*.* +%attr(755,root,root) %ghost %{_libdir}/liblept.so.0 %files devel %defattr(644,root,root,755) %attr(755,root,root) %{_libdir}/liblept.so %{_libdir}/liblept.la -%{_includedir}/liblept +%{_includedir}/leptonica %files static %defattr(644,root,root,755) @@ -105,6 +102,11 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.21 2010/11/14 10:10:10 qboosh +- updated to 1.67 +- removed obsolete shared patch +- follow upstream: soname back to .so.0, includedir changed to leptonica + Revision 1.20 2010/02/09 00:45:48 sparky - BR: libstdc++-devel ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/leptonlib/leptonlib.spec?r1=1.20&r2=1.21&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
