]> git.pld-linux.org Git - packages/gocr.git/commitdiff
upgrade do 0.37
authorMaciej Pijanka <agaran@pld-linux.org>
Mon, 4 Nov 2002 16:37:12 +0000 (16:37 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
builds for me

Changed files:
    gocr.spec -> 1.17

gocr.spec

index 793cd76be89977bb181b14f96701fd178d00a2bb..85e087106dd9f444a5d91881a8b119350c9be7c1 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.6
+Version:       0.37
 Release:       2
 License:       GPL
 Group:         Applications/Graphics
@@ -55,13 +55,20 @@ cp -f /usr/share/automake/config.* .
 %configure
 %{__make}
 
-cd frontend/gnome/src
+# ok its ugly..but works
+cd frontend/gnome
+rm -f Makefile configure src/missing
 %{__aclocal}
 %{__automake}
 %{__autoconf}
+cd src
+%{__aclocal}
+%{__automake}
+%{__autoconf}
+cd ..
 %configure \
        --prefix=%{_xprefix} \
-       --bindir=%{_xbindir} \
+       --bindir=%{_xbindir} 
 %{__make}
 cd ../../..
 
@@ -81,7 +88,7 @@ rm -rf $RPM_BUILD_ROOT
 %files
 %defattr(644,root,root,755)
 %doc AUTHORS BUGS CREDITS HISTORY README REMARK.txt REVIEW TODO
-%doc doc/{examples.txt,ocr.ps,unicode.txt}
+%doc doc/{examples.txt,gocr.html,unicode.txt}
 %attr(755,root,root) %{_bindir}/*
 %{_mandir}/man1/*
 
This page took 0.063971 seconds and 4 git commands to generate.