]> git.pld-linux.org Git - packages/blueman.git/blobdiff - blueman.spec
up to 2.4.1
[packages/blueman.git] / blueman.spec
index a30edbd6c3625bbcd95c8dc11d54bedbebdf3b79..4937bf00a4ecff68e9801d7b969cbb02ad6aa9b1 100644 (file)
@@ -8,15 +8,15 @@
 Summary:       Blueman - Bluetooth management utility for GNOME
 Summary(pl.UTF-8):     Blueman - narzędzie do zarządzania łącznością Bluetooth dla GNOME
 Name:          blueman
-Version:       2.3
+Version:       2.4.1
 Release:       1
 License:       GPL v3+
 Group:         X11/Applications
 Source0:       https://github.com/blueman-project/blueman/releases/download/%{version}/%{name}-%{version}.tar.xz
-# Source0-md5: b15931ee020986c23312299f7aa49cd3
+# Source0-md5: 6bd161a067acef959cb77ae74954bf16
 URL:           https://github.com/blueman-project/blueman
 BuildRequires: autoconf >= 2.61
-BuildRequires: automake
+BuildRequires: automake >= 1:1.16.3
 BuildRequires: bluez-libs-devel >= 5.48
 %{?with_mate:BuildRequires:    caja-python-devel}
 %{?with_cinnamon:BuildRequires:        cinnamon-nemo-python-devel}
@@ -28,19 +28,21 @@ BuildRequires:      pkgconfig >= 1:0.9.0
 BuildRequires: polkit-devel
 BuildRequires: python-pygobject3-common-devel >= 3.27.2
 BuildRequires: python3-Cython
-BuildRequires: python3-devel >= 1:3.6
+BuildRequires: python3-devel >= 1:3.8
 BuildRequires: rpm-pythonprov
 BuildRequires: rpmbuild(macros) >= 2.011
 BuildRequires: systemd-units
 BuildRequires: tar >= 1:1.22
 BuildRequires: xz
+Requires(post,postun): desktop-file-utils
+Requires(post,postun): glib2 >= 1:2.32
 Requires(post,postun): gtk-update-icon-cache
 Requires(post,postun): hicolor-icon-theme
 Requires(post,preun,postun):   systemd-units >= 1:250.1
 Requires:      bluez >= 5.48
 Requires:      dbus >= 1.9.18
 Requires:      glib2 >= 1:2.32
-Requires:      gtk+3 >= 3.22
+Requires:      gtk+3 >= 3.24
 Requires:      pango
 Requires:      python3 >= %py3_ver
 Requires:      python3-pycairo
@@ -184,21 +186,23 @@ rm -rf $RPM_BUILD_ROOT
 
 %post
 %update_icon_cache hicolor
-glib-compile-schemas %{_datadir}/glib-2.0/schemas
+%update_desktop_database_post
+%glib_compile_schemas
 %service %{name}-mechanism restart
 %systemd_post %{name}-mechanism.service
 %systemd_user_post blueman-applet.service blueman-manager.service
 
 %preun
 if [ "$1" = "0" ]; then
-        %service -q %{name}-mechanism stop
+       %service -q %{name}-mechanism stop
 fi
 %systemd_preun %{name}-mechanism.service
 %systemd_user_preun blueman-applet.service blueman-manager.service
 
 %postun
 %update_icon_cache hicolor
-glib-compile-schemas %{_datadir}/glib-2.0/schemas
+%update_desktop_database_postun
+%glib_compile_schemas
 %systemd_reload
 
 %files -f %{name}.lang
This page took 0.145133 seconds and 4 git commands to generate.