!4 Update to 1.79.0 version

From: @bzg1107
Reviewed-by: @miao_kaibo
Signed-off-by: @miao_kaibo
This commit is contained in:
openeuler-ci-bot 2021-05-14 14:54:49 +08:00 committed by Gitee
commit c1976d0215
2 changed files with 9 additions and 4 deletions

View File

@ -1,13 +1,13 @@
Name: leptonica
Version: 1.78.0
Version: 1.79.0
Release: 1
Summary: C library for efficient image processing and image analysis operations
License: Leptonica
URL: https://github.com/danbloomberg/leptonica
Source0: https://github.com/DanBloomberg/leptonica/archive/%{version}/%{name}-%{version}.tar.gz
BuildRequires: gcc automake autoconf libtool giflib-devel libjpeg-devel libpng-devel
BuildRequires: libtiff-devel libwebp-devel zlib-devel gnuplot
BuildRequires: libtiff-devel libwebp-devel zlib-devel
BuildRequires: gnuplot
%description
The library supports many operations that are useful on
* Document images
@ -28,7 +28,6 @@ Fundamental image processing and image analysis operations
%package devel
Summary: Development files for %{name}
Requires: %{name}%{?_isa} = %{version}-%{release}
%description devel
The %{name}-devel package contains header files for
developing applications that use %{name}.
@ -63,11 +62,17 @@ make check VERBOSE=1
%files devel
%{_includedir}/%{name}
%{_libdir}/liblept.so
%{_libdir}/libleptonica.so
%{_libdir}/pkgconfig/lept.pc
%{_libdir}/cmake/LeptonicaConfig-version.cmake
%{_libdir}/cmake/LeptonicaConfig.cmake
%files tools
%{_bindir}/*
%changelog
* Thu May 6 2021 baizhonggui <baizhonggui@huawei.com> - 1.79.0-1
- update to 1.79.0
* Mon Jul 27 2020 chengzihan <chengzihan2@huawei.com> - 1.78.0-1
- Package init