- Update to 2.29.2
- Add moblin subpackage
This commit is contained in:
parent
193cb2600f
commit
08defa4b4c
@ -1 +1 @@
|
||||
gnome-bluetooth-2.28.3.tar.bz2
|
||||
gnome-bluetooth-2.29.2.tar.bz2
|
||||
|
@ -1,5 +1,5 @@
|
||||
Name: gnome-bluetooth
|
||||
Version: 2.28.3
|
||||
Version: 2.29.2
|
||||
Release: 1%{?dist}
|
||||
Summary: Bluetooth graphical utilities
|
||||
|
||||
@ -16,6 +16,8 @@ BuildRequires: dbus-glib-devel
|
||||
BuildRequires: hal-devel
|
||||
BuildRequires: unique-devel
|
||||
BuildRequires: libnotify-devel
|
||||
BuildRequires: mutter-moblin-devel
|
||||
BuildRequires: nbtk-devel
|
||||
BuildRequires: gnome-doc-utils
|
||||
|
||||
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
|
||||
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
|
||||
%setup -q
|
||||
|
||||
%build
|
||||
%configure --disable-desktop-update --disable-icon-update
|
||||
# FIXME
|
||||
# make %{?_smp_mflags}
|
||||
make
|
||||
|
||||
make %{?_smp_mflags}
|
||||
|
||||
%install
|
||||
rm -rf $RPM_BUILD_ROOT
|
||||
@ -169,19 +177,23 @@ if [ $1 -eq 0 ] ; then
|
||||
gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
|
||||
fi
|
||||
|
||||
%files -f gnome-bluetooth2.lang
|
||||
%files
|
||||
%defattr(-,root,root,-)
|
||||
%doc README NEWS COPYING
|
||||
%{_sysconfdir}/gconf/schemas/bluetooth-manager.schemas
|
||||
%{_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/
|
||||
%{_datadir}/applications/*.desktop
|
||||
%{_datadir}/gnome-bluetooth/
|
||||
%{_mandir}/man1/*
|
||||
/lib/udev/rules.d/61-gnome-bluetooth-rfkill.rules
|
||||
|
||||
%files libs
|
||||
%files -f gnome-bluetooth2.lang libs
|
||||
%defattr(-,root,root,-)
|
||||
%doc COPYING.LIB
|
||||
%{_libdir}/libgnome-bluetooth.so.*
|
||||
@ -195,7 +207,17 @@ fi
|
||||
%{_libdir}/pkgconfig/gnome-bluetooth-1.0.pc
|
||||
%{_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
|
||||
* 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
|
||||
- Update to 2.28.3
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user