SHA256
1
0
forked from pool/ocrad
OBS User unknown
2008-01-10 01:32:34 +00:00
committed by Git OBS Bridge
parent aa776b152b
commit 2f4d830726
3 changed files with 113 additions and 5 deletions

View File

@@ -1,7 +1,7 @@
#
# spec file for package ocrad (Version 0.17)
#
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
# 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.
#
@@ -12,17 +12,17 @@
Name: ocrad
BuildRequires: gcc-c++
URL: https://savannah.gnu.org/projects/ocrad/
Url: https://savannah.gnu.org/projects/ocrad/
Summary: GNU Ocrad--Optical Character Recognition Program
Version: 0.17
Release: 1
Release: 17
Group: Productivity/Graphics/Other
#Requires:
#Provides:
License: GPL v2 or later
# URL:
Source0: ocrad-%{version}.tar.bz2
# Patch: ocrad-%{version}.dif
Patch: ocrad-%{version}-gcc43.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
@@ -45,9 +45,10 @@ Authors:
%define INSTALL_SCRIPT install -m755
%define INSTALL_DIR install -d -m755
%define INSTALL_DATA install -m644
%prep
%setup -n ocrad-%{version}
# %patch
%patch0 -p1
%build
./configure --prefix=/usr --infodir=/usr/share/info --mandir=/usr/share/man
@@ -74,6 +75,8 @@ 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.