Compare commits

..

No commits in common. 'c9' and 'i10cs' have entirely different histories.
c9 ... i10cs

2
.gitignore vendored

@ -1 +1 @@
SOURCES/gnome-bluetooth-3.34.5.tar.xz SOURCES/gnome-bluetooth-47.1.tar.xz

@ -1 +1 @@
0321aeee016b34fef5050dcf9511ba48d0779b81 SOURCES/gnome-bluetooth-3.34.5.tar.xz 46f6e5627fcf7dee62129b2c95d36d815002c647 SOURCES/gnome-bluetooth-47.1.tar.xz

@ -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"

@ -1,13 +1,14 @@
%global tarball_version %%(echo %{version} | tr '~' '.')
Name: gnome-bluetooth Name: gnome-bluetooth
Epoch: 1 Epoch: 1
Version: 3.34.5 Version: 47.1
Release: 3%{?dist} Release: 1%{?dist}
Summary: Bluetooth graphical utilities Summary: Bluetooth graphical utilities
License: GPLv2+ License: GPL-2.0-or-later
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/47/gnome-bluetooth-%{tarball_version}.tar.xz
Source1: 61-gnome-bluetooth-rfkill.rules
%if 0%{?rhel} %if 0%{?rhel}
ExcludeArch: s390 s390x ExcludeArch: s390 s390x
@ -15,26 +16,24 @@ ExcludeArch: s390 s390x
BuildRequires: gettext BuildRequires: gettext
BuildRequires: gobject-introspection-devel BuildRequires: gobject-introspection-devel
BuildRequires: gtk3-devel
BuildRequires: gtk-doc BuildRequires: gtk-doc
BuildRequires: meson BuildRequires: meson
BuildRequires: pkgconfig(libcanberra-gtk3) BuildRequires: pkgconfig(gsound)
BuildRequires: pkgconfig(gtk4)
BuildRequires: pkgconfig(libadwaita-1)
BuildRequires: pkgconfig(libnotify) BuildRequires: pkgconfig(libnotify)
BuildRequires: systemd-devel BuildRequires: pkgconfig(libudev)
BuildRequires: python3-dbusmock >= 0.22.0-3 BuildRequires: pkgconfig(upower-glib)
BuildRequires: python3-dbusmock >= 0.25.0-1
Provides: dbus-bluez-pin-helper Provides: dbus-bluez-pin-helper
# Otherwise we might end up with mismatching version # Otherwise we might end up with mismatching version
Requires: %{name}-libs%{?_isa} = %{epoch}:%{version}-%{release} Requires: %{name}-libs%{?_isa} = %{epoch}:%{version}-%{release}
Requires: bluez >= 5.0 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 %ifnarch s390 s390x
Requires: pulseaudio-module-bluetooth Requires: pulseaudio-module-bluetooth
Requires: bluez-obexd
%endif %endif
%description %description
@ -43,7 +42,7 @@ monitor and use Bluetooth devices.
%package libs %package libs
Summary: GTK+ Bluetooth device selection widgets Summary: GTK+ Bluetooth device selection widgets
License: LGPLv2+ License: LGPL-2.1-or-later
%description libs %description libs
This package contains libraries needed for applications that This package contains libraries needed for applications that
@ -51,7 +50,7 @@ want to display a Bluetooth device selection widget.
%package libs-devel %package libs-devel
Summary: Development files for %{name}-libs Summary: Development files for %{name}-libs
License: LGPLv2+ License: LGPL-2.1-or-later
Requires: %{name}-libs%{?_isa} = %{epoch}:%{version}-%{release} Requires: %{name}-libs%{?_isa} = %{epoch}:%{version}-%{release}
Requires: %{name}%{?_isa} = %{epoch}:%{version}-%{release} Requires: %{name}%{?_isa} = %{epoch}:%{version}-%{release}
@ -60,7 +59,7 @@ This package contains the libraries and header files that are needed
for writing applications that require a Bluetooth device selection widget. for writing applications that require a Bluetooth device selection widget.
%prep %prep
%autosetup -p1 %autosetup -p1 -n %{name}-%{tarball_version}
%build %build
%meson -Dgtk_doc=true %meson -Dgtk_doc=true
@ -69,45 +68,123 @@ for writing applications that require a Bluetooth device selection widget.
%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
%check
%meson_test
%files %files
%license COPYING %license COPYING
%doc README.md NEWS %doc README.md NEWS
%{_bindir}/bluetooth-sendto %{_bindir}/bluetooth-sendto
%{_datadir}/applications/*.desktop %{_datadir}/applications/*.desktop
%{_datadir}/gnome-bluetooth/ %{_datadir}/gnome-bluetooth-3.0/
%{_mandir}/man1/* %{_mandir}/man1/*
/usr/lib/udev/rules.d/61-gnome-bluetooth-rfkill.rules
%files -f gnome-bluetooth2.lang libs %files -f gnome-bluetooth-3.0.lang libs
%license COPYING.LIB %license COPYING.LIB
%{_libdir}/libgnome-bluetooth.so.* %{_libdir}/libgnome-bluetooth-3.0.so.*
%{_libdir}/libgnome-bluetooth-ui-3.0.so.*
%dir %{_libdir}/girepository-1.0 %dir %{_libdir}/girepository-1.0
%{_libdir}/girepository-1.0/GnomeBluetooth-1.0.typelib %{_libdir}/girepository-1.0/GnomeBluetooth-3.0.typelib
%{_datadir}/icons/hicolor/*/apps/*
%{_datadir}/icons/hicolor/*/status/*
%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
%{_libdir}/pkgconfig/gnome-bluetooth-3.0.pc
%{_libdir}/pkgconfig/gnome-bluetooth-ui-3.0.pc
%dir %{_datadir}/gir-1.0 %dir %{_datadir}/gir-1.0
%{_datadir}/gir-1.0/GnomeBluetooth-1.0.gir %{_datadir}/gir-1.0/GnomeBluetooth-3.0.gir
%{_datadir}/gtk-doc %{_datadir}/gtk-doc
%changelog %changelog
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 1:3.34.5-3 * Wed Nov 27 2024 Jiri Koten <jkoten@redhat.com> - 1:47.1-1
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags - Update to 47.1
Related: rhbz#1991688 Resolves: RHEL-62344
* Tue Oct 29 2024 Troy Dawson <tdawson@redhat.com> - 1:46~beta-3
- Bump release for October 2024 mass rebuild:
Resolves: RHEL-64018
* Fri Oct 25 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 Apr 15 2021 Mohan Boddu <mboddu@redhat.com> - 1:3.34.5-2 * Thu Jan 19 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1:42.5-2
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
* 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
* Tue Mar 23 2021 Bastien Nocera <bnocera@redhat.com> - 3.34.5-1 * Tue Mar 23 2021 Bastien Nocera <bnocera@redhat.com> - 3.34.5-1
+ gnome-bluetooth-3.34.5-1 + gnome-bluetooth-3.34.5-1
@ -117,14 +194,6 @@ install -m0644 -D %{SOURCE1} $RPM_BUILD_ROOT/usr/lib/udev/rules.d/61-gnome-bluet
+ gnome-bluetooth-3.34.4-1 + gnome-bluetooth-3.34.4-1
- Update to 3.34.4 - 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 * 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 - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild

Loading…
Cancel
Save