rpms/scim-python/devel scim-python.spec,1.6,1.7

Huang Peng (phuang) fedora-extras-commits at redhat.com
Thu Nov 29 04:52:21 UTC 2007


Author: phuang

Update of /cvs/pkgs/rpms/scim-python/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv17047

Modified Files:
	scim-python.spec 
Log Message:
Add python-enchant to BuildRequires to fix build error.



Index: scim-python.spec
===================================================================
RCS file: /cvs/pkgs/rpms/scim-python/devel/scim-python.spec,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- scim-python.spec	29 Nov 2007 04:24:36 -0000	1.6
+++ scim-python.spec	29 Nov 2007 04:51:34 -0000	1.7
@@ -3,7 +3,7 @@
 %define mod_path scim-0.1
 Name:       scim-python
 Version:    0.1.5
-Release:    1%{?dist}
+Release:    2%{?dist}
 Summary:    Python wrapper for Smart Common Input Method platform
 
 License:    LGPLv2+
@@ -12,7 +12,7 @@
 Source0:    http://scim-python.googlecode.com/files/%{name}-%{version}.tar.bz2
 BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
-BuildRequires:  scim-devel, gettext-devel, libtool, python-devel, pygtk2-devel, perl(XML::Parser)
+BuildRequires:  scim-devel, gettext-devel, libtool, python-devel, pygtk2-devel, perl(XML::Parser) python-enchant
 Requires:   scim, pygtk2
 
 %description
@@ -77,6 +77,9 @@
 # %{_datadir}/scim-python/setupui/PinYin
 
 %changelog
+* Thu Nov 29 2007 Huang Peng <shawn.p.huang at gmail.com> - 0.1.5-2
+- Add python-enchant in BuildRequires to fix build error.
+
 * Thu Nov 29 2007 Huang Peng <shawn.p.huang at gmail.com> - 0.1.5-1
 - Update to 0.1.5.
 




More information about the fedora-extras-commits mailing list