diff --git a/dbus-python.spec b/dbus-python.spec index 63d1e82..4870dbb 100644 --- a/dbus-python.spec +++ b/dbus-python.spec @@ -1,4 +1,3 @@ -%define pyver %(python -c 'import sys ; print sys.version[:3]') %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_pytho\n_lib()")} %define pyrex_versio 0.9.3 @@ -7,13 +6,13 @@ Summary: D-Bus Python Bindings Name: dbus-python Version: 0.70 -Release: 1 +Release: 2 URL: http://www.freedesktop.org/software/dbus/ -Source0: %{name}-%{version}.tar.gz +Source0: http://dbus.freedesktop.org/releases/%{name}-%{version}.tar.gz Patch0: dbus-python-0.70-fix-binary-modules-dir.patch License: AFL/GPL Group: System Environment/Libraries -BuildRoot: %{_tmppath}/%{name}-root +BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: dbus-glib-devel >= %{dbus_glib_version} BuildRequires: Pyrex >= %{pyrex_version} Obsoletes: dbus-python < 0.90 @@ -47,5 +46,8 @@ rm -rf %{buildroot} %{python_sitelib}/dbus/*.py* %changelog +* Tue Jul 18 2006 John (J5) Palmieri - 0.70-2 +- Spec file cleanups + * Mon Jul 17 2006 John (J5) Palmieri - 0.70-1 - Initial package import