diff --git a/.cvsignore b/.cvsignore index f0b28ea..3b192ad 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -dbus-0.21.tar.gz +dbus-0.21.cvs20040722.tar.gz diff --git a/dbus.spec b/dbus.spec index 96afba2..243f0da 100644 --- a/dbus.spec +++ b/dbus.spec @@ -10,8 +10,8 @@ Summary: D-BUS message bus Name: dbus -Version: 0.21 -Release: 10 +Version: 0.21.cvs20040722 +Release: 3 URL: http://www.freedesktop.org/software/dbus/ Source0: %{name}-%{version}.tar.gz License: AFL/GPL @@ -27,7 +27,7 @@ BuildRequires: gtk2-devel >= %{gtk_version} Conflicts: cups < 1:1.1.20-4 Patch1: dbus-0.13-uid.patch -Patch2: dbus-python-stack-trash.patch +Patch2: dbus-0.21-console-auth.patch %description @@ -91,7 +91,7 @@ D-BUS python bindings for use with python programs. %setup -q %patch1 -p1 -b .uid -%patch2 -p2 -b .python-stack-trash +%patch2 -p0 -b .console-auth %build @@ -141,6 +141,13 @@ rm -rf %{buildroot} rm -f $RPM_BUILD_ROOT%{_libdir}/*.la +#hack to get around a bug in the python distutils on 64 bit archs +%if "%{_lib}" == "lib64" +cp -r $RPM_BUILD_ROOT/usr/lib/* $RPM_BUILD_ROOT%{_libdir}/ +rm -rf $RPM_BUILD_ROOT/usr/lib +perl -pi -e 's/\/usr\/lib\//\/usr\/lib64\//g' INSTALLED_FILES +%endif + ## %find_lang %{gettext_package} %clean @@ -225,9 +232,21 @@ fi %{_libdir}/python*/site-packages/dbus_bindings.so %changelog +* Fri Jul 30 2004 John (J5) Palmieri +- Added lib64 workaround for python bindings installing to + the wrong lib directory on 64 bit archs + +* Fri Jul 30 2004 John (J5) Palmieri +- Updated console-auth patch +- rebuild + +* Thu Jul 22 2004 John (J5) Palmieri +- Update to upstream CVS build +- Added console-auth patch + * Fri Jun 25 2004 John (J5) Palmieri -- Workaround added to fix gcc-3.4 bug on ia64 - +- Workaround added to fix gcc-3.4 bug on ia64 + * Fri Jun 25 2004 John (J5) Palmieri - require new Pyrex version and see if it builds this time diff --git a/sources b/sources index 77cd9dd..c2967e8 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -311229d60154334ee3f908badc56747d dbus-0.21.tar.gz +de82c882e00baf412d5ef4c42febdc3b dbus-0.21.cvs20040722.tar.gz