Accepting request 957062 from graphics
OBS-URL: https://build.opensuse.org/request/show/957062 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ocrad?expand=0&rev=28
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
|
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
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@@ -17,19 +17,20 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: ocrad
|
Name: ocrad
|
||||||
Version: 0.27
|
Version: 0.28
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Optical Character Recognition Program
|
Summary: Optical Character Recognition Program
|
||||||
License: GPL-2.0-or-later
|
License: GPL-2.0-or-later
|
||||||
Group: Productivity/Graphics/Other
|
Group: Productivity/Graphics/Other
|
||||||
URL: http://www.gnu.org/software/ocrad/
|
URL: https://www.gnu.org/software/ocrad/
|
||||||
Source0: http://ftp.gnu.org/gnu/%{name}/%{name}-%{version}.tar.lz
|
Source0: https://ftp.gnu.org/gnu/%{name}/%{name}-%{version}.tar.lz
|
||||||
Source1: http://ftp.gnu.org/gnu/%{name}/%{name}-%{version}.tar.lz.sig
|
Source1: https://ftp.gnu.org/gnu/%{name}/%{name}-%{version}.tar.lz.sig
|
||||||
Source2: %{name}.keyring
|
Source2: %{name}.keyring
|
||||||
BuildRequires: gcc-c++
|
BuildRequires: gcc-c++
|
||||||
|
BuildRequires: libpng-devel
|
||||||
BuildRequires: lzip
|
BuildRequires: lzip
|
||||||
Requires(post): info
|
Requires(post): info
|
||||||
Requires(preun): info
|
Requires(preun):info
|
||||||
|
|
||||||
%description
|
%description
|
||||||
GNU Ocrad is an OCR (Optical Character Recognition) program based on a feature
|
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
|
%build
|
||||||
%configure
|
%configure
|
||||||
make CXXFLAGS="%{optflags}" %{?_smp_mflags}
|
%make_build CXXFLAGS="%{optflags}"
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%make_install
|
%make_install
|
||||||
@@ -67,8 +68,8 @@ rm -f %{buildroot}%{_libdir}/libocrad.a
|
|||||||
%install_info_delete --info-dir=%{_infodir} %{_infodir}/%{name}.info%{ext_info}
|
%install_info_delete --info-dir=%{_infodir} %{_infodir}/%{name}.info%{ext_info}
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%doc AUTHORS ChangeLog NEWS README
|
|
||||||
%license COPYING
|
%license COPYING
|
||||||
|
%doc AUTHORS ChangeLog NEWS README
|
||||||
%{_bindir}/ocrad
|
%{_bindir}/ocrad
|
||||||
%{_infodir}/ocrad*
|
%{_infodir}/ocrad*
|
||||||
%{_mandir}/man1/ocrad*
|
%{_mandir}/man1/ocrad*
|
||||||
|
Reference in New Issue
Block a user