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
|
||||
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 <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
|
||||
- Upgrade to 3.34.5
|
||||
- Update Version, Release, Source0, stage 'files'
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
version_control: gitlab.gnome
|
||||
src_repo: gnome-bluetooth
|
||||
tag_prefix: GNOMEBT_V_
|
||||
seperator: _
|
||||
separator: _
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user