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