Author: wiget Date: Sun Feb 13 12:23:22 2011 GMT Module: packages Tag: DEVEL ---- Log message: - fix applet loading
---- Files affected: packages/gnome-bluetooth: gnome-bluetooth.spec (1.85.2.1 -> 1.85.2.2) ---- Diffs: ================================================================ Index: packages/gnome-bluetooth/gnome-bluetooth.spec diff -u packages/gnome-bluetooth/gnome-bluetooth.spec:1.85.2.1 packages/gnome-bluetooth/gnome-bluetooth.spec:1.85.2.2 --- packages/gnome-bluetooth/gnome-bluetooth.spec:1.85.2.1 Sun Feb 13 02:20:07 2011 +++ packages/gnome-bluetooth/gnome-bluetooth.spec Sun Feb 13 13:23:17 2011 @@ -3,7 +3,7 @@ Summary(pl.UTF-8): Podsystem GNOME Bluetooth Name: gnome-bluetooth Version: 2.91.5 -Release: 0.1 +Release: 0.2 License: GPL v2+ Group: X11/Applications Source0: http://ftp.gnome.org/pub/GNOME/sources/gnome-bluetooth/2.91/%{name}-%{version}.tar.bz2 @@ -152,6 +152,9 @@ $RPM_BUILD_ROOT%{_libdir}/control-center-1/panels/libbluetooth.la \ $RPM_BUILD_ROOT%{_libdir}/gnome-bluetooth/libgnome-bluetooth-applet.la +# workaround for (broken?) GnomeBluetoothApplet-1.0.typelib +ln -s %{_libdir}/gnome-bluetooth/libgnome-bluetooth-applet.so.0 $RPM_BUILD_ROOT%{_libdir}/libgnome-bluetooth-applet.so.0 + %find_lang %{name} --with-gnome --with-omf --all-name %clean @@ -185,7 +188,8 @@ %attr(755,root,root) %{_libdir}/gnome-bluetooth/plugins/*.so %attr(755,root,root) %{_libdir}/gnome-bluetooth/libgnome-bluetooth-applet.so %attr(755,root,root) %{_libdir}/gnome-bluetooth/libgnome-bluetooth-applet.so.0 -%attr(755,root,root) %{_libdir}/gnome-bluetooth/libgnome-bluetooth-applet.so.0.0.0 +%attr(755,root,root) %{_libdir}/gnome-bluetooth/libgnome-bluetooth-applet.so.*.*.* +%attr(755,root,root) %{_libdir}/libgnome-bluetooth-applet.so.0 %{_libdir}/gnome-bluetooth/GnomeBluetoothApplet-1.0.typelib %{_iconsdir}/hicolor/*/*/*.png %{_iconsdir}/hicolor/*/*/*.svg @@ -220,6 +224,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.85.2.2 2011/02/13 12:23:17 wiget +- fix applet loading + Revision 1.85.2.1 2011/02/13 01:20:07 wiget - updated to 2.91.5 ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/gnome-bluetooth/gnome-bluetooth.spec?r1=1.85.2.1&r2=1.85.2.2&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
