- fix bonobo shlib multilib issue (bug 156982)

f38
Ray Strode 19 years ago
parent 732c2ca2a1
commit ff41e999ac

@ -10,7 +10,7 @@
Summary: The GNOME virtual file-system libraries. Summary: The GNOME virtual file-system libraries.
Name: gnome-vfs2 Name: gnome-vfs2
Version: 2.13.4 Version: 2.13.4
Release: 2 Release: 3
License: LGPL License: LGPL
Group: System Environment/Libraries Group: System Environment/Libraries
Source0: gnome-vfs-%{version}.tar.bz2 Source0: gnome-vfs-%{version}.tar.bz2
@ -124,6 +124,11 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/gnome-vfs-2.0/modules/lib*.la
rm -f $RPM_BUILD_ROOT%{_libdir}/*.la rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
rm -f $RPM_BUILD_ROOT%{_libdir}/bonobo/monikers/*.{a,la} rm -f $RPM_BUILD_ROOT%{_libdir}/bonobo/monikers/*.{a,la}
for serverfile in $RPM_BUILD_ROOT%{_libdir}/bonobo/servers/*.server; do
sed -ie 's|location *= *"/usr/lib\(64\)*/|location="/usr/$(LIB)/|' $serverfile
done
%find_lang %{po_package} %find_lang %{po_package}
%clean %clean
@ -175,6 +180,9 @@ done
%config %{_sysconfdir}/gnome-vfs-2.0/modules/smb-module.conf %config %{_sysconfdir}/gnome-vfs-2.0/modules/smb-module.conf
%changelog %changelog
* Thu Jan 19 2006 Ray Strode <rstrode@redhat.com> 2.13.4-3
- fix bonobo shlib multilib issue (bug 156982)
* Tue Jan 17 2006 John (J5) Palmieri <johnp@redhat.com> 2.13.4-2 * Tue Jan 17 2006 John (J5) Palmieri <johnp@redhat.com> 2.13.4-2
- Add a BuildRequires on gnome-mount-devel so we build with - Add a BuildRequires on gnome-mount-devel so we build with
gnome-mount support gnome-mount support

Loading…
Cancel
Save