diff --git a/libleptonica.spec b/libleptonica.spec index 012ab78..8d3bb62 100644 --- a/libleptonica.spec +++ b/libleptonica.spec @@ -1,5 +1,5 @@ Name: libleptonica -Version: 1.78.0 +Version: 1.79.0 Release: 1mamba Summary: Image processing and analysis library Group: System/Libraries @@ -27,8 +27,7 @@ Leptonica is an image processing and analysis library. Group: Development/Libraries Summary: Development files for %{name} Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release} -## note: you can add this requirement if .pc files are provided by this package -#Requires: pkg-config +Requires: pkg-config %description devel This package contains libraries and header files for developing applications that use %{name}. @@ -76,13 +75,20 @@ These can be divided into three types: %{_libdir}/liblept.a %{_libdir}/liblept.la %{_libdir}/liblept.so +%{_libdir}/libleptonica.a +%{_libdir}/libleptonica.la +%{_libdir}/libleptonica.so %{_libdir}/pkgconfig/lept.pc +%{_libdir}/cmake/LeptonicaConfig*.cmake %files tools %defattr(-,root,root) %{_bindir}/* %changelog +* Mon Jan 27 2020 Automatic Build System 1.79.0-1mamba +- automatic version update by autodist + * Sun Mar 31 2019 Automatic Build System 1.78.0-1mamba - automatic version update by autodist