SHA256
1
0
forked from pool/ocrad
2018-10-08 15:44:14 +00:00
committed by Git OBS Bridge
6 changed files with 21 additions and 12 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:e710be9c030fbcbce2315077326c8268feb422c0bc39fa744644cbbd1f5d4dd4
size 91464

Binary file not shown.

3
ocrad-0.26.tar.lz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:c383d37869baa0990d38d38836d4d567e9e2862aa0cd704868b62dafeac18e3c
size 91450

BIN
ocrad-0.26.tar.lz.sig Normal file

Binary file not shown.

View File

@@ -1,3 +1,14 @@
-------------------------------------------------------------------
Thu Oct 4 12:14:29 UTC 2018 - Luigi Baldoni <aloisio@gmx.com>
- Update to version 0.26
* Version 0.26 released.
* main.cc (main): Don't use stdin more than once.
* configure: Avoid warning on some shells when testing for g++.
* Makefile.in: Detect the existence of install-info.
- Spec cleanup
-------------------------------------------------------------------
Fri Apr 24 19:32:20 UTC 2015 - benoit.monin@gmx.fr

View File

@@ -1,7 +1,7 @@
#
# spec file for package ocrad
#
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -12,17 +12,17 @@
# 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/
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
Name: ocrad
Version: 0.25
Version: 0.26
Release: 0
Summary: Optical Character Recognition Program
License: GPL-2.0+
License: GPL-2.0-or-later
Group: Productivity/Graphics/Other
Url: http://www.gnu.org/software/ocrad/
URL: http://www.gnu.org/software/ocrad/
Source0: http://ftp.gnu.org/gnu/%{name}/%{name}-%{version}.tar.lz
Source1: http://ftp.gnu.org/gnu/%{name}/%{name}-%{version}.tar.lz.sig
Source2: %{name}.keyring
@@ -30,7 +30,6 @@ BuildRequires: gcc-c++
BuildRequires: lzip
Requires(post): info
Requires(preun): info
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
GNU Ocrad is an OCR (Optical Character Recognition) program based on a feature
@@ -68,14 +67,13 @@ rm -f %{buildroot}%{_libdir}/libocrad.a
%install_info_delete --info-dir=%{_infodir} %{_infodir}/%{name}.info%{ext_info}
%files
%defattr(-,root,root,-)
%doc AUTHORS COPYING ChangeLog NEWS README
%doc AUTHORS ChangeLog NEWS README
%license COPYING
%{_bindir}/ocrad
%doc %{_infodir}/ocrad*
%doc %{_mandir}/man1/ocrad*
%files devel
%defattr(-,root,root,-)
%{_includedir}/ocradlib.h
%changelog