]> git.pld-linux.org Git - packages/gocr.git/commitdiff
- BR: automake
authorJakub Bogusz <qboosh@pld-linux.org>
Tue, 8 Oct 2002 14:14:20 +0000 (14:14 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    gocr.spec -> 1.16

gocr.spec

index ba46ec82e870a8be831887affffed65afc77fcc5..793cd76be89977bb181b14f96701fd178d00a2bb 100644 (file)
--- a/gocr.spec
+++ b/gocr.spec
@@ -9,10 +9,11 @@ Group:                Applications/Graphics
 Source0:       ftp://ftp.sourceforge.net/pub/sourceforge/jocr/%{name}-%{version}.tar.gz
 URL:           http://jocr.sourceforge.net/
 BuildRequires: autoconf
+BuildRequires: automake
 BuildRequires: gtk+-devel >= 1.2.8
-BuildRequires: tetex-latex
-BuildRequires: tetex-dvips
 BuildRequires: netpbm-devel
+BuildRequires: tetex-dvips
+BuildRequires: tetex-latex
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %define                _xprefix        /usr/X11R6
@@ -48,14 +49,14 @@ Frontend do gocr oparty o Gtk+.
 %setup -q
 
 %build
-aclocal
+%{__aclocal}
 cp -f /usr/share/automake/config.* .
 %{__autoconf}
 %configure
 %{__make}
 
 cd frontend/gnome/src
-aclocal
+%{__aclocal}
 %{__automake}
 %{__autoconf}
 %configure \
This page took 0.06727 seconds and 4 git commands to generate.