- Try python_sitearch this time
This commit is contained in:
parent
3f9c397028
commit
3013c2bd90
@ -1,4 +1,4 @@
|
|||||||
%{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
|
%{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
|
||||||
|
|
||||||
%define pyrex_versio 0.9.3
|
%define pyrex_versio 0.9.3
|
||||||
%define dbus_glib_version 0.70
|
%define dbus_glib_version 0.70
|
||||||
@ -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: 3
|
Release: 4
|
||||||
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
|
||||||
@ -44,10 +44,13 @@ rm -rf %{buildroot}
|
|||||||
|
|
||||||
%doc COPYING ChangeLog NEWS
|
%doc COPYING ChangeLog NEWS
|
||||||
|
|
||||||
%{python_sitelib}/dbus/*.so
|
%{python_sitearch}/dbus/*.so
|
||||||
%{python_sitelib}/dbus/*.py*
|
%{python_sitearch}/dbus/*.py*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Jul 18 2006 John (J5) Palmieri <johnp@redhat.com> - 0.70-4
|
||||||
|
- Try python_sitearch this time
|
||||||
|
|
||||||
* Tue Jul 18 2006 John (J5) Palmieri <johnp@redhat.com> - 0.70-3
|
* Tue Jul 18 2006 John (J5) Palmieri <johnp@redhat.com> - 0.70-3
|
||||||
- Add a BR on dbus-devel
|
- Add a BR on dbus-devel
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user