From b863b38acbf04b488403e22df9422fcded0210d8 Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Fri, 5 Jan 2024 23:20:30 +0100 Subject: [PATCH] rebuilt with debug package and specfile fixes [release 0.52-2mamba;Tue Jan 04 2022] --- gocr.spec | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) diff --git a/gocr.spec b/gocr.spec index 7e1d8d5..839e034 100644 --- a/gocr.spec +++ b/gocr.spec @@ -1,22 +1,21 @@ Name: gocr Version: 0.52 -Release: 1mamba +Release: 2mamba Summary: GOCR/JOCR is an optical character recognition program Group: Applications/Graphics Vendor: openmamba Distribution: openmamba -Packager: Fabio Giani +Packager: Silvan Calarco URL: http://jocr.sourceforge.net/ Source: http://www-e.uni-magdeburg.de/jschulen/ocr/gocr-%{version}.tar.gz License: GPL ## AUTOBUILDREQ-BEGIN BuildRequires: glibc-devel +BuildRequires: libnetpbm-devel ## AUTOBUILDREQ-END BuildRequires: transfig -BuildRequires: netpbm-devel BuildRequires: pam-devel -Obsoletes: gocr-devel -BuildRoot: %{_tmppath}/%{name}-%{version}-root +Obsoletes: gocr-devel <= 0.52-1mamba %description GOCR/JOCR is an optical character recognition program, released under the GNU General Public License. @@ -31,8 +30,9 @@ Requires: %{name} = %{version}-%{release} %description devel If you want to develop programs which will manipulate gocr, you should install this package. -%prep +%debug_package +%prep %setup -q %configure @@ -61,6 +61,9 @@ If you want to develop programs which will manipulate gocr, you should install t #%doc doc/examples.txt doc/gocr.html doc/unicode.txt %changelog +* Tue Jan 04 2022 Silvan Calarco 0.52-2mamba +- rebuilt with debug package and specfile fixes + * Tue Dec 11 2018 Automatic Build System 0.52-1mamba - automatic version update by autodist @@ -86,5 +89,5 @@ If you want to develop programs which will manipulate gocr, you should install t * Fri Apr 01 2005 0.40-1qilnx - Update to new release -* Wed Sep 07 2004 0.39-1qilnx +* Tue Sep 07 2004 0.39-1qilnx - first build