]> git.pld-linux.org Git - packages/gocr.git/commitdiff
- updated to 0.41
authorJakub Bogusz <qboosh@pld-linux.org>
Mon, 4 Sep 2006 21:20:09 +0000 (21:20 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    gocr.spec -> 1.34

gocr.spec

index a95aa56acd834c02e04e56a11af78ed581ce6723..af817525165a78369ea6d6f26492205ce28a0109 100644 (file)
--- a/gocr.spec
+++ b/gocr.spec
@@ -1,14 +1,15 @@
 Summary:       GNU OCR
 Summary(pl):   Program GNU do OCR
 Name:          gocr
-Version:       0.40
+Version:       0.41
 Release:       1
 License:       GPL
 Group:         Applications/Graphics
 Source0:       http://dl.sourceforge.net/jocr/%{name}-%{version}.tar.gz
-# Source0-md5: 13cc0d008747f5bb56d8b17be9b61859
+# Source0-md5: ace7ba289e53a05dbc66cc95a30420b8
 Source1:       %{name}.desktop
 Source2:       %{name}.png
+Patch0:                %{name}-link.patch
 URL:           http://jocr.sourceforge.net/
 BuildRequires: autoconf >= 2.13
 BuildRequires: automake
@@ -45,8 +46,22 @@ GTK+-based frontend for gocr.
 %description gtk -l pl
 Frontend do gocr oparty o GTK+.
 
+%package tcl
+Summary:       Tcl/Tk frontend for gocr
+Summary(pl):   Frontend Tcl/Tk do gocr
+Group:         X11/Applications/Graphics
+Requires:      %{name} = %{version}-%{release}
+Requires:      tk
+
+%description tcl
+Tcl/Tk frontend for gocr.
+
+%description tcl -l pl
+Frontend Tcl/Tk do gocr.
+
 %prep
 %setup -q
+%patch0 -p1
 
 %build
 %{__aclocal}
@@ -98,3 +113,7 @@ rm -rf $RPM_BUILD_ROOT
 %attr(755,root,root) %{_bindir}/gtk-ocr
 %{_desktopdir}/*
 %{_pixmapsdir}/*
+
+%files tcl
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_bindir}/gocr.tcl
This page took 0.060404 seconds and 4 git commands to generate.