update to 1.79.0
This commit is contained in:
parent
5cfbd8ccf3
commit
fd7d4c2f57
Binary file not shown.
@ -1,13 +1,13 @@
|
|||||||
Name: leptonica
|
Name: leptonica
|
||||||
Version: 1.78.0
|
Version: 1.79.0
|
||||||
Release: 1
|
Release: 1
|
||||||
Summary: C library for efficient image processing and image analysis operations
|
Summary: C library for efficient image processing and image analysis operations
|
||||||
License: Leptonica
|
License: Leptonica
|
||||||
URL: https://github.com/danbloomberg/leptonica
|
URL: https://github.com/danbloomberg/leptonica
|
||||||
Source0: https://github.com/DanBloomberg/leptonica/archive/%{version}/%{name}-%{version}.tar.gz
|
Source0: https://github.com/DanBloomberg/leptonica/archive/%{version}/%{name}-%{version}.tar.gz
|
||||||
BuildRequires: gcc automake autoconf libtool giflib-devel libjpeg-devel libpng-devel
|
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
|
%description
|
||||||
The library supports many operations that are useful on
|
The library supports many operations that are useful on
|
||||||
* Document images
|
* Document images
|
||||||
@ -28,7 +28,6 @@ Fundamental image processing and image analysis operations
|
|||||||
%package devel
|
%package devel
|
||||||
Summary: Development files for %{name}
|
Summary: Development files for %{name}
|
||||||
Requires: %{name}%{?_isa} = %{version}-%{release}
|
Requires: %{name}%{?_isa} = %{version}-%{release}
|
||||||
|
|
||||||
%description devel
|
%description devel
|
||||||
The %{name}-devel package contains header files for
|
The %{name}-devel package contains header files for
|
||||||
developing applications that use %{name}.
|
developing applications that use %{name}.
|
||||||
@ -63,11 +62,17 @@ make check VERBOSE=1
|
|||||||
%files devel
|
%files devel
|
||||||
%{_includedir}/%{name}
|
%{_includedir}/%{name}
|
||||||
%{_libdir}/liblept.so
|
%{_libdir}/liblept.so
|
||||||
|
%{_libdir}/libleptonica.so
|
||||||
%{_libdir}/pkgconfig/lept.pc
|
%{_libdir}/pkgconfig/lept.pc
|
||||||
|
%{_libdir}/cmake/LeptonicaConfig-version.cmake
|
||||||
|
%{_libdir}/cmake/LeptonicaConfig.cmake
|
||||||
|
|
||||||
%files tools
|
%files tools
|
||||||
%{_bindir}/*
|
%{_bindir}/*
|
||||||
|
|
||||||
%changelog
|
%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
|
* Mon Jul 27 2020 chengzihan <chengzihan2@huawei.com> - 1.78.0-1
|
||||||
- Package init
|
- Package init
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user