automatic version update by autodist [release 42.4-1mamba;Tue Sep 06 2022]
This commit is contained in:
parent
94c37f9653
commit
a833a5b57e
@ -1,50 +1,26 @@
|
||||
%define majver %(echo %version | cut -d. -f1-2)
|
||||
%define majver %(echo %version | cut -d. -f1)
|
||||
Name: gnome-bluetooth
|
||||
Version: 3.34.5
|
||||
Version: 42.4
|
||||
Release: 1mamba
|
||||
Summary: A fork of bluez-gnome focused on integration with the GNOME desktop environment
|
||||
Group: Graphical Desktop/Applications/Networking
|
||||
Vendor: openmamba
|
||||
Distribution: openmamba
|
||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||
URL: https://live.gnome.org
|
||||
URL: https://wiki.gnome.org/
|
||||
Source: https://download.gnome.org/sources/gnome-bluetooth/%{majver}/gnome-bluetooth-%{version}.tar.xz
|
||||
License: GPL
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: glibc-devel
|
||||
BuildRequires: libX11-devel
|
||||
BuildRequires: libXau-devel
|
||||
BuildRequires: libXdmcp-devel
|
||||
BuildRequires: libatk-devel
|
||||
BuildRequires: libbsd-devel
|
||||
BuildRequires: libbzip2-devel
|
||||
BuildRequires: libcairo-devel
|
||||
BuildRequires: libcanberra-devel
|
||||
BuildRequires: libcap-devel
|
||||
BuildRequires: libexpat-devel
|
||||
BuildRequires: libffi-devel
|
||||
BuildRequires: libfontconfig-devel
|
||||
BuildRequires: libfreetype-devel
|
||||
BuildRequires: libgdk-pixbuf-devel
|
||||
BuildRequires: libadwaita-devel
|
||||
BuildRequires: libglib-devel
|
||||
BuildRequires: libgraphite2-devel
|
||||
BuildRequires: libgsound-devel
|
||||
BuildRequires: libgtk-devel
|
||||
BuildRequires: libharfbuzz-devel
|
||||
BuildRequires: libltdl-devel
|
||||
BuildRequires: libnotify-devel
|
||||
BuildRequires: libogg-devel
|
||||
BuildRequires: libpango-devel
|
||||
BuildRequires: libpcre-devel
|
||||
BuildRequires: libpng-devel
|
||||
BuildRequires: libselinux-devel
|
||||
BuildRequires: libsepol-devel
|
||||
BuildRequires: libtdb-devel
|
||||
BuildRequires: libthai-devel
|
||||
BuildRequires: libudev-devel
|
||||
BuildRequires: libvorbis-devel
|
||||
BuildRequires: libxcb-devel
|
||||
BuildRequires: libz-devel
|
||||
BuildRequires: libupower-devel
|
||||
## AUTOBUILDREQ-END
|
||||
BuildRequires: libadwaita-devel
|
||||
Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release}
|
||||
|
||||
%description
|
||||
@ -54,6 +30,7 @@ gnome-bluetooth is the historical name of the first GNOME focused Bluetooth effo
|
||||
%package -n lib%{name}
|
||||
Group: System/Libraries
|
||||
Summary: Shared libraries for %{name}
|
||||
Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
|
||||
|
||||
%description -n lib%{name}
|
||||
This package contains shared libraries for %{name}.
|
||||
@ -83,7 +60,7 @@ This package includes the %{name} API documentation.
|
||||
|
||||
%build
|
||||
%meson \
|
||||
-Denable-gtk-doc=true
|
||||
-Dgtk_doc=true
|
||||
|
||||
%meson_build
|
||||
|
||||
@ -91,7 +68,7 @@ This package includes the %{name} API documentation.
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
%meson_install
|
||||
|
||||
%find_lang gnome-bluetooth2
|
||||
%find_lang gnome-bluetooth2 --all-name
|
||||
|
||||
%clean
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
@ -103,39 +80,46 @@ This package includes the %{name} API documentation.
|
||||
%defattr(-,root,root)
|
||||
%{_bindir}/bluetooth-sendto
|
||||
%{_datadir}/applications/bluetooth-sendto.desktop
|
||||
#%{_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/scalable/apps/bluetooth.svg
|
||||
%{_datadir}/icons/hicolor/scalable/status/bluetooth-paired.svg
|
||||
%{_datadir}/gnome-bluetooth-*/pin-code-database.xml
|
||||
%{_mandir}/man1/bluetooth-sendto.1*
|
||||
%doc AUTHORS COPYING
|
||||
|
||||
%files -n lib%{name}
|
||||
%defattr(-,root,root)
|
||||
%{_libdir}/libgnome-bluetooth.so.*
|
||||
%{_libdir}/girepository-1.0/GnomeBluetooth-1.0.typelib
|
||||
#%doc COPYING.LIB
|
||||
%{_libdir}/libgnome-bluetooth-*.so.*
|
||||
%{_libdir}/girepository-1.0/GnomeBluetooth-*.typelib
|
||||
%doc COPYING.LIB
|
||||
|
||||
%files -n lib%{name}-devel
|
||||
%defattr(-,root,root)
|
||||
%dir %{_includedir}/gnome-bluetooth
|
||||
%{_includedir}/gnome-bluetooth/*.h
|
||||
%{_libdir}/libgnome-bluetooth.so
|
||||
%{_libdir}/pkgconfig/gnome-bluetooth-1.0.pc
|
||||
%{_datadir}/gir-1.0/GnomeBluetooth-1.0.gir
|
||||
%dir %{_includedir}/gnome-bluetooth-*
|
||||
%{_includedir}/gnome-bluetooth-*/*.h
|
||||
%{_libdir}/libgnome-bluetooth-*.so
|
||||
%{_libdir}/pkgconfig/gnome-bluetooth-*.pc
|
||||
%{_datadir}/gir-1.0/GnomeBluetooth-*.gir
|
||||
#%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
|
||||
* Tue Sep 06 2022 Automatic Build System <autodist@mambasoft.it> 42.4-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Thu Aug 25 2022 Automatic Build System <autodist@mambasoft.it> 42.3-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri Jul 08 2022 Automatic Build System <autodist@mambasoft.it> 42.2-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Wed Jun 15 2022 Automatic Build System <autodist@mambasoft.it> 42.1-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sat Apr 02 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 42.0-1mamba
|
||||
- update to 42.0
|
||||
|
||||
* Sat Mar 27 2021 Automatic Build System <autodist@mambasoft.it> 3.34.5-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user