SHA256
1
0
forked from pool/ocrad

Accepting request 18812 from graphics

Copy from graphics/ocrad based on submit request 18812 from user mlschroe

OBS-URL: https://build.opensuse.org/request/show/18812
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ocrad?expand=0&rev=6
This commit is contained in:
OBS User autobuild
2009-08-26 14:01:22 +00:00
committed by Git OBS Bridge
parent f325a02353
commit 626ce31e8c
2 changed files with 7 additions and 80 deletions

View File

@@ -23,7 +23,7 @@ BuildRequires: gcc-c++
Url: https://savannah.gnu.org/projects/ocrad/
Summary: GNU Ocrad--Optical Character Recognition Program
Version: 0.17
Release: 67
Release: 68
Group: Productivity/Graphics/Other
#Requires:
#Provides:
@@ -56,7 +56,7 @@ Authors:
%prep
%setup -n ocrad-%{version}
%patch0 -p1
%patch -p1
%build
./configure --prefix=/usr --infodir=/usr/share/info --mandir=/usr/share/man
@@ -83,81 +83,3 @@ rm -fr $RPM_BUILD_ROOT
# spec file ends here
%changelog
* Mon Jan 07 2008 ssommer@suse.de
- fix build with gcc43
* Mon Jul 30 2007 freitag@suse.de
* Version 0.17 released.
* License updated to GPL version 3 or later.
* `--scale' no more suppresses ORF output.
* Improved removal of thick frames.
* Changed `Textline' to accept more than one big initial.
* Class `Block' renamed to `Blob'.
* `configure' and `Makefile.in' have been modified to be more
GNU-standards compliant.
* Mon Oct 23 2006 freitag@suse.de
- update to version 0.16:
* Version 0.16 released.
* Added new option `--filter'.
* Better algorithm for vertical space detection (blank lines).
* Some fixes made to `configure' script.
* Added two new debug levels.
* Improvements in character recognition.
* Thu Aug 10 2006 freitag@suse.de
- update to version 0.15:
* Added new argument parser that replaces `getopt_long'.
* Fixed a bug that prevented compilation with GCC 4.1.
and some benefits from 0.14:
* Ocrad is now able to read ppm files.
* Added new class `Page_image' (256-level greymap).
* Added automatic and adaptive binarization by Otsu's method.
* Added new option `--crop'.
* Added two new chapters `Image Format Conversion' and
`Algorithm' to the texinfo file.
* Target `check' added to Makefile.
* Changed `ocrad.png' icon to color, one line.
* Wed Jan 25 2006 mls@suse.de
- converted neededforbuild to BuildRequires
* Fri Jan 20 2006 freitag@suse.de
- added a patch that fixes a namespace problem on ppc and s390
* Wed Nov 02 2005 dmueller@suse.de
- don't build as root
* Tue Oct 18 2005 freitag@suse.de
- update to version 0.13:
* ability to read pgm files
* better space detection in tables
* better number recognition
* Wed Jun 08 2005 max@suse.de
- update to version 0.12:
* Text inside tables of solid lines is now recognized.
* Improvements in character recognition.
* Fixed possible integer overflow when loading pbm file.
* Mon Feb 21 2005 freitag@suse.de
- update to version 0.11:
* Improved algorithms again
* bugfixes
* Thu Dec 16 2004 freitag@suse.de
- update to version 0.10:
* Improved algorithms
* orf file changes
* Wed Jun 23 2004 freitag@suse.de
- update to version 0.8:
* Better algorithm for line detection.
* New feature -x - (export ORF file to stdout).
* Small improvements in image elimination.
* Tue Feb 10 2004 freitag@suse.de
- update to version 0.7:
* manpage added
* utf8 output
* better detection
* Wed Jan 28 2004 freitag@suse.de
- update to version 0.6
* Mon Sep 08 2003 freitag@suse.de
- update to version 0.4 - much better recognition results, better
Makefile etc.
* Mon Aug 18 2003 freitag@suse.de
- resetted version to original 0.3 version official from the author.
I tried to convince him to use autoconf, but he does not want yet.
In order to distribute the original package, I reverted my auto-
conf version.
* Thu Jul 24 2003 freitag@suse.de
- initial package