automatic version update by autodist [release 3.34.0-1mamba;Sun Oct 27 2019]
This commit is contained in:
parent
be0b36c387
commit
3b2408ceb9
@ -1,6 +1,6 @@
|
|||||||
%define majver %(echo %version | cut -d. -f1-2)
|
%define majver %(echo %version | cut -d. -f1-2)
|
||||||
Name: gnome-bluetooth
|
Name: gnome-bluetooth
|
||||||
Version: 3.32.1
|
Version: 3.34.0
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: A fork of bluez-gnome focused on integration with the GNOME desktop environment
|
Summary: A fork of bluez-gnome focused on integration with the GNOME desktop environment
|
||||||
Group: Graphical Desktop/Applications/Networking
|
Group: Graphical Desktop/Applications/Networking
|
||||||
@ -83,26 +83,14 @@ This package includes the %{name} API documentation.
|
|||||||
%setup -q
|
%setup -q
|
||||||
|
|
||||||
%build
|
%build
|
||||||
meson build \
|
%meson \
|
||||||
--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 \
|
|
||||||
-Denable-gtk-doc=true
|
-Denable-gtk-doc=true
|
||||||
|
|
||||||
ninja %{_smp_mflags} -C build
|
%meson_build
|
||||||
|
|
||||||
%install
|
%install
|
||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
DESTDIR=%{buildroot} ninja install -C build
|
%meson_install
|
||||||
|
|
||||||
%find_lang gnome-bluetooth2
|
%find_lang gnome-bluetooth2
|
||||||
|
|
||||||
@ -149,6 +137,9 @@ DESTDIR=%{buildroot} ninja install -C build
|
|||||||
#%{_datadir}/gtk-doc/html/gnome-bluetooth/*
|
#%{_datadir}/gtk-doc/html/gnome-bluetooth/*
|
||||||
|
|
||||||
%changelog
|
%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
|
* Wed Mar 27 2019 Automatic Build System <autodist@mambasoft.it> 3.32.1-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user