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.
This commit is contained in:
parent
194fd0443d
commit
ae93ceaa98
@ -60,6 +60,7 @@ Summary: Development files for %{name}-libs
|
|||||||
Group: Development/Libraries
|
Group: Development/Libraries
|
||||||
License: LGPLv2+
|
License: LGPLv2+
|
||||||
Requires: %{name}-libs = %{epoch}:%{version}-%{release}
|
Requires: %{name}-libs = %{epoch}:%{version}-%{release}
|
||||||
|
Requires: %{name} = %{epoch}:%{version}-%{release}
|
||||||
Requires: gobject-introspection-devel
|
Requires: gobject-introspection-devel
|
||||||
Obsoletes: gnome-bluetooth-devel < 2.27.1-4
|
Obsoletes: gnome-bluetooth-devel < 2.27.1-4
|
||||||
Provides: gnome-bluetooth-devel = %{version}
|
Provides: gnome-bluetooth-devel = %{version}
|
||||||
@ -122,7 +123,10 @@ fi
|
|||||||
%doc README NEWS COPYING
|
%doc README NEWS COPYING
|
||||||
%{_bindir}/bluetooth-sendto
|
%{_bindir}/bluetooth-sendto
|
||||||
%{_bindir}/bluetooth-wizard
|
%{_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}/applications/*.desktop
|
||||||
%{_datadir}/gnome-bluetooth/
|
%{_datadir}/gnome-bluetooth/
|
||||||
%{_mandir}/man1/*
|
%{_mandir}/man1/*
|
||||||
@ -137,6 +141,7 @@ fi
|
|||||||
|
|
||||||
%files libs-devel
|
%files libs-devel
|
||||||
%{_includedir}/gnome-bluetooth/
|
%{_includedir}/gnome-bluetooth/
|
||||||
|
%{_libdir}/gnome-bluetooth/libgnome-bluetooth-applet.so
|
||||||
%{_libdir}/libgnome-bluetooth.so
|
%{_libdir}/libgnome-bluetooth.so
|
||||||
%{_libdir}/libgnome-bluetooth.la
|
%{_libdir}/libgnome-bluetooth.la
|
||||||
%{_libdir}/pkgconfig/gnome-bluetooth-1.0.pc
|
%{_libdir}/pkgconfig/gnome-bluetooth-1.0.pc
|
||||||
@ -148,6 +153,7 @@ fi
|
|||||||
- Spec file cleanup
|
- Spec file cleanup
|
||||||
- Drop the desktop-notification-daemon requires now that the applet is gone
|
- Drop the desktop-notification-daemon requires now that the applet is gone
|
||||||
- Fix the build with gcc 4.8
|
- 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@gmail.com> - 1:3.7.4-1
|
* Wed Jan 16 2013 Richard Hughes <hughsient@gmail.com> - 1:3.7.4-1
|
||||||
- Update to 3.7.4
|
- Update to 3.7.4
|
||||||
|
Loading…
Reference in New Issue
Block a user