disabled upnp on i386 and armv7hl

This commit is contained in:
nucleo 2019-05-10 22:43:09 +03:00
parent 2962185299
commit afe749ae52
1 changed files with 7 additions and 1 deletions

View File

@ -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