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) %define majver %(echo %version | cut -d. -f1-2)
Name: gnome-bluetooth Name: gnome-bluetooth
Version: 3.20.1 Version: 3.28.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,12 +83,26 @@ This package includes the %{name} API documentation.
%setup -q %setup -q
%build %build
%configure --enable-gtk-doc meson build \
%make --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 %install
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}" [ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%makeinstall DESTDIR=%{buildroot} ninja install -C build
%find_lang gnome-bluetooth2 %find_lang gnome-bluetooth2
@ -102,13 +116,13 @@ This package includes the %{name} API documentation.
%defattr(-,root,root) %defattr(-,root,root)
%{_bindir}/bluetooth-sendto %{_bindir}/bluetooth-sendto
%{_datadir}/applications/bluetooth-sendto.desktop %{_datadir}/applications/bluetooth-sendto.desktop
%{_datadir}/applications/mimeinfo.cache #%{_datadir}/applications/mimeinfo.cache
%{_datadir}/gnome-bluetooth/pin-code-database.xml %{_datadir}/gnome-bluetooth/pin-code-database.xml
%{_datadir}/icons/hicolor/*/apps/bluetooth.png %{_datadir}/icons/hicolor/*/apps/bluetooth.png
%{_datadir}/icons/hicolor/*/status/bluetooth-active.png %{_datadir}/icons/hicolor/*/status/bluetooth-active.png
%{_datadir}/icons/hicolor/*/status/bluetooth-disabled.png %{_datadir}/icons/hicolor/*/status/bluetooth-disabled.png
%{_datadir}/icons/hicolor/*/status/bluetooth-paired.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/apps/bluetooth.svg
%{_datadir}/icons/hicolor/scalable/status/bluetooth-paired.svg %{_datadir}/icons/hicolor/scalable/status/bluetooth-paired.svg
%{_mandir}/man1/bluetooth-sendto.1* %{_mandir}/man1/bluetooth-sendto.1*
@ -118,24 +132,26 @@ This package includes the %{name} API documentation.
%defattr(-,root,root) %defattr(-,root,root)
%{_libdir}/libgnome-bluetooth.so.* %{_libdir}/libgnome-bluetooth.so.*
%{_libdir}/girepository-1.0/GnomeBluetooth-1.0.typelib %{_libdir}/girepository-1.0/GnomeBluetooth-1.0.typelib
%doc COPYING.LIB #%doc COPYING.LIB
%files -n lib%{name}-devel %files -n lib%{name}-devel
%defattr(-,root,root) %defattr(-,root,root)
%dir %{_includedir}/gnome-bluetooth %dir %{_includedir}/gnome-bluetooth
%{_includedir}/gnome-bluetooth/*.h %{_includedir}/gnome-bluetooth/*.h
%{_libdir}/libgnome-bluetooth.la
%{_libdir}/libgnome-bluetooth.so %{_libdir}/libgnome-bluetooth.so
%{_libdir}/pkgconfig/gnome-bluetooth-1.0.pc %{_libdir}/pkgconfig/gnome-bluetooth-1.0.pc
%{_datadir}/gir-1.0/GnomeBluetooth-1.0.gir %{_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 #%files apidocs
%defattr(-,root,root) #%defattr(-,root,root)
%dir %{_datadir}/gtk-doc/html/gnome-bluetooth #%dir %{_datadir}/gtk-doc/html/gnome-bluetooth
%{_datadir}/gtk-doc/html/gnome-bluetooth/* #%{_datadir}/gtk-doc/html/gnome-bluetooth/*
%changelog %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 * Fri Mar 03 2017 Automatic Build System <autodist@mambasoft.it> 3.20.1-1mamba
- automatic version update by autodist - automatic version update by autodist