From db44ab43fbcb8c6460864375c661398cdf84e178 Mon Sep 17 00:00:00 2001 From: Automatic Build System Date: Fri, 5 Jan 2024 23:10:30 +0100 Subject: [PATCH] automatic version update by autodist [release 3.28.0-1mamba;Sun Apr 15 2018] --- gnome-bluetooth.spec | 42 +++++++++++++++++++++++++++++------------- 1 file changed, 29 insertions(+), 13 deletions(-) diff --git a/gnome-bluetooth.spec b/gnome-bluetooth.spec index 00080fb..72da46d 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.20.1 +Version: 3.28.0 Release: 1mamba Summary: A fork of bluez-gnome focused on integration with the GNOME desktop environment Group: Graphical Desktop/Applications/Networking @@ -83,12 +83,26 @@ This package includes the %{name} API documentation. %setup -q %build -%configure --enable-gtk-doc -%make +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 \ + -Denable-gtk-doc=true + +ninja %{_smp_mflags} -C build %install [ "%{buildroot}" != / ] && rm -rf "%{buildroot}" -%makeinstall +DESTDIR=%{buildroot} ninja install -C build %find_lang gnome-bluetooth2 @@ -102,13 +116,13 @@ This package includes the %{name} API documentation. %defattr(-,root,root) %{_bindir}/bluetooth-sendto %{_datadir}/applications/bluetooth-sendto.desktop -%{_datadir}/applications/mimeinfo.cache +#%{_datadir}/applications/mimeinfo.cache %{_datadir}/gnome-bluetooth/pin-code-database.xml %{_datadir}/icons/hicolor/*/apps/bluetooth.png %{_datadir}/icons/hicolor/*/status/bluetooth-active.png %{_datadir}/icons/hicolor/*/status/bluetooth-disabled.png %{_datadir}/icons/hicolor/*/status/bluetooth-paired.png -%{_datadir}/icons/hicolor/icon-theme.cache +#%{_datadir}/icons/hicolor/icon-theme.cache %{_datadir}/icons/hicolor/scalable/apps/bluetooth.svg %{_datadir}/icons/hicolor/scalable/status/bluetooth-paired.svg %{_mandir}/man1/bluetooth-sendto.1* @@ -118,24 +132,26 @@ This package includes the %{name} API documentation. %defattr(-,root,root) %{_libdir}/libgnome-bluetooth.so.* %{_libdir}/girepository-1.0/GnomeBluetooth-1.0.typelib -%doc COPYING.LIB +#%doc COPYING.LIB %files -n lib%{name}-devel %defattr(-,root,root) %dir %{_includedir}/gnome-bluetooth %{_includedir}/gnome-bluetooth/*.h -%{_libdir}/libgnome-bluetooth.la %{_libdir}/libgnome-bluetooth.so %{_libdir}/pkgconfig/gnome-bluetooth-1.0.pc %{_datadir}/gir-1.0/GnomeBluetooth-1.0.gir -%doc ChangeLog ChangeLog.pre-2.27 NEWS README +#%doc ChangeLog ChangeLog.pre-2.27 NEWS README -%files apidocs -%defattr(-,root,root) -%dir %{_datadir}/gtk-doc/html/gnome-bluetooth -%{_datadir}/gtk-doc/html/gnome-bluetooth/* +#%files apidocs +#%defattr(-,root,root) +#%dir %{_datadir}/gtk-doc/html/gnome-bluetooth +#%{_datadir}/gtk-doc/html/gnome-bluetooth/* %changelog +* Sun Apr 15 2018 Automatic Build System 3.28.0-1mamba +- automatic version update by autodist + * Fri Mar 03 2017 Automatic Build System 3.20.1-1mamba - automatic version update by autodist