[packages/blueman] missing autotools invocations and deps
atler
atler at pld-linux.org
Sun Jul 17 15:51:43 CEST 2022
commit 66c5b92790027d6f5119bf7aa51d9dbf0f0d4320
Author: Jan Palus <atler at pld-linux.org>
Date: Sun Jul 17 15:50:24 2022 +0200
missing autotools invocations and deps
blueman.spec | 5 +++++
1 file changed, 5 insertions(+)
---
diff --git a/blueman.spec b/blueman.spec
index 252ba8b..a30edbd 100644
--- a/blueman.spec
+++ b/blueman.spec
@@ -15,6 +15,8 @@ Group: X11/Applications
Source0: https://github.com/blueman-project/blueman/releases/download/%{version}/%{name}-%{version}.tar.xz
# Source0-md5: b15931ee020986c23312299f7aa49cd3
URL: https://github.com/blueman-project/blueman
+BuildRequires: autoconf >= 2.61
+BuildRequires: automake
BuildRequires: bluez-libs-devel >= 5.48
%{?with_mate:BuildRequires: caja-python-devel}
%{?with_cinnamon:BuildRequires: cinnamon-nemo-python-devel}
@@ -145,8 +147,11 @@ Wtyczka Bluemana dla Thunara.
%setup -q
%build
+%{__libtoolize}
%{__aclocal}
%{__autoconf}
+%{__autoheader}
+%{__automake}
%configure \
CYTHONEXEC=/usr/bin/cython3 \
NETWORKTOOLS=/sbin/ip \
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/blueman.git/commitdiff/5fdf5326611493c6cce1b26e10e43b5a99f11a4e
More information about the pld-cvs-commit
mailing list