[gnome-bluetooth] Move the libgnome-bluetooth-applet.so symlink to the -devel package

Kalev Lember kalev at fedoraproject.org
Sun Jan 27 19:45:03 UTC 2013


commit ae93ceaa985a7eaa70369a5ae90a0359f64467f4
Author: Kalev Lember <kalevlember at gmail.com>
Date:   Sun Jan 27 20:14:29 2013 +0100

    Move the libgnome-bluetooth-applet.so symlink to the -devel package
    
    ... so that other packages that link with it would only need to BR
    the -devel package.

 gnome-bluetooth.spec |    8 +++++++-
 1 files changed, 7 insertions(+), 1 deletions(-)
---
diff --git a/gnome-bluetooth.spec b/gnome-bluetooth.spec
index 7fe9234..6527a6a 100644
--- a/gnome-bluetooth.spec
+++ b/gnome-bluetooth.spec
@@ -60,6 +60,7 @@ Summary:	Development files for %{name}-libs
 Group:		Development/Libraries
 License:	LGPLv2+
 Requires:	%{name}-libs = %{epoch}:%{version}-%{release}
+Requires:	%{name} = %{epoch}:%{version}-%{release}
 Requires:	gobject-introspection-devel
 Obsoletes:	gnome-bluetooth-devel < 2.27.1-4
 Provides:	gnome-bluetooth-devel = %{version}
@@ -122,7 +123,10 @@ fi
 %doc README NEWS COPYING
 %{_bindir}/bluetooth-sendto
 %{_bindir}/bluetooth-wizard
-%{_libdir}/gnome-bluetooth/
+%dir %{_libdir}/gnome-bluetooth/
+%{_libdir}/gnome-bluetooth/GnomeBluetoothApplet-1.0.typelib
+%{_libdir}/gnome-bluetooth/libgnome-bluetooth-applet.so.*
+%{_libdir}/gnome-bluetooth/plugins/
 %{_datadir}/applications/*.desktop
 %{_datadir}/gnome-bluetooth/
 %{_mandir}/man1/*
@@ -137,6 +141,7 @@ fi
 
 %files libs-devel
 %{_includedir}/gnome-bluetooth/
+%{_libdir}/gnome-bluetooth/libgnome-bluetooth-applet.so
 %{_libdir}/libgnome-bluetooth.so
 %{_libdir}/libgnome-bluetooth.la
 %{_libdir}/pkgconfig/gnome-bluetooth-1.0.pc
@@ -148,6 +153,7 @@ fi
 - Spec file cleanup
 - Drop the desktop-notification-daemon requires now that the applet is gone
 - Fix the build with gcc 4.8
+- Move the libgnome-bluetooth-applet.so symlink to the -devel package
 
 * Wed Jan 16 2013 Richard Hughes <hughsient at gmail.com> - 1:3.7.4-1
 - Update to 3.7.4


More information about the scm-commits mailing list