mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-23 22:28:07 +00:00
Adding soci dependency for liblinphone RPM
This commit is contained in:
parent
d98b3a6b33
commit
56fd4d9a49
1 changed files with 10 additions and 0 deletions
|
|
@ -28,6 +28,16 @@ License: GPL
|
|||
URL: http://www.linphone.org
|
||||
Source0: %{name}-%{version}-%{build_number}.tar.gz
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
|
||||
|
||||
Requires: %{pkg_prefix}bctoolbox
|
||||
Requires: %{pkg_prefix}ortp
|
||||
Requires: %{pkg_prefix}mediastreamer
|
||||
Requires: %{pkg_prefix}belle-sip
|
||||
Requires: %{pkg_prefix}belr
|
||||
%if %{?_with_soci:1}%{!?_with_soci:0}
|
||||
Requires: %{pkg_prefix}soci
|
||||
%endif
|
||||
|
||||
%description
|
||||
liblinphone is the voip sdk used by Linphone
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue