]> git.pld-linux.org Git - packages/msgpack.git/commitdiff
update BR auto/th/msgpack-1.4.1-1
authorElan Ruusamäe <glen@delfi.ee>
Tue, 13 Sep 2016 20:52:46 +0000 (23:52 +0300)
committerElan Ruusamäe <glen@delfi.ee>
Tue, 13 Sep 2016 20:57:21 +0000 (23:57 +0300)
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

index a3f239c4eeff3e11aa799453ff736ac29ddcc642..8a6bd4bd64820666bf544abf655a83e7de63b0e3 100644 (file)
@@ -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
This page took 0.08371 seconds and 4 git commands to generate.