]> git.pld-linux.org Git - packages/gocr.git/commitdiff
- fixed building on ppc gocr-0_3_6-2
authormarcus <marcus@pld-linux.org>
Sun, 30 Jun 2002 10:07:11 +0000 (10:07 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- rel.2.

Changed files:
    gocr.spec -> 1.15

gocr.spec

index ddbd0e7c21ce36f8225c89474914b2d2cd9896e6..ba46ec82e870a8be831887affffed65afc77fcc5 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.3.6
-Release:       1
+Release:       2
 License:       GPL
 Group:         Applications/Graphics
 # Source0:     http://prdownloads.sourceforge.net/jocr/%{name}-%{version}.tar.gz
@@ -49,20 +49,20 @@ Frontend do gocr oparty o Gtk+.
 
 %build
 aclocal
-%{__autoconf}
 cp -f /usr/share/automake/config.* .
+%{__autoconf}
 %configure
 %{__make}
 
-(cd frontend/gnome
-%{__autoconf}
-cd src
+cd frontend/gnome/src
+aclocal
+%{__automake}
 %{__autoconf}
-cd ..
 %configure \
        --prefix=%{_xprefix} \
        --bindir=%{_xbindir} \
-%{__make})
+%{__make}
+cd ../../..
 
 %install
 rm -rf $RPM_BUILD_ROOT
This page took 0.04081 seconds and 4 git commands to generate.