From 00f18cc204a47a16a2b4af85604edb5d39d08073 Mon Sep 17 00:00:00 2001 From: Bastien Nocera Date: Jan 24 2017 15:27:46 +0000 Subject: Fix building from non-autogen'ed tarball --- diff --git a/umockdev.spec b/umockdev.spec index 5ee451c..ffeb876 100644 --- a/umockdev.spec +++ b/umockdev.spec @@ -8,6 +8,7 @@ License: LGPLv2+ URL: https://github.com/martinpitt/%{name} Source0: https://github.com/martinpitt/%{name}/archive/%{version}.tar.gz +BuildRequires: autoconf automake libtool BuildRequires: gtk-doc BuildRequires: gobject-introspection-devel BuildRequires: glib2-devel @@ -36,6 +37,7 @@ using %{name}. %setup -q -n %{name}-%{version} %build +NOCONFIGURE=1 ./autogen.sh %configure --disable-static --enable-gtk-doc make %{?_smp_mflags}