Compare commits
No commits in common. "c8" and "c9-beta" have entirely different histories.
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1 @@
|
|||||||
SOURCES/leptonica-1.76.0.tar.gz
|
SOURCES/leptonica-1.80.0.tar.gz
|
||||||
|
|||||||
@ -1 +1 @@
|
|||||||
0e7bcacee4191077ebecd220ed12e88f0f26828d SOURCES/leptonica-1.76.0.tar.gz
|
50421dd9ac0c96d9a48c77d45d557caaa527cbfb SOURCES/leptonica-1.80.0.tar.gz
|
||||||
|
|||||||
@ -1,9 +1,15 @@
|
|||||||
|
%if 0%{?rhel} >= 9
|
||||||
|
%bcond_with gnuplot
|
||||||
|
%else
|
||||||
|
%bcond_without gnuplot
|
||||||
|
%endif
|
||||||
|
|
||||||
Name: leptonica
|
Name: leptonica
|
||||||
Version: 1.76.0
|
Version: 1.80.0
|
||||||
Release: 2%{?dist}
|
Release: 4%{?dist}.1
|
||||||
Summary: C library for efficient image processing and image analysis operations
|
Summary: C library for efficient image processing and image analysis operations
|
||||||
|
|
||||||
License: BSD and 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
|
||||||
|
|
||||||
@ -18,8 +24,11 @@ BuildRequires: libtiff-devel
|
|||||||
BuildRequires: libwebp-devel
|
BuildRequires: libwebp-devel
|
||||||
BuildRequires: zlib-devel
|
BuildRequires: zlib-devel
|
||||||
|
|
||||||
# Needed for baseline_reg test
|
# Needed for several tests
|
||||||
|
%if %{with gnuplot}
|
||||||
BuildRequires: gnuplot
|
BuildRequires: gnuplot
|
||||||
|
%endif
|
||||||
|
BuildRequires: make
|
||||||
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -49,6 +58,7 @@ Requires: %{name}%{?_isa} = %{version}-%{release}
|
|||||||
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}.
|
||||||
|
|
||||||
|
|
||||||
%package tools
|
%package tools
|
||||||
Summary: Leptonica utility tools
|
Summary: Leptonica utility tools
|
||||||
Requires: %{name}%{?_isa} = %{version}-%{release}
|
Requires: %{name}%{?_isa} = %{version}-%{release}
|
||||||
@ -77,10 +87,6 @@ install -Dpm 0644 lept.pc %{buildroot}/%{_libdir}/pkgconfig
|
|||||||
make check VERBOSE=1
|
make check VERBOSE=1
|
||||||
|
|
||||||
|
|
||||||
%post -p /sbin/ldconfig
|
|
||||||
%postun -p /sbin/ldconfig
|
|
||||||
|
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%license leptonica-license.txt
|
%license leptonica-license.txt
|
||||||
%doc README.html version-notes.html
|
%doc README.html version-notes.html
|
||||||
@ -89,16 +95,55 @@ 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 Aug 09 2018 Jiri Kucera <jkucera@redhat.com> - 1.76.0-2
|
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 1.80.0-4.1
|
||||||
- Added BSD license
|
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
|
||||||
Resolves: #1614262
|
Related: rhbz#1991688
|
||||||
|
|
||||||
|
* Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com> - 1.80.0-3.1
|
||||||
|
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
|
||||||
|
|
||||||
|
* Tue Feb 9 2021 Pavel Cahyna <pcahyna@redhat.com> - 1.80.0-2.el9.1
|
||||||
|
- Make gnuplot build dependency optional, used only by tests
|
||||||
|
|
||||||
|
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.80.0-2
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
||||||
|
|
||||||
|
* Thu Jul 30 2020 Sandro Mani <manisandro@gmail.com> - 1.80.0-1
|
||||||
|
- Update to 1.80.0
|
||||||
|
|
||||||
|
* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.79.0-3
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
||||||
|
|
||||||
|
* Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.79.0-2
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
||||||
|
|
||||||
|
* Fri Jan 03 2020 Sandro Mani <manisandro@gmail.com> - 1.79.0-1
|
||||||
|
- Update to 1.79.0
|
||||||
|
|
||||||
|
* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.78.0-2
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
||||||
|
|
||||||
|
* Wed Mar 27 2019 Sandro Mani <manisandro@gmail.com> - 1.78.0-1
|
||||||
|
- Update to 1.78.0
|
||||||
|
|
||||||
|
* Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.77.0-2
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
||||||
|
|
||||||
|
* Wed Dec 19 2018 Sandro Mani <manisandro@gmail.com> - 1.77.0-1
|
||||||
|
- Update to 1.77.0
|
||||||
|
|
||||||
|
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.76.0-2
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
||||||
|
|
||||||
* Thu May 03 2018 Sandro Mani <manisandro@gmail.com> - 1.76.0-1
|
* Thu May 03 2018 Sandro Mani <manisandro@gmail.com> - 1.76.0-1
|
||||||
- Update to 1.76.0
|
- Update to 1.76.0
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user