]> git.pld-linux.org Git - packages/gocr.git/commitdiff
- lib64 build fix; rel 2 AC-STABLE auto/ac/gocr-0_43-2
authorElan Ruusamäe <glen@pld-linux.org>
Tue, 9 Jan 2007 14:15:40 +0000 (14:15 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    gocr.spec -> 1.40

gocr.spec

index ddacb303032f7f505a7e7e58dbd0f92063a2fe2d..73a72266f01d41f9ecb3196b3fd0e69590a32ff7 100644 (file)
--- a/gocr.spec
+++ b/gocr.spec
@@ -2,7 +2,7 @@ Summary:        GNU OCR
 Summary(pl):   Program GNU do OCR
 Name:          gocr
 Version:       0.43
-Release:       1
+Release:       2
 License:       GPL
 Group:         Applications/Graphics
 Source0:       http://dl.sourceforge.net/jocr/%{name}-%{version}.tar.gz
@@ -10,6 +10,7 @@ Source0:      http://dl.sourceforge.net/jocr/%{name}-%{version}.tar.gz
 Source1:       %{name}.desktop
 Source2:       %{name}.png
 Patch0:                %{name}-link.patch
+Patch1:                %{name}-lib64.patch
 URL:           http://jocr.sourceforge.net/
 BuildRequires: autoconf >= 2.13
 BuildRequires: automake
@@ -62,12 +63,16 @@ Frontend Tcl/Tk do gocr.
 %prep
 %setup -q
 %patch0 -p1
+%if "%{_lib}" != "lib"
+%patch1 -p1
+%endif
 
 %build
 %{__aclocal}
 cp -f /usr/share/automake/config.* .
 %{__autoconf}
-%configure
+%configure \
+       --with-netpbm=/usr
 %{__make}
 
 # ok its ugly..but works
This page took 0.033104 seconds and 4 git commands to generate.