- Update to 2.29.2

- Add moblin subpackage
This commit is contained in:
Bastien Nocera 2009-11-17 15:33:56 +00:00
parent 193cb2600f
commit 08defa4b4c
3 changed files with 32 additions and 10 deletions

View File

@ -1 +1 @@
gnome-bluetooth-2.28.3.tar.bz2 gnome-bluetooth-2.29.2.tar.bz2

View File

@ -1,5 +1,5 @@
Name: gnome-bluetooth Name: gnome-bluetooth
Version: 2.28.3 Version: 2.29.2
Release: 1%{?dist} Release: 1%{?dist}
Summary: Bluetooth graphical utilities Summary: Bluetooth graphical utilities
@ -16,6 +16,8 @@ BuildRequires: dbus-glib-devel
BuildRequires: hal-devel BuildRequires: hal-devel
BuildRequires: unique-devel BuildRequires: unique-devel
BuildRequires: libnotify-devel BuildRequires: libnotify-devel
BuildRequires: mutter-moblin-devel
BuildRequires: nbtk-devel
BuildRequires: gnome-doc-utils BuildRequires: gnome-doc-utils
BuildRequires: intltool desktop-file-utils gettext gtk-doc BuildRequires: intltool desktop-file-utils gettext gtk-doc
@ -60,15 +62,21 @@ Provides: gnome-bluetooth-devel
This package contains the libraries amd header files that are needed This package contains the libraries amd header files that are needed
for writing applications that require a Bluetooth device selection widget. for writing applications that require a Bluetooth device selection widget.
%package moblin
Summary: Development files for %{name}-libs
Group: Development/Libraries
License: LGPLv2+
Requires: %{name}-libs = %{version}-%{release}
%description moblin
This package contains the Moblin user interface for gnome-bluetooth.
%prep %prep
%setup -q %setup -q
%build %build
%configure --disable-desktop-update --disable-icon-update %configure --disable-desktop-update --disable-icon-update
# FIXME make %{?_smp_mflags}
# make %{?_smp_mflags}
make
%install %install
rm -rf $RPM_BUILD_ROOT rm -rf $RPM_BUILD_ROOT
@ -169,19 +177,23 @@ if [ $1 -eq 0 ] ; then
gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || : gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
fi fi
%files -f gnome-bluetooth2.lang %files
%defattr(-,root,root,-) %defattr(-,root,root,-)
%doc README NEWS COPYING %doc README NEWS COPYING
%{_sysconfdir}/gconf/schemas/bluetooth-manager.schemas %{_sysconfdir}/gconf/schemas/bluetooth-manager.schemas
%{_sysconfdir}/xdg/autostart/bluetooth-applet.desktop %{_sysconfdir}/xdg/autostart/bluetooth-applet.desktop
%{_bindir}/bluetooth-* %{_bindir}/bluetooth-applet
%{_bindir}/bluetooth-properties
%{_bindir}/bluetooth-sendto
%{_bindir}/bluetooth-wizard
%{_bindir}/test-input
%{_libdir}/gnome-bluetooth/ %{_libdir}/gnome-bluetooth/
%{_datadir}/applications/*.desktop %{_datadir}/applications/*.desktop
%{_datadir}/gnome-bluetooth/ %{_datadir}/gnome-bluetooth/
%{_mandir}/man1/* %{_mandir}/man1/*
/lib/udev/rules.d/61-gnome-bluetooth-rfkill.rules /lib/udev/rules.d/61-gnome-bluetooth-rfkill.rules
%files libs %files -f gnome-bluetooth2.lang libs
%defattr(-,root,root,-) %defattr(-,root,root,-)
%doc COPYING.LIB %doc COPYING.LIB
%{_libdir}/libgnome-bluetooth.so.* %{_libdir}/libgnome-bluetooth.so.*
@ -195,7 +207,17 @@ fi
%{_libdir}/pkgconfig/gnome-bluetooth-1.0.pc %{_libdir}/pkgconfig/gnome-bluetooth-1.0.pc
%{_datadir}/gtk-doc/html/gnome-bluetooth/ %{_datadir}/gtk-doc/html/gnome-bluetooth/
%files moblin
%defattr(-,root,root,-)
%{_sysconfdir}/xdg/autostart/bluetooth-panel.desktop
%{_datadir}/dbus-1/services/org.moblin.UX.Shell.Panels.bluetooth.service
%{_bindir}/bluetooth-panel
%changelog %changelog
* Tue Nov 17 2009 Bastien Nocera <bnocera@redhat.com> 2.29.2-1
- Update to 2.29.2
- Add moblin subpackage
* Tue Oct 20 2009 Bastien Nocera <bnocera@redhat.com> 2.28.3-1 * Tue Oct 20 2009 Bastien Nocera <bnocera@redhat.com> 2.28.3-1
- Update to 2.28.3 - Update to 2.28.3

View File

@ -1 +1 @@
1cadae3e520adb620df35c9cec2813d1 gnome-bluetooth-2.28.3.tar.bz2 907d12d9de5bff28a0d8fbf1cbe1fef3 gnome-bluetooth-2.29.2.tar.bz2