- require libxml2-python for site-packages/dbus/introspect_parser.py
This commit is contained in:
parent
a2c88bc9ec
commit
acdcf7f21a
@ -7,7 +7,7 @@
|
|||||||
Summary: D-Bus Python Bindings
|
Summary: D-Bus Python Bindings
|
||||||
Name: dbus-python
|
Name: dbus-python
|
||||||
Version: 0.70
|
Version: 0.70
|
||||||
Release: 5
|
Release: 6
|
||||||
URL: http://www.freedesktop.org/software/dbus/
|
URL: http://www.freedesktop.org/software/dbus/
|
||||||
Source0: http://dbus.freedesktop.org/releases/%{name}-%{version}.tar.gz
|
Source0: http://dbus.freedesktop.org/releases/%{name}-%{version}.tar.gz
|
||||||
Patch0: dbus-python-0.70-fix-binary-modules-dir.patch
|
Patch0: dbus-python-0.70-fix-binary-modules-dir.patch
|
||||||
@ -17,6 +17,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
|||||||
BuildRequires: dbus-devel >= %{dbus_version}
|
BuildRequires: dbus-devel >= %{dbus_version}
|
||||||
BuildRequires: dbus-glib-devel >= %{dbus_glib_version}
|
BuildRequires: dbus-glib-devel >= %{dbus_glib_version}
|
||||||
BuildRequires: Pyrex >= %{pyrex_version}
|
BuildRequires: Pyrex >= %{pyrex_version}
|
||||||
|
Requires: libxml2-python
|
||||||
|
|
||||||
%description
|
%description
|
||||||
|
|
||||||
@ -47,6 +48,9 @@ rm -rf %{buildroot}
|
|||||||
%{python_sitearch}/dbus/*.py*
|
%{python_sitearch}/dbus/*.py*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Aug 18 2006 Karsten Hopp <karsten@redhat.com> - 0.70-6
|
||||||
|
- require libxml2-python for site-packages/dbus/introspect_parser.py
|
||||||
|
|
||||||
* Thu Jul 20 2006 Jesse Keating <jkeating@redhat.com> - 0.70-5
|
* Thu Jul 20 2006 Jesse Keating <jkeating@redhat.com> - 0.70-5
|
||||||
- Remove unnecessary obsoletes
|
- Remove unnecessary obsoletes
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user