+ gnome-bluetooth-42~beta-1

Update to 42.beta
This commit is contained in:
Bastien Nocera 2022-02-16 02:08:30 +01:00
parent fb7fec7fc1
commit c67887590e

View File

@ -1,12 +1,14 @@
%global tarball_version %%(echo %{version} | tr '~' '.')
Name: gnome-bluetooth
Epoch: 1
Version: 3.34.5
Release: 3%{?dist}
Version: 42~beta
Release: 1%{?dist}
Summary: Bluetooth graphical utilities
License: GPLv2+
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/3.34/gnome-bluetooth-%{tarball_version}.tar.xz
%if 0%{?rhel}
ExcludeArch: s390 s390x
@ -20,7 +22,8 @@ BuildRequires: meson
BuildRequires: pkgconfig(libcanberra-gtk3)
BuildRequires: pkgconfig(libnotify)
BuildRequires: systemd-devel
BuildRequires: python3-dbusmock >= 0.22.0-3
BuildRequires: libadwaita-devel
BuildRequires: python3-dbusmock >= 0.25.0-1
Provides: dbus-bluez-pin-helper
@ -54,7 +57,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
%autosetup -p1 -n %{name}-%{tarball_version}
%build
%meson -Dgtk_doc=true
@ -63,7 +66,7 @@ for writing applications that require a Bluetooth device selection widget.
%install
%meson_install
%find_lang gnome-bluetooth2
%find_lang gnome-bluetooth-3.0
%check
%meson_test
@ -73,26 +76,31 @@ for writing applications that require a Bluetooth device selection widget.
%doc README.md NEWS
%{_bindir}/bluetooth-sendto
%{_datadir}/applications/*.desktop
%{_datadir}/gnome-bluetooth/
%{_datadir}/gnome-bluetooth-3.0/
%{_mandir}/man1/*
%files -f gnome-bluetooth2.lang libs
%files -f gnome-bluetooth-3.0.lang libs
%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
%{_libdir}/girepository-1.0/GnomeBluetooth-1.0.typelib
%{_datadir}/icons/hicolor/*/apps/*
%{_datadir}/icons/hicolor/*/status/*
%{_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
%{_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
%dir %{_datadir}/gir-1.0
%{_datadir}/gir-1.0/GnomeBluetooth-1.0.gir
%{_datadir}/gir-1.0/GnomeBluetooth-3.0.gir
%{_datadir}/gtk-doc
%changelog
* 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