- Fix installation of the python bindings

This commit is contained in:
Bastien Nocera 2007-07-12 21:05:13 +00:00
parent f43a103487
commit fdf5cf451d

View File

@ -67,6 +67,11 @@ make DESTDIR=$RPM_BUILD_ROOT install
# we do not want .la files
rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
rm -f $RPM_BUILD_ROOT%{_libdir}/gnome-vfs-2.0/modules/libbluetooth.*a
# Python's .m4 sucks
mv /usr/lib/* %{_libdir}/
rmdir /usr/lib
%find_lang %{name}
%clean
@ -121,6 +126,7 @@ fi
%changelog
* Thu Jul 12 2007 - Bastien Nocera <bnocera@redhat.com> - 0.9.0-1
- Update for 0.9.0
- Fix installation of the python bindings
* Mon Apr 2 2007 Matthias Clasen <mclasen@redhat.com> - 0.8.0-4
- Remove unncessary gconfd killing from scripts (#224561)