forked from pool/ocrad
This commit is contained in:
parent
2f4d830726
commit
f325a02353
50
ocrad.spec
50
ocrad.spec
@ -1,21 +1,29 @@
|
||||
#
|
||||
# spec file for package ocrad (Version 0.17)
|
||||
#
|
||||
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# This file and all modifications and additions to the pristine
|
||||
# package are under the same license as the package itself.
|
||||
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
# upon. The license for this file, and modifications and additions to the
|
||||
# file, is the same license as for the pristine package itself (unless the
|
||||
# license for the pristine package is not an Open Source License, in which
|
||||
# case the license is the MIT License). An "Open Source License" is a
|
||||
# license that conforms to the Open Source Definition (Version 1.9)
|
||||
# published by the Open Source Initiative.
|
||||
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
# norootforbuild
|
||||
|
||||
|
||||
Name: ocrad
|
||||
BuildRequires: gcc-c++
|
||||
Url: https://savannah.gnu.org/projects/ocrad/
|
||||
Summary: GNU Ocrad--Optical Character Recognition Program
|
||||
Version: 0.17
|
||||
Release: 17
|
||||
Release: 67
|
||||
Group: Productivity/Graphics/Other
|
||||
#Requires:
|
||||
#Provides:
|
||||
@ -75,9 +83,9 @@ rm -fr $RPM_BUILD_ROOT
|
||||
# spec file ends here
|
||||
|
||||
%changelog
|
||||
* Mon Jan 07 2008 - ssommer@suse.de
|
||||
* Mon Jan 07 2008 ssommer@suse.de
|
||||
- fix build with gcc43
|
||||
* Mon Jul 30 2007 - freitag@suse.de
|
||||
* 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.
|
||||
@ -86,7 +94,7 @@ rm -fr $RPM_BUILD_ROOT
|
||||
* 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
|
||||
* Mon Oct 23 2006 freitag@suse.de
|
||||
- update to version 0.16:
|
||||
* Version 0.16 released.
|
||||
* Added new option `--filter'.
|
||||
@ -94,7 +102,7 @@ rm -fr $RPM_BUILD_ROOT
|
||||
* Some fixes made to `configure' script.
|
||||
* Added two new debug levels.
|
||||
* Improvements in character recognition.
|
||||
* Thu Aug 10 2006 - freitag@suse.de
|
||||
* 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.
|
||||
@ -107,49 +115,49 @@ rm -fr $RPM_BUILD_ROOT
|
||||
`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
|
||||
* Wed Jan 25 2006 mls@suse.de
|
||||
- converted neededforbuild to BuildRequires
|
||||
* Fri Jan 20 2006 - freitag@suse.de
|
||||
* 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
|
||||
* Wed Nov 02 2005 dmueller@suse.de
|
||||
- don't build as root
|
||||
* Tue Oct 18 2005 - freitag@suse.de
|
||||
* 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
|
||||
* 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
|
||||
* Mon Feb 21 2005 freitag@suse.de
|
||||
- update to version 0.11:
|
||||
* Improved algorithms again
|
||||
* bugfixes
|
||||
* Thu Dec 16 2004 - freitag@suse.de
|
||||
* Thu Dec 16 2004 freitag@suse.de
|
||||
- update to version 0.10:
|
||||
* Improved algorithms
|
||||
* orf file changes
|
||||
* Wed Jun 23 2004 - freitag@suse.de
|
||||
* 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
|
||||
* 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
|
||||
* Wed Jan 28 2004 freitag@suse.de
|
||||
- update to version 0.6
|
||||
* Mon Sep 08 2003 - freitag@suse.de
|
||||
* 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
|
||||
* 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
|
||||
* Thu Jul 24 2003 freitag@suse.de
|
||||
- initial package
|
||||
|
Loading…
x
Reference in New Issue
Block a user