|
|
|
@ -1,14 +1,13 @@
|
|
|
|
|
%global tarball_version %%(echo %{version} | tr '~' '.')
|
|
|
|
|
|
|
|
|
|
Name: gnome-bluetooth
|
|
|
|
|
Epoch: 1
|
|
|
|
|
Version: 46~beta
|
|
|
|
|
Release: 2%{?dist}
|
|
|
|
|
Version: 3.34.5
|
|
|
|
|
Release: 3%{?dist}
|
|
|
|
|
Summary: Bluetooth graphical utilities
|
|
|
|
|
|
|
|
|
|
License: GPL-2.0-or-later
|
|
|
|
|
License: GPLv2+
|
|
|
|
|
URL: https://wiki.gnome.org/Projects/GnomeBluetooth
|
|
|
|
|
Source0: https://download.gnome.org/sources/gnome-bluetooth/46/gnome-bluetooth-%{tarball_version}.tar.xz
|
|
|
|
|
Source0: https://download.gnome.org/sources/gnome-bluetooth/3.34/gnome-bluetooth-%{version}.tar.xz
|
|
|
|
|
Source1: 61-gnome-bluetooth-rfkill.rules
|
|
|
|
|
|
|
|
|
|
%if 0%{?rhel}
|
|
|
|
|
ExcludeArch: s390 s390x
|
|
|
|
@ -16,24 +15,26 @@ ExcludeArch: s390 s390x
|
|
|
|
|
|
|
|
|
|
BuildRequires: gettext
|
|
|
|
|
BuildRequires: gobject-introspection-devel
|
|
|
|
|
BuildRequires: gtk3-devel
|
|
|
|
|
BuildRequires: gtk-doc
|
|
|
|
|
BuildRequires: meson
|
|
|
|
|
BuildRequires: pkgconfig(gsound)
|
|
|
|
|
BuildRequires: pkgconfig(gtk4)
|
|
|
|
|
BuildRequires: pkgconfig(libadwaita-1)
|
|
|
|
|
BuildRequires: pkgconfig(libcanberra-gtk3)
|
|
|
|
|
BuildRequires: pkgconfig(libnotify)
|
|
|
|
|
BuildRequires: pkgconfig(libudev)
|
|
|
|
|
BuildRequires: pkgconfig(upower-glib)
|
|
|
|
|
BuildRequires: python3-dbusmock >= 0.25.0-1
|
|
|
|
|
BuildRequires: systemd-devel
|
|
|
|
|
BuildRequires: python3-dbusmock >= 0.22.0-3
|
|
|
|
|
|
|
|
|
|
Provides: dbus-bluez-pin-helper
|
|
|
|
|
|
|
|
|
|
# Otherwise we might end up with mismatching version
|
|
|
|
|
Requires: %{name}-libs%{?_isa} = %{epoch}:%{version}-%{release}
|
|
|
|
|
Requires: bluez >= 5.0
|
|
|
|
|
%if 0%{?rhel} && 0%{?rhel} <= 7
|
|
|
|
|
# bluez-obexd is in the main bluez package for RHEL7
|
|
|
|
|
%else
|
|
|
|
|
Requires: bluez-obexd
|
|
|
|
|
%endif
|
|
|
|
|
%ifnarch s390 s390x
|
|
|
|
|
Requires: pulseaudio-module-bluetooth
|
|
|
|
|
Requires: bluez-obexd
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
%description
|
|
|
|
@ -42,7 +43,7 @@ monitor and use Bluetooth devices.
|
|
|
|
|
|
|
|
|
|
%package libs
|
|
|
|
|
Summary: GTK+ Bluetooth device selection widgets
|
|
|
|
|
License: LGPL-2.1-or-later
|
|
|
|
|
License: LGPLv2+
|
|
|
|
|
|
|
|
|
|
%description libs
|
|
|
|
|
This package contains libraries needed for applications that
|
|
|
|
@ -50,7 +51,7 @@ want to display a Bluetooth device selection widget.
|
|
|
|
|
|
|
|
|
|
%package libs-devel
|
|
|
|
|
Summary: Development files for %{name}-libs
|
|
|
|
|
License: LGPL-2.1-or-later
|
|
|
|
|
License: LGPLv2+
|
|
|
|
|
Requires: %{name}-libs%{?_isa} = %{epoch}:%{version}-%{release}
|
|
|
|
|
Requires: %{name}%{?_isa} = %{epoch}:%{version}-%{release}
|
|
|
|
|
|
|
|
|
@ -59,7 +60,7 @@ This package contains the libraries and header files that are needed
|
|
|
|
|
for writing applications that require a Bluetooth device selection widget.
|
|
|
|
|
|
|
|
|
|
%prep
|
|
|
|
|
%autosetup -p1 -n %{name}-%{tarball_version}
|
|
|
|
|
%autosetup -p1
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
|
%meson -Dgtk_doc=true
|
|
|
|
@ -68,115 +69,45 @@ for writing applications that require a Bluetooth device selection widget.
|
|
|
|
|
%install
|
|
|
|
|
%meson_install
|
|
|
|
|
|
|
|
|
|
%find_lang gnome-bluetooth-3.0
|
|
|
|
|
install -m0644 -D %{SOURCE1} $RPM_BUILD_ROOT/usr/lib/udev/rules.d/61-gnome-bluetooth-rfkill.rules
|
|
|
|
|
|
|
|
|
|
%find_lang gnome-bluetooth2
|
|
|
|
|
|
|
|
|
|
%check
|
|
|
|
|
%meson_test
|
|
|
|
|
|
|
|
|
|
%files
|
|
|
|
|
%license COPYING
|
|
|
|
|
%doc README.md NEWS
|
|
|
|
|
%{_bindir}/bluetooth-sendto
|
|
|
|
|
%{_datadir}/applications/*.desktop
|
|
|
|
|
%{_datadir}/gnome-bluetooth-3.0/
|
|
|
|
|
%{_datadir}/gnome-bluetooth/
|
|
|
|
|
%{_mandir}/man1/*
|
|
|
|
|
/usr/lib/udev/rules.d/61-gnome-bluetooth-rfkill.rules
|
|
|
|
|
|
|
|
|
|
%files -f gnome-bluetooth-3.0.lang libs
|
|
|
|
|
%files -f gnome-bluetooth2.lang libs
|
|
|
|
|
%license COPYING.LIB
|
|
|
|
|
%{_libdir}/libgnome-bluetooth-3.0.so.*
|
|
|
|
|
%{_libdir}/libgnome-bluetooth-ui-3.0.so.*
|
|
|
|
|
%{_libdir}/libgnome-bluetooth.so.*
|
|
|
|
|
%dir %{_libdir}/girepository-1.0
|
|
|
|
|
%{_libdir}/girepository-1.0/GnomeBluetooth-3.0.typelib
|
|
|
|
|
%{_libdir}/girepository-1.0/GnomeBluetooth-1.0.typelib
|
|
|
|
|
%{_datadir}/icons/hicolor/*/apps/*
|
|
|
|
|
%{_datadir}/icons/hicolor/*/status/*
|
|
|
|
|
|
|
|
|
|
%files libs-devel
|
|
|
|
|
%{_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
|
|
|
|
|
%{_includedir}/gnome-bluetooth/
|
|
|
|
|
%{_libdir}/libgnome-bluetooth.so
|
|
|
|
|
%{_libdir}/pkgconfig/gnome-bluetooth-1.0.pc
|
|
|
|
|
%dir %{_datadir}/gir-1.0
|
|
|
|
|
%{_datadir}/gir-1.0/GnomeBluetooth-3.0.gir
|
|
|
|
|
%{_datadir}/gir-1.0/GnomeBluetooth-1.0.gir
|
|
|
|
|
%{_datadir}/gtk-doc
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Tue Nov 26 2024 MSVSphere Packaging Team <packager@msvsphere-os.ru> - 1:46~beta-2
|
|
|
|
|
- Rebuilt for MSVSphere 10
|
|
|
|
|
|
|
|
|
|
* Mon Jun 24 2024 Troy Dawson <tdawson@redhat.com> - 1:46~beta-2
|
|
|
|
|
- Bump release for June 2024 mass rebuild
|
|
|
|
|
|
|
|
|
|
* Sat Feb 10 2024 David King <amigadave@amigadave.com> - 1:46~beta-1
|
|
|
|
|
- Update to 46.beta
|
|
|
|
|
|
|
|
|
|
* Tue Feb 06 2024 David King <amigadave@amigadave.com> - 1:42.8-1
|
|
|
|
|
- Update to 42.8
|
|
|
|
|
|
|
|
|
|
* Wed Jan 24 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1:42.7-3
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Fri Jan 19 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1:42.7-2
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Thu Nov 16 2023 Kalev Lember <klember@redhat.com> - 1:42.7-1
|
|
|
|
|
- Update to 42.7
|
|
|
|
|
|
|
|
|
|
* Mon Aug 14 2023 Kalev Lember <klember@redhat.com> - 1:42.6-1
|
|
|
|
|
- Update to 42.6
|
|
|
|
|
|
|
|
|
|
* Wed Jul 19 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1:42.5-4
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Thu Mar 16 2023 David King <amigadave@amigadave.com> - 1:42.5-3
|
|
|
|
|
- Use pkgconfig for BuildRequires
|
|
|
|
|
|
|
|
|
|
* Thu Jan 19 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1:42.5-2
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
|
|
|
|
|
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 1:3.34.5-3
|
|
|
|
|
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
|
|
|
|
|
Related: rhbz#1991688
|
|
|
|
|
|
|
|
|
|
* Tue Dec 13 2022 Bastien Nocera <bnocera@redhat.com> - 42.5-1
|
|
|
|
|
- Update to 42.5
|
|
|
|
|
|
|
|
|
|
* Tue Nov 08 2022 Bastien Nocera <bnocera@redhat.com> - 42.4-3
|
|
|
|
|
- Require bluez-obexd (#2090443)
|
|
|
|
|
|
|
|
|
|
* Tue Sep 06 2022 Kalev Lember <klember@redhat.com> - 42.4-2
|
|
|
|
|
- Rebuild to include in GNOME 43.rc mega-update
|
|
|
|
|
|
|
|
|
|
* Mon Sep 05 2022 Bastien Nocera <bnocera@redhat.com> - 42.4-1
|
|
|
|
|
+ gnome-bluetooth-42.4-1
|
|
|
|
|
- Update to 42.4
|
|
|
|
|
|
|
|
|
|
* Wed Aug 24 2022 Bastien Nocera <bnocera@redhat.com> - 42.3-1
|
|
|
|
|
+ gnome-bluetooth-42.3-1
|
|
|
|
|
- Update to 42.3
|
|
|
|
|
|
|
|
|
|
* Thu Jul 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1:42.2-2
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Thu Jul 07 2022 Bastien Nocera <bnocera@redhat.com> - 42.2-1
|
|
|
|
|
+ gnome-bluetooth-42.2-1
|
|
|
|
|
- Update to 42.2
|
|
|
|
|
|
|
|
|
|
* Thu Jun 09 2022 Bastien Nocera <bnocera@redhat.com> - 42.1-1
|
|
|
|
|
+ gnome-bluetooth-42.1-1
|
|
|
|
|
- Update to 42.1
|
|
|
|
|
|
|
|
|
|
* Fri Mar 18 2022 Bastien Nocera <bnocera@redhat.com> - 42.0-1
|
|
|
|
|
+ gnome-bluetooth-42.0-1
|
|
|
|
|
- Update to 42.0
|
|
|
|
|
|
|
|
|
|
* Thu Mar 10 2022 David King <amigadave@amigadave.com> - 42~rc-1
|
|
|
|
|
- Update to 42.rc
|
|
|
|
|
|
|
|
|
|
* Wed Feb 23 2022 Bastien Nocera <bnocera@redhat.com> - 42~beta.2-1
|
|
|
|
|
+ gnome-bluetooth-42~beta.2-1
|
|
|
|
|
- Update to 42.beta.2
|
|
|
|
|
|
|
|
|
|
* Wed Feb 16 2022 Bastien Nocera <bnocera@redhat.com> - 42~beta-1
|
|
|
|
|
+ gnome-bluetooth-42~beta-1
|
|
|
|
|
- Update to 42.beta
|
|
|
|
|
|
|
|
|
|
* Thu Jan 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1:3.34.5-3
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Thu Jul 22 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1:3.34.5-2
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
|
|
|
|
* Thu Apr 15 2021 Mohan Boddu <mboddu@redhat.com> - 1:3.34.5-2
|
|
|
|
|
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
|
|
|
|
|
|
|
|
|
|
* Tue Mar 23 2021 Bastien Nocera <bnocera@redhat.com> - 3.34.5-1
|
|
|
|
|
+ gnome-bluetooth-3.34.5-1
|
|
|
|
@ -186,6 +117,14 @@ for writing applications that require a Bluetooth device selection widget.
|
|
|
|
|
+ gnome-bluetooth-3.34.4-1
|
|
|
|
|
- Update to 3.34.4
|
|
|
|
|
|
|
|
|
|
* Fri Feb 12 2021 Bastien Nocera <bnocera@redhat.com> - 3.34.3-4
|
|
|
|
|
+ gnome-bluetooth-3.34.3-4
|
|
|
|
|
- Revert “Require PulseAudio _or_ Pipewire for Bluetooth audio”
|
|
|
|
|
- Closes: #1928166
|
|
|
|
|
|
|
|
|
|
* Wed Feb 10 2021 Bastien Nocera <bnocera@redhat.com> - 1:3.34.3-3
|
|
|
|
|
- Require PulseAudio _or_ Pipewire for Bluetooth audio
|
|
|
|
|
|
|
|
|
|
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1:3.34.3-2
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|