[packages/msgpack] update BR
glen
glen at pld-linux.org
Tue Sep 13 22:57:28 CEST 2016
commit 636943354cbce26c3cf2e23a6bfece445fd39e87
Author: Elan Ruusamäe <glen at delfi.ee>
Date: Tue Sep 13 23:52:46 2016 +0300
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
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/msgpack.git/commitdiff/636943354cbce26c3cf2e23a6bfece445fd39e87
More information about the pld-cvs-commit
mailing list