diff --git a/gnome-bluetooth.spec b/gnome-bluetooth.spec index 0bedee5..e4f599f 100644 --- a/gnome-bluetooth.spec +++ b/gnome-bluetooth.spec @@ -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 3.34.0-1mamba +- automatic version update by autodist + * Wed Mar 27 2019 Automatic Build System 3.32.1-1mamba - automatic version update by autodist