- rebuild against new Pyrex
This commit is contained in:
parent
ac613236a8
commit
ff5efe7bf4
@ -1,13 +1,13 @@
|
|||||||
%{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
|
%{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
|
||||||
|
|
||||||
%define pyrex_version 0.9.3
|
%define pyrex_version 0.9.4-4
|
||||||
%define dbus_glib_version 0.70
|
%define dbus_glib_version 0.70
|
||||||
%define dbus_version 0.90
|
%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: 8%{?dist}
|
Release: 9%{?dist}
|
||||||
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
|
||||||
@ -48,6 +48,9 @@ rm -rf %{buildroot}
|
|||||||
%{python_sitearch}/dbus/*.py*
|
%{python_sitearch}/dbus/*.py*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Jan 3 2007 David Zeuthen <davidz@redhat.com> - 0.70-9%{?dist}
|
||||||
|
- rebuild against new Pyrex
|
||||||
|
|
||||||
* Wed Dec 6 2006 Jeremy Katz <katzj@redhat.com> - 0.70-8
|
* Wed Dec 6 2006 Jeremy Katz <katzj@redhat.com> - 0.70-8
|
||||||
- rebuild against python 2.5
|
- rebuild against python 2.5
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user