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