apply upnp patch for F29+
This commit is contained in:
parent
71c6969951
commit
c5b3bd33f7
1 changed files with 6 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
Name: linphone
|
Name: linphone
|
||||||
Version: 3.6.1
|
Version: 3.6.1
|
||||||
Release: 25%{?dist}
|
Release: 26%{?dist}
|
||||||
Summary: Phone anywhere in the whole world by using the Internet
|
Summary: Phone anywhere in the whole world by using the Internet
|
||||||
|
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
|
@ -105,7 +105,9 @@ Libraries and headers required to develop software with mediastreamer2.
|
||||||
%patch1 -p1 -b .arm
|
%patch1 -p1 -b .arm
|
||||||
%endif
|
%endif
|
||||||
%patch2 -p1 -b .theora-fix
|
%patch2 -p1 -b .theora-fix
|
||||||
|
%if 0%{?fedora} > 28
|
||||||
%patch3 -p2 -b .upnp-fix
|
%patch3 -p2 -b .upnp-fix
|
||||||
|
%endif
|
||||||
|
|
||||||
autoreconf -i -f
|
autoreconf -i -f
|
||||||
|
|
||||||
|
@ -214,6 +216,9 @@ mv $RPM_BUILD_ROOT%{_datadir}/doc/mediastreamer*/html doc/mediastreamer
|
||||||
%{_libdir}/pkgconfig/mediastreamer.pc
|
%{_libdir}/pkgconfig/mediastreamer.pc
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sun May 27 2018 Alexey Kurov <nucleo@fedoraproject.org> - 3.6.1-26
|
||||||
|
- apply upnp patch for F29+
|
||||||
|
|
||||||
* Sun May 27 2018 Alexey Kurov <nucleo@fedoraproject.org> - 3.6.1-25
|
* Sun May 27 2018 Alexey Kurov <nucleo@fedoraproject.org> - 3.6.1-25
|
||||||
- fix upnp FTBFS (rhbz #1582911)
|
- fix upnp FTBFS (rhbz #1582911)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue