forked from mirrors/linphone-iphone
fix linphone-devel mediastream-devel dependency
This commit is contained in:
parent
2cb5c30f98
commit
00984708fd
1 changed files with 7 additions and 7 deletions
|
|
@ -27,7 +27,7 @@ BuildRequires: gtk2-devel
|
|||
BuildRequires: libeXosip2-devel speex-devel gettext
|
||||
BuildRequires: intltool gettext-devel
|
||||
%if %{video}
|
||||
BuildRequires: ffmpeg-devel SDL-devel
|
||||
BuildRequires: ffmpeg-devel SDL-devel
|
||||
%endif
|
||||
|
||||
%description
|
||||
|
|
@ -35,12 +35,12 @@ Linphone is a SIP compliant audio & video phone. It can be used to run calls
|
|||
over the internet. It has a gtk+ and console interface.
|
||||
|
||||
%package devel
|
||||
Summary: Development libraries for linphone
|
||||
Group: Development/Libraries
|
||||
Requires: %{name} = %{version}-%{release}
|
||||
Requires: ortp-devel = @ORTP_VERSION@
|
||||
Requires: mediastreamer2-devel = @MS2_VERSION@
|
||||
Requires: glib2-devel
|
||||
Summary: Development libraries for linphone
|
||||
Group: Development/Libraries
|
||||
Requires: %{name} = %{version}-%{release}
|
||||
Requires: ortp-devel = @ORTP_VERSION@
|
||||
Requires: mediastreamer-devel = @MS2_VERSION@
|
||||
Requires: glib2-devel
|
||||
|
||||
%description devel
|
||||
Libraries and headers required to develop software with linphone.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue