]> git.pld-linux.org Git - packages/blueman.git/commitdiff
- do not override am vars, rely on values provided by autoconf and python, rel 4 auto/th/blueman-2.2.4-4
authorJan Rękorajski <baggins@pld-linux.org>
Fri, 1 Apr 2022 11:48:21 +0000 (13:48 +0200)
committerJan Rękorajski <baggins@pld-linux.org>
Fri, 1 Apr 2022 11:48:21 +0000 (13:48 +0200)
blueman.spec

index c7d26106997ebdc710105858aaa1fb657edb319b..8ab644a83bf287cd4794344ee2c7161313000ea5 100644 (file)
@@ -9,7 +9,7 @@ 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.2.4
-Release:       3
+Release:       4
 License:       GPL v3+
 Group:         X11/Applications
 Source0:       https://github.com/blueman-project/blueman/releases/download/%{version}/%{name}-%{version}.tar.xz
@@ -148,12 +148,11 @@ Wtyczka Bluemana dla Thunara.
 %patch0 -p1
 
 %build
+%{__aclocal}
+%{__autoconf}
 %configure \
        CYTHONEXEC=/usr/bin/cython3 \
        NETWORKTOOLS=/sbin/ip \
-       am_cv_python_pyexecdir=%{py3_sitedir} \
-       am_cv_python_pythondir=%{py3_sitedir} \
-       am_cv_python_version=%{py3_ver} \
        --disable-runtime-deps-check \
        --disable-schemas-compile \
        --disable-static \
@@ -234,7 +233,7 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas
 %{_datadir}/polkit-1/actions/org.blueman.policy
 %{_datadir}/polkit-1/rules.d/blueman.rules
 %attr(755,root,root) %{py3_sitedir}/_blueman.so
-%{py3_sitedir}/%{name}
+%{py3_sitescriptdir}/%{name}
 
 %if %{with mate}
 %files caja
This page took 0.047977 seconds and 4 git commands to generate.