]> git.pld-linux.org Git - packages/blueman.git/commitdiff
missing autotools invocations and deps
authorJan Palus <atler@pld-linux.org>
Sun, 17 Jul 2022 13:50:24 +0000 (15:50 +0200)
committerJan Palus <atler@pld-linux.org>
Sun, 17 Jul 2022 13:50:24 +0000 (15:50 +0200)
blueman.spec

index 252ba8be694e37875fb757585469a8b167f1be72..a30edbd6c3625bbcd95c8dc11d54bedbebdf3b79 100644 (file)
@@ -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 \
This page took 0.132353 seconds and 4 git commands to generate.