automatic version update by autodist [release 3.34.0-1mamba;Sun Oct 27 2019]

This commit is contained in:
Automatic Build System 2024-01-05 23:10:30 +01:00
parent be0b36c387
commit 3b2408ceb9

View File

@ -1,6 +1,6 @@
%define majver %(echo %version | cut -d. -f1-2)
Name: gnome-bluetooth
Version: 3.32.1
Version: 3.34.0
Release: 1mamba
Summary: A fork of bluez-gnome focused on integration with the GNOME desktop environment
Group: Graphical Desktop/Applications/Networking
@ -83,26 +83,14 @@ This package includes the %{name} API documentation.
%setup -q
%build
meson build \
--build=release \
--prefix=%{_prefix} \
--bindir=%{_bindir} \
--sbindir=%{_sbindir} \
--sysconfdir=%{_sysconfdir} \
--datadir=%{_datadir} \
--includedir=%{_includedir} \
--libdir=%{_libdir} \
--libexecdir=%{_libexecdir} \
--localstatedir=%{_localstatedir} \
--mandir=%{_mandir} \
--infodir=%{_datadir}/info \
%meson \
-Denable-gtk-doc=true
ninja %{_smp_mflags} -C build
%meson_build
%install
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
DESTDIR=%{buildroot} ninja install -C build
%meson_install
%find_lang gnome-bluetooth2
@ -149,6 +137,9 @@ DESTDIR=%{buildroot} ninja install -C build
#%{_datadir}/gtk-doc/html/gnome-bluetooth/*
%changelog
* Sun Oct 27 2019 Automatic Build System <autodist@mambasoft.it> 3.34.0-1mamba
- automatic version update by autodist
* Wed Mar 27 2019 Automatic Build System <autodist@mambasoft.it> 3.32.1-1mamba
- automatic version update by autodist