2005-09-18 Glynn Foster <[email protected]>
authorgman
Sun, 18 Sep 2005 11:54:56 +0000
changeset 5931 208a15418faf
parent 5930 ba254bcb9193
child 5932 7a09c0c4b9bc
2005-09-18 Glynn Foster <[email protected]> * libglade.spec: Remove the FIXME's in the BuildRequires and Requires for python. We have a python RPM now, so we should be using that.
ChangeLog
libglade.spec
--- a/ChangeLog	Sun Sep 18 11:44:05 2005 +0000
+++ b/ChangeLog	Sun Sep 18 11:54:56 2005 +0000
@@ -1,3 +1,8 @@
+2005-09-18  Glynn Foster  <[email protected]>
+
+	* libglade.spec: Remove the FIXME's in the BuildRequires and Requires
+	for python. We have a python RPM now, so we should be using that.
+
 2005-09-18  Glynn Foster  <[email protected]>
 
 	* gimp.spec: Update.
--- a/libglade.spec	Sun Sep 18 11:44:05 2005 +0000
+++ b/libglade.spec	Sun Sep 18 11:54:56 2005 +0000
@@ -29,8 +29,7 @@
 Requires: libxml2 >= %{libxml2_version}
 BuildRequires: gtk2-devel >= %{gtk2_version}
 BuildRequires: libxml2-devel >= %{libxml2_version}
-# python-xml check disabled - pythn 2.4.1 built from source, not install via rpm
-#FIXME: BuildRequires: python-xml >= %{python_xml_version}
+BuildRequires: python-xml >= %{python_xml_version}
 
 %description
 This library allows you to load glade interface files in a program at runtime.
@@ -41,7 +40,7 @@
 Requires:     %{name} = %{version}
 Requires:     gtk2-devel >= %{gtk2_version}
 Requires:     libxml2-devel >= %{libxml2_version}
-#FIXME: See above: Requires:     python-xml >= %{python_xml_version}
+Requires:     python-xml >= %{python_xml_version}
 
 %description devel
 This library allows you to load glade interface files in a program at runtime.