rpms/libhocr/F-11 libhocr.spec,1.3,1.4

Oron Peled oron at fedoraproject.org
Mon Mar 1 22:34:00 UTC 2010


Author: oron

Update of /cvs/pkgs/rpms/libhocr/F-11
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv24948

Modified Files:
	libhocr.spec 
Log Message:
Fix fedora bug 565233



Index: libhocr.spec
===================================================================
RCS file: /cvs/pkgs/rpms/libhocr/F-11/libhocr.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -p -r1.3 -r1.4
--- libhocr.spec	25 Feb 2009 15:39:04 -0000	1.3
+++ libhocr.spec	1 Mar 2010 22:34:00 -0000	1.4
@@ -7,7 +7,7 @@
 
 Name:		libhocr
 Version:	0.10.17
-Release:	3%{?dist}
+Release:	4%{?dist}
 Summary:	A Hebrew optical character recognition library
 
 Group:		System Environment/Libraries
@@ -47,6 +47,7 @@ Summary:	GTK+ application for %{name}
 Group:		Applications/Productivity
 Requires:	%{name} = %{version}-%{release}
 Requires:	python-imaging-sane, pygtk2-libglade
+Requires:	python(hocr) = %{version}-%{release}
 # We use gtktextbuffer which uses gtkspell which have a runtime
 # check of the spellcheck backends... so here it is:
 Requires:	hspell
@@ -59,6 +60,7 @@ Summary:	Python bindings for %{name}
 Group:		System Environment/Libraries
 Requires:	%{name} = %{version}-%{release}
 Requires:	python > 2.5
+Provides:	python(hocr) = %{version}-%{release}
 
 %description    python
 The %{name}-python package contains python binding for %{name}.
@@ -163,6 +165,10 @@ rm -rf %{buildroot}
 
 
 %changelog
+* Mon Mar  1 2010 Oron Peled <oron at actcom.co.il> - 0.10.17-4
+- Fix fedora bug 565233 -- Added python(hocr) as provides to
+  libhocr-python and as requires to libhocr-gtk
+
 * Wed Feb 25 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.10.17-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
 



More information about the scm-commits mailing list