]> git.pld-linux.org Git - packages/gocr.git/commitdiff
- 0.3.4; run autoconf (needed with new %%configure macro)
authorJakub Bogusz <qboosh@pld-linux.org>
Mon, 10 Sep 2001 16:59:19 +0000 (16:59 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    gocr.spec -> 1.3

gocr.spec

index d5a7e8c3044d10e21eb67d45ca60ee76f8438454..3ea2341580c016f689abc65a902eab5737e15b01 100644 (file)
--- a/gocr.spec
+++ b/gocr.spec
@@ -1,7 +1,7 @@
 Summary:       GNU OCR
 Summary(pl):   Program GNU do OCR
 Name:          gocr
-Version:       0.3.2
+Version:       0.3.4
 Release:       1
 License:       GPL
 Group:         Applications/Graphics
@@ -15,6 +15,7 @@ BuildRequires:        netpbm-devel
 BuildRequires: gtk+-devel >= 1.2.8
 BuildRequires: tetex-latex
 BuildRequires: tetex-dvips
+BuildRequires: autoconf
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %define                _xprefix        /usr/X11R6
@@ -55,10 +56,13 @@ Frontend do gocr oparty o Gtk+.
 %patch1 -p1
 
 %build
+autoconf
 %configure
 %{__make}
 
 cd frontend/gnome
+autoconf
+(cd src ; autoconf)
 %configure --prefix=%{_xprefix} --bindir=%{_xbindir}
 %{__make}
 
@@ -74,7 +78,7 @@ gzip -9nf AUTHORS BUGS CREDITS HISTORY README REMARK.txt REVIEW TODO \
        frontend/gnome/{AUTHORS,README,TODO}
 
 %clean
-#rm -rf $RPM_BUILD_ROOT
+rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
This page took 0.559852 seconds and 4 git commands to generate.