Update to 3.6.1

This commit is contained in:
Kalev Lember 2012-11-15 20:16:29 +01:00
parent 99fb72bec5
commit 996a4c8680
3 changed files with 7 additions and 9 deletions

1
.gitignore vendored
View File

@ -21,3 +21,4 @@ gnome-bluetooth-2.90.0.tar.bz2
/gnome-bluetooth-3.5.5.tar.xz
/gnome-bluetooth-3.5.92.tar.xz
/gnome-bluetooth-3.6.0.tar.xz
/gnome-bluetooth-3.6.1.tar.xz

View File

@ -1,13 +1,13 @@
Name: gnome-bluetooth
Epoch: 1
Version: 3.6.0
Version: 3.6.1
Release: 1%{?dist}
Summary: Bluetooth graphical utilities
Group: Applications/Communications
License: GPLv2+
URL: http://live.gnome.org/GnomeBluetooth
Source0: http://download.gnome.org/sources/gnome-bluetooth/3.5/gnome-bluetooth-%{version}.tar.xz
Source0: http://download.gnome.org/sources/gnome-bluetooth/3.6/gnome-bluetooth-%{version}.tar.xz
Source1: 61-gnome-bluetooth-rfkill.rules
ExcludeArch: s390 s390x
@ -16,7 +16,6 @@ BuildRequires: gtk3-devel >= 3.0
BuildRequires: GConf2-devel
BuildRequires: dbus-glib-devel
BuildRequires: libnotify-devel
BuildRequires: gnome-doc-utils rarian-compat
BuildRequires: nautilus-sendto-devel >= 2.90.0
BuildRequires: intltool desktop-file-utils gettext gtk-doc
@ -70,8 +69,6 @@ for writing applications that require a Bluetooth device selection widget.
%prep
%setup -q
# Upstream commit 855afd329b9d833c57b9652380b15ee5ab29c372
sed -i 's|3.1.0|3.7.0|g' configure
%build
%configure --disable-desktop-update --disable-icon-update --enable-nautilus-sendto=yes --disable-schemas-compile
@ -150,7 +147,6 @@ if [ $1 -eq 0 ] ; then
fi
%files
%defattr(-,root,root,-)
%doc README NEWS COPYING
%{_sysconfdir}/xdg/autostart/bluetooth-applet.desktop
%{_bindir}/bluetooth-applet
@ -166,7 +162,6 @@ fi
%{_datadir}/glib-2.0/schemas/*
%files -f gnome-bluetooth2.lang libs
%defattr(-,root,root,-)
%doc COPYING.LIB
%{_libdir}/libgnome-bluetooth.so.*
%{_libdir}/girepository-1.0/GnomeBluetooth-1.0.typelib
@ -174,7 +169,6 @@ fi
%{_datadir}/icons/hicolor/*/status/*
%files libs-devel
%defattr(-,root,root,-)
%{_includedir}/gnome-bluetooth/
%{_libdir}/libgnome-bluetooth.so
%{_libdir}/libgnome-bluetooth.la
@ -183,6 +177,9 @@ fi
%{_datadir}/gtk-doc
%changelog
* Thu Nov 15 2012 Kalev Lember <kalevlember@gmail.com> - 1:3.6.1-1
- Update to 3.6.1
* Tue Sep 25 2012 Richard Hughes <hughsient@gmail.com> - 1:3.6.0-1
- Update to 3.6.0

View File

@ -1 +1 @@
0efd662c199d20559d82b0a5f8bd8bc0 gnome-bluetooth-3.6.0.tar.xz
a3b0b6c2c542b3264cb0144a4efb3342 gnome-bluetooth-3.6.1.tar.xz