]> git.pld-linux.org Git - packages/gocr.git/commitdiff
- updated to 0.38
authorJakub Bogusz <qboosh@pld-linux.org>
Tue, 30 Dec 2003 19:59:17 +0000 (19:59 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    gocr.spec -> 1.26

gocr.spec

index 2c76324c60c9367bd4d1fa21992fdecfa4ccb5a4..05dbad0a0d940e653c394ac8f1260f16f3238f8a 100644 (file)
--- a/gocr.spec
+++ b/gocr.spec
@@ -1,16 +1,16 @@
 Summary:       GNU OCR
 Summary(pl):   Program GNU do OCR
 Name:          gocr
-Version:       0.37
-Release:       3
+Version:       0.38
+Release:       1
 License:       GPL
 Group:         Applications/Graphics
 Source0:       http://dl.sourceforge.net/jocr/%{name}-%{version}.tar.gz
-# Source0-md5: 824984b5d5c44b6e3c2a1a1d5fb6d48e
+# Source0-md5: bb4ec433f9f6432873505c6744ada5f4
 Source1:       %{name}.desktop
 Source2:       %{name}.png
 URL:           http://jocr.sourceforge.net/
-BuildRequires: autoconf
+BuildRequires: autoconf >= 2.13
 BuildRequires: automake
 BuildRequires: gtk+-devel >= 1.2.8
 BuildRequires: netpbm-devel
@@ -56,7 +56,7 @@ cp -f /usr/share/automake/config.* .
 
 # ok its ugly..but works
 cd frontend/gnome
-rm -f Makefile configure src/missing
+rm -f Makefile configure
 %{__aclocal}
 %{__automake}
 %{__autoconf}
@@ -74,6 +74,7 @@ install -d $RPM_BUILD_ROOT{%{_applnkdir}/Graphics,%{_pixmapsdir}}
 
 %{__make} install \
        DESTDIR=$RPM_BUILD_ROOT
+
 %{__make} -C frontend/gnome install \
        DESTDIR=$RPM_BUILD_ROOT
 
This page took 0.094339 seconds and 4 git commands to generate.