- add BR for dbus-devel

This commit is contained in:
John (J5) Palmieri 2006-07-18 20:16:35 +00:00
parent 3d9400de72
commit 87dd782b95

View File

@ -2,17 +2,19 @@
%define pyrex_versio 0.9.3 %define pyrex_versio 0.9.3
%define dbus_glib_version 0.70 %define dbus_glib_version 0.70
%define dbus_version 0.90
Summary: D-Bus Python Bindings Summary: D-Bus Python Bindings
Name: dbus-python Name: dbus-python
Version: 0.70 Version: 0.70
Release: 2 Release: 3
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
License: AFL/GPL License: AFL/GPL
Group: System Environment/Libraries Group: System Environment/Libraries
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
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}
Obsoletes: dbus-python < 0.90 Obsoletes: dbus-python < 0.90
@ -46,6 +48,9 @@ rm -rf %{buildroot}
%{python_sitelib}/dbus/*.py* %{python_sitelib}/dbus/*.py*
%changelog %changelog
* Tue Jul 18 2006 John (J5) Palmieri <johnp@redhat.com> - 0.70-3
- Add a BR on dbus-devel
* Tue Jul 18 2006 John (J5) Palmieri <johnp@redhat.com> - 0.70-2 * Tue Jul 18 2006 John (J5) Palmieri <johnp@redhat.com> - 0.70-2
- Spec file cleanups - Spec file cleanups
- Add PKG_CONFIG_PATH - Add PKG_CONFIG_PATH