automatic version update by autodist [release 3.28.0-1mamba;Sun Apr 15 2018]

This commit is contained in:
Automatic Build System 2024-01-05 23:10:30 +01:00
parent fff6ea43c2
commit db44ab43fb

View File

@ -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 <autodist@mambasoft.it> 3.28.0-1mamba
- automatic version update by autodist
* Fri Mar 03 2017 Automatic Build System <autodist@mambasoft.it> 3.20.1-1mamba
- automatic version update by autodist