automatic version update by autodist [release 1.71-1mamba;Sun Jul 13 2014]

This commit is contained in:
Automatic Build System 2024-01-06 04:58:17 +01:00
parent 1ec6320e8a
commit 886be8c0b3

View File

@ -1,5 +1,5 @@
Name: libleptonica Name: libleptonica
Version: 1.69 Version: 1.71
Release: 1mamba Release: 1mamba
Summary: Image processing and analysis library Summary: Image processing and analysis library
Group: System/Libraries Group: System/Libraries
@ -34,26 +34,16 @@ Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
This package contains libraries and header files for developing applications that use %{name}. This package contains libraries and header files for developing applications that use %{name}.
%package tools %package tools
Group: Applications/Tools Group: System/Tools
Summary: Utility applications for %{name} Summary: Utility applications for %{name}
Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release} Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
%description tools %description tools
The 190+ programs are an integral part of leptonica package. The 190+ programs are an integral part of leptonica package.
These can be divided into These can be divided into three types:
three types: (1) Programs that are complete regression tests. The most important of these are named *_reg. We are in the process of standardizing the regression tests, and making it easy to write them. See regutils.h for details.
(1) Programs that are complete regression tests. The most (2) Programs that were used to test library functions or auto-gen library code. These are useful for testing the behavior of small sets of functions, and for providing example code.
important of these are named *_reg. We are in the process (3) Programs that are useful applications in their own right. Examples of these are the PostScript conversion programs converttops, convertfilestops, convertsegfilestops, printimage and printsplitimage.
of standardizing the regression tests, and making it easy
to write them. See regutils.h for details.
(2) Programs that were used to test library functions or
auto-gen library code. These are useful for testing
the behavior of small sets of functions, and for
providing example code.
(3) Programs that are useful applications in their own right.
Examples of these are the PostScript conversion programs
converttops, convertfilestops, convertsegfilestops,
printimage and printsplitimage.
%debug_package %debug_package
@ -61,11 +51,7 @@ These can be divided into
%setup -q -n leptonica-%{version} %setup -q -n leptonica-%{version}
%build %build
%{__libtoolize} ./autobuild
%{__aclocal}
%{__autoconf}
%{__autoheader}
%{__automake}
%configure %configure
%make %make
@ -90,11 +76,18 @@ These can be divided into
%{_libdir}/liblept.a %{_libdir}/liblept.a
%{_libdir}/liblept.la %{_libdir}/liblept.la
%{_libdir}/liblept.so %{_libdir}/liblept.so
%{_libdir}/pkgconfig/lept.pc
%files tools %files tools
%defattr(-,root,root) %defattr(-,root,root)
%{_bindir}/* %{_bindir}/*
%changelog %changelog
* Sun Jul 13 2014 Automatic Build System <autodist@mambasoft.it> 1.71-1mamba
- automatic version update by autodist
* Mon Jun 09 2014 Silvan Calarco <silvan.calarco@mambasoft.it> 1.70-1mamba
- update to 1.70
* Fri Jul 13 2012 Silvan Calarco <silvan.calarco@mambasoft.it> 1.69-1mamba * Fri Jul 13 2012 Silvan Calarco <silvan.calarco@mambasoft.it> 1.69-1mamba
- package created by autospec - package created by autospec