diff --git a/61-gnome-bluetooth-rfkill.rules b/61-gnome-bluetooth-rfkill.rules deleted file mode 100644 index d7d9650..0000000 --- a/61-gnome-bluetooth-rfkill.rules +++ /dev/null @@ -1,7 +0,0 @@ -# Get access to /dev/rfkill for users -# See https://bugzilla.redhat.com/show_bug.cgi?id=514798 -# -# Simplified by Kay Sievers -# https://bugzilla.redhat.com/show_bug.cgi?id=733326 - -KERNEL=="rfkill", SUBSYSTEM=="misc", TAG+="uaccess" diff --git a/gnome-bluetooth-3.34.5.tar.xz b/gnome-bluetooth-3.34.5.tar.xz deleted file mode 100644 index d7119fe..0000000 Binary files a/gnome-bluetooth-3.34.5.tar.xz and /dev/null differ diff --git a/gnome-bluetooth-42.0.tar.xz b/gnome-bluetooth-42.0.tar.xz new file mode 100644 index 0000000..fde2536 Binary files /dev/null and b/gnome-bluetooth-42.0.tar.xz differ diff --git a/gnome-bluetooth.spec b/gnome-bluetooth.spec index c10bb2f..12cb2c6 100644 --- a/gnome-bluetooth.spec +++ b/gnome-bluetooth.spec @@ -1,13 +1,17 @@ Name: gnome-bluetooth Epoch: 1 -Version: 3.34.5 +Version: 42.0 Release: 1 Summary: Bluetooth graphical utilities License: GPLv2+ and LGPLv2+ URL: https://wiki.gnome.org/Projects/GnomeBluetooth -Source0: https://download.gnome.org/sources/gnome-bluetooth/3.34/gnome-bluetooth-%{version}.tar.xz -Source1: 61-gnome-bluetooth-rfkill.rules +Source0: https://download.gnome.org/sources/gnome-bluetooth/42/gnome-bluetooth-%{version}.tar.xz + BuildRequires: gettext gobject-introspection-devel gtk3-devel gtk-doc meson pkgconfig(libcanberra-gtk3) pkgconfig(libnotify) systemd-devel +BuildRequires: pkgconfig(gsound) +BuildRequires: pkgconfig(upower-glib) >= 0.99.14 +BuildRequires: libadwaita-devel +BuildRequires: python3-dbusmock >= 0.25.0-1 Requires: bluez >= 5.0 pulseaudio-module-bluetooth Provides: dbus-bluez-pin-helper gnome-bluetooth-libs = %{epoch}:%{version}-%{release} Obsoletes: gnome-bluetooth-libs < %{epoch}:%{version}-%{release} @@ -42,32 +46,33 @@ The gnome-bluetooth-help package conatins manual pages for gnome-bluetooth. %install %meson_install -install -m0644 -D %{SOURCE1} $RPM_BUILD_ROOT/usr/lib/udev/rules.d/61-gnome-bluetooth-rfkill.rules +%find_lang gnome-bluetooth-3.0 -%find_lang gnome-bluetooth2 - -%files -f gnome-bluetooth2.lang +%files -f gnome-bluetooth-3.0.lang %doc README.md NEWS COPYING COPYING.LIB %{_bindir}/bluetooth-sendto %{_datadir}/applications/*.desktop -%{_datadir}/gnome-bluetooth/ -%{_libdir}/libgnome-bluetooth.so.* -%{_libdir}/girepository-1.0/GnomeBluetooth-1.0.typelib -%{_datadir}/icons/hicolor/*/apps/* -%{_datadir}/icons/hicolor/*/status/* -/usr/lib/udev/rules.d/61-gnome-bluetooth-rfkill.rules +%{_datadir}/gnome-bluetooth-3.0/ +%{_libdir}/libgnome-bluetooth-3.0.so.* +%{_libdir}/libgnome-bluetooth-ui-3.0.so.* +%{_libdir}/girepository-1.0/GnomeBluetooth-3.0.typelib %files libs-devel -%{_includedir}/gnome-bluetooth/ -%{_libdir}/libgnome-bluetooth.so -%{_libdir}/pkgconfig/gnome-bluetooth-1.0.pc -%{_datadir}/gir-1.0/GnomeBluetooth-1.0.gir +%{_includedir}/gnome-bluetooth-3.0/ +%{_libdir}/libgnome-bluetooth-3.0.so +%{_libdir}/libgnome-bluetooth-ui-3.0.so +%{_libdir}/pkgconfig/gnome-bluetooth-3.0.pc +%{_libdir}/pkgconfig/gnome-bluetooth-ui-3.0.pc +%{_datadir}/gir-1.0/GnomeBluetooth-3.0.gir %{_datadir}/gtk-doc %files help %{_mandir}/man1/* %changelog +* Mon Jun 6 2022 lin zhang - 1:42.0-1 +- Upgrade to 42.0 + * Fri May 28 2021 weijin deng - 3.34.5-1 - Upgrade to 3.34.5 - Update Version, Release, Source0, stage 'files' diff --git a/gnome-bluetooth.yaml b/gnome-bluetooth.yaml index 0fb60da..451bbf9 100644 --- a/gnome-bluetooth.yaml +++ b/gnome-bluetooth.yaml @@ -1,4 +1,4 @@ version_control: gitlab.gnome src_repo: gnome-bluetooth tag_prefix: GNOMEBT_V_ -seperator: _ +separator: _