From d7619e0f1a2d80b65255f3f538da9cbb4df3b49d Mon Sep 17 00:00:00 2001 From: Vitaly Zaitsev Date: Fri, 2 Sep 2022 19:42:17 +0200 Subject: [PATCH] Added missing build requirements. --- protobuf-c.spec | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/protobuf-c.spec b/protobuf-c.spec index 2bdfc99..909cc1f 100644 --- a/protobuf-c.spec +++ b/protobuf-c.spec @@ -7,8 +7,10 @@ License: BSD URL: https://github.com/%{name}/%{name} Source0: %{url}/releases/download/v%{version}/%{name}-%{version}.tar.gz -BuildRequires: make +BuildRequires: autoconf +BuildRequires: automake BuildRequires: gcc-c++ +BuildRequires: make BuildRequires: pkgconfig(protobuf) %description @@ -49,8 +51,8 @@ make check find %{buildroot} -type f -name '*.la' -delete %files -%doc TODO ChangeLog README.md %license LICENSE +%doc ChangeLog README.md TODO %{_libdir}/lib%{name}.so.* %files compiler