From 940d76e9e267add88eba774ddf5dc733ccf9c8be Mon Sep 17 00:00:00 2001 From: Dmitry Podgorny Date: Fri, 23 Jun 2017 16:57:27 +0300 Subject: [PATCH] rpm: update dependencies --- rpm/README | 2 +- rpm/libstrophe.spec | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/rpm/README b/rpm/README index 066e3fa..551e913 100644 --- a/rpm/README +++ b/rpm/README @@ -1,6 +1,6 @@ 1. Setup -yum install gcc make expat-devel libstrophe +yum install gcc make autoconf automake expat-devel openssl-devel Fedora: diff --git a/rpm/libstrophe.spec b/rpm/libstrophe.spec index 26002bf..20df588 100644 --- a/rpm/libstrophe.spec +++ b/rpm/libstrophe.spec @@ -8,10 +8,12 @@ License: MIT/GPLv3 URL: http://strophe.im/libstrophe/ Source0: libstrophe_git.tar.gz +BuildRequires: autoconf BuildRequires: automake BuildRequires: libtool BuildRequires: openssl-devel BuildRequires: expat-devel +Requires: openssl Requires: expat %description