Upgrade to 42.0
This commit is contained in:
parent
dddd20507f
commit
dad4274c36
@ -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"
|
|
||||||
Binary file not shown.
BIN
gnome-bluetooth-42.0.tar.xz
Normal file
BIN
gnome-bluetooth-42.0.tar.xz
Normal file
Binary file not shown.
@ -1,13 +1,17 @@
|
|||||||
Name: gnome-bluetooth
|
Name: gnome-bluetooth
|
||||||
Epoch: 1
|
Epoch: 1
|
||||||
Version: 3.34.5
|
Version: 42.0
|
||||||
Release: 1
|
Release: 1
|
||||||
Summary: Bluetooth graphical utilities
|
Summary: Bluetooth graphical utilities
|
||||||
License: GPLv2+ and LGPLv2+
|
License: GPLv2+ and LGPLv2+
|
||||||
URL: https://wiki.gnome.org/Projects/GnomeBluetooth
|
URL: https://wiki.gnome.org/Projects/GnomeBluetooth
|
||||||
Source0: https://download.gnome.org/sources/gnome-bluetooth/3.34/gnome-bluetooth-%{version}.tar.xz
|
Source0: https://download.gnome.org/sources/gnome-bluetooth/42/gnome-bluetooth-%{version}.tar.xz
|
||||||
Source1: 61-gnome-bluetooth-rfkill.rules
|
|
||||||
BuildRequires: gettext gobject-introspection-devel gtk3-devel gtk-doc meson pkgconfig(libcanberra-gtk3) pkgconfig(libnotify) systemd-devel
|
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
|
Requires: bluez >= 5.0 pulseaudio-module-bluetooth
|
||||||
Provides: dbus-bluez-pin-helper gnome-bluetooth-libs = %{epoch}:%{version}-%{release}
|
Provides: dbus-bluez-pin-helper gnome-bluetooth-libs = %{epoch}:%{version}-%{release}
|
||||||
Obsoletes: 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
|
%install
|
||||||
%meson_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-bluetooth-3.0.lang
|
||||||
|
|
||||||
%files -f gnome-bluetooth2.lang
|
|
||||||
%doc README.md NEWS COPYING COPYING.LIB
|
%doc README.md NEWS COPYING COPYING.LIB
|
||||||
%{_bindir}/bluetooth-sendto
|
%{_bindir}/bluetooth-sendto
|
||||||
%{_datadir}/applications/*.desktop
|
%{_datadir}/applications/*.desktop
|
||||||
%{_datadir}/gnome-bluetooth/
|
%{_datadir}/gnome-bluetooth-3.0/
|
||||||
%{_libdir}/libgnome-bluetooth.so.*
|
%{_libdir}/libgnome-bluetooth-3.0.so.*
|
||||||
%{_libdir}/girepository-1.0/GnomeBluetooth-1.0.typelib
|
%{_libdir}/libgnome-bluetooth-ui-3.0.so.*
|
||||||
%{_datadir}/icons/hicolor/*/apps/*
|
%{_libdir}/girepository-1.0/GnomeBluetooth-3.0.typelib
|
||||||
%{_datadir}/icons/hicolor/*/status/*
|
|
||||||
/usr/lib/udev/rules.d/61-gnome-bluetooth-rfkill.rules
|
|
||||||
|
|
||||||
%files libs-devel
|
%files libs-devel
|
||||||
%{_includedir}/gnome-bluetooth/
|
%{_includedir}/gnome-bluetooth-3.0/
|
||||||
%{_libdir}/libgnome-bluetooth.so
|
%{_libdir}/libgnome-bluetooth-3.0.so
|
||||||
%{_libdir}/pkgconfig/gnome-bluetooth-1.0.pc
|
%{_libdir}/libgnome-bluetooth-ui-3.0.so
|
||||||
%{_datadir}/gir-1.0/GnomeBluetooth-1.0.gir
|
%{_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
|
%{_datadir}/gtk-doc
|
||||||
|
|
||||||
%files help
|
%files help
|
||||||
%{_mandir}/man1/*
|
%{_mandir}/man1/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Jun 6 2022 lin zhang <lin.zhang@turbolinux.com.cn> - 1:42.0-1
|
||||||
|
- Upgrade to 42.0
|
||||||
|
|
||||||
* Fri May 28 2021 weijin deng <weijin.deng@turbolinux.com.cn> - 3.34.5-1
|
* Fri May 28 2021 weijin deng <weijin.deng@turbolinux.com.cn> - 3.34.5-1
|
||||||
- Upgrade to 3.34.5
|
- Upgrade to 3.34.5
|
||||||
- Update Version, Release, Source0, stage 'files'
|
- Update Version, Release, Source0, stage 'files'
|
||||||
|
|||||||
@ -1,4 +1,4 @@
|
|||||||
version_control: gitlab.gnome
|
version_control: gitlab.gnome
|
||||||
src_repo: gnome-bluetooth
|
src_repo: gnome-bluetooth
|
||||||
tag_prefix: GNOMEBT_V_
|
tag_prefix: GNOMEBT_V_
|
||||||
seperator: _
|
separator: _
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user