disabled upnp on i386 and armv7hl
This commit is contained in:
parent
2962185299
commit
afe749ae52
@ -1,6 +1,6 @@
|
||||
Name: linphone
|
||||
Version: 3.6.1
|
||||
Release: 31%{?dist}
|
||||
Release: 32%{?dist}
|
||||
Summary: Phone anywhere in the whole world by using the Internet
|
||||
|
||||
License: GPLv2+
|
||||
@ -26,7 +26,10 @@ BuildRequires: libeXosip2-devel >= 3.6.0
|
||||
BuildRequires: libpcap-devel
|
||||
BuildRequires: libsoup-devel
|
||||
BuildRequires: libudev-devel
|
||||
# on i386, armv7hl error: libupnp uses large file support, so users must do that, too
|
||||
%ifnarch i386 armv7hl
|
||||
BuildRequires: libupnp-devel
|
||||
%endif
|
||||
BuildRequires: openssl-devel
|
||||
BuildRequires: pulseaudio-libs-devel
|
||||
|
||||
@ -213,6 +216,9 @@ mv $RPM_BUILD_ROOT%{_datadir}/doc/mediastreamer*/html doc/mediastreamer
|
||||
%{_libdir}/pkgconfig/mediastreamer.pc
|
||||
|
||||
%changelog
|
||||
* Fri May 10 2019 Alexey Kurov <nucleo@fedoraproject.org> - 3.6.1-32
|
||||
- disabled upnp on i386 and armv7hl
|
||||
|
||||
* Sun Feb 17 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 3.6.1-31
|
||||
- Rebuild for readline 8.0
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user