From 636943354cbce26c3cf2e23a6bfece445fd39e87 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Elan=20Ruusam=C3=A4e?= Date: Tue, 13 Sep 2016 23:52:46 +0300 Subject: [PATCH] update BR automake -- /var/tmp/rpm-tmp.2704[34]: aclocal: not found autoconf -- sh: autom4te: not found pkgconfig -- which: no pkg-config in (/bin:/usr/bin:/usr/sbin:/sbin:/usr/X11R6/bin) --- msgpack.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/msgpack.spec b/msgpack.spec index a3f239c..8a6bd4b 100644 --- a/msgpack.spec +++ b/msgpack.spec @@ -1,4 +1,6 @@ -# +# TODO +# - should c and c++ have separate -devel packages? + # Conditional build: %bcond_without tests # build without tests @@ -11,7 +13,10 @@ Group: Libraries Source0: https://github.com/msgpack/msgpack-c/releases/download/cpp-%{version}/%{name}-%{version}.tar.gz # Source0-md5: fde8da1388d4f8daf21faee5536a53cf URL: http://msgpack.org/ +BuildRequires: autoconf +BuildRequires: automake BuildRequires: libtool +BuildRequires: pkgconfig %if %{with tests} BuildRequires: gtest-devel BuildRequires: zlib-devel -- 2.44.0