Accepting request 954411 from home:dirkmueller:Factory
- update to 0.28: * Support for PNG images has been implemented using libpng. * The version test macro OCRAD_API_VERSION and the function OCRAD_api_version are now declared in the header file ocradlib.h. They tell to the application the version of the library. OBS-URL: https://build.opensuse.org/request/show/954411 OBS-URL: https://build.opensuse.org/package/show/graphics/ocrad?expand=0&rev=29
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a9bfe67e9a040907aff5640dca56392476b6a89e48e37dc94ba846c5b6733b36
|
||||
size 91709
|
Binary file not shown.
3
ocrad-0.28.tar.lz
Normal file
3
ocrad-0.28.tar.lz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:34ccea576dbdadaa5979e6202344c3ff68737d829ca7b66f71c8497d36bbbf2e
|
||||
size 95567
|
BIN
ocrad-0.28.tar.lz.sig
Normal file
BIN
ocrad-0.28.tar.lz.sig
Normal file
Binary file not shown.
@@ -1,3 +1,12 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 14 23:07:25 UTC 2022 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- update to 0.28:
|
||||
* Support for PNG images has been implemented using libpng.
|
||||
* The version test macro OCRAD_API_VERSION and the function OCRAD_api_version
|
||||
are now declared in the header file ocradlib.h. They tell to the application
|
||||
the version of the library.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jan 12 20:13:34 UTC 2019 - astieger@suse.com
|
||||
|
||||
|
17
ocrad.spec
17
ocrad.spec
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package ocrad
|
||||
#
|
||||
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2022 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -17,19 +17,20 @@
|
||||
|
||||
|
||||
Name: ocrad
|
||||
Version: 0.27
|
||||
Version: 0.28
|
||||
Release: 0
|
||||
Summary: Optical Character Recognition Program
|
||||
License: GPL-2.0-or-later
|
||||
Group: Productivity/Graphics/Other
|
||||
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
|
||||
URL: https://www.gnu.org/software/ocrad/
|
||||
Source0: https://ftp.gnu.org/gnu/%{name}/%{name}-%{version}.tar.lz
|
||||
Source1: https://ftp.gnu.org/gnu/%{name}/%{name}-%{version}.tar.lz.sig
|
||||
Source2: %{name}.keyring
|
||||
BuildRequires: gcc-c++
|
||||
BuildRequires: libpng-devel
|
||||
BuildRequires: lzip
|
||||
Requires(post): info
|
||||
Requires(preun): info
|
||||
Requires(preun):info
|
||||
|
||||
%description
|
||||
GNU Ocrad is an OCR (Optical Character Recognition) program based on a feature
|
||||
@@ -54,7 +55,7 @@ Development files for GNU ocrad - useful for programs implementing OCR.
|
||||
|
||||
%build
|
||||
%configure
|
||||
make CXXFLAGS="%{optflags}" %{?_smp_mflags}
|
||||
%make_build CXXFLAGS="%{optflags}"
|
||||
|
||||
%install
|
||||
%make_install
|
||||
@@ -67,8 +68,8 @@ rm -f %{buildroot}%{_libdir}/libocrad.a
|
||||
%install_info_delete --info-dir=%{_infodir} %{_infodir}/%{name}.info%{ext_info}
|
||||
|
||||
%files
|
||||
%doc AUTHORS ChangeLog NEWS README
|
||||
%license COPYING
|
||||
%doc AUTHORS ChangeLog NEWS README
|
||||
%{_bindir}/ocrad
|
||||
%{_infodir}/ocrad*
|
||||
%{_mandir}/man1/ocrad*
|
||||
|
Reference in New Issue
Block a user