Compare commits
10 Commits
Author | SHA1 | Date | |
---|---|---|---|
|
a678a9e59d | ||
|
8d609883d3 | ||
|
afe749ae52 | ||
|
2962185299 | ||
|
47a07ad55e | ||
|
2a10e6b772 | ||
|
06d7031ec6 | ||
|
09d156bb99 | ||
|
2958783fdb | ||
|
c8c4c17be4 |
@ -1,6 +1,6 @@
|
||||
Name: linphone
|
||||
Version: 3.6.1
|
||||
Release: 26%{?dist}
|
||||
Release: 33%{?dist}
|
||||
Summary: Phone anywhere in the whole world by using the Internet
|
||||
|
||||
License: GPLv2+
|
||||
@ -13,6 +13,7 @@ Patch2: linphone-3.6.1-theora-fix.patch
|
||||
Patch3: linphone-3.6.1-upnp-fix.patch
|
||||
|
||||
# for video support
|
||||
BuildRequires: gcc-c++
|
||||
BuildRequires: glew-devel
|
||||
BuildRequires: libtheora-devel
|
||||
BuildRequires: libv4l-devel
|
||||
@ -25,6 +26,7 @@ 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
|
||||
BuildRequires: libupnp-devel
|
||||
BuildRequires: openssl-devel
|
||||
BuildRequires: pulseaudio-libs-devel
|
||||
@ -141,6 +143,9 @@ done
|
||||
--enable-rsvp \
|
||||
--enable-ssl \
|
||||
--enable-zrtp \
|
||||
%ifarch i686 armv7hl
|
||||
--disable-upnp \
|
||||
%endif
|
||||
--enable-external-ortp
|
||||
|
||||
make %{?_smp_mflags}
|
||||
@ -166,13 +171,9 @@ mkdir -p doc/linphone doc/mediastreamer
|
||||
mv $RPM_BUILD_ROOT%{_datadir}/doc/linphone*/html doc/linphone
|
||||
mv $RPM_BUILD_ROOT%{_datadir}/doc/mediastreamer*/html doc/mediastreamer
|
||||
|
||||
%post -p /sbin/ldconfig
|
||||
%ldconfig_scriptlets
|
||||
|
||||
%postun -p /sbin/ldconfig
|
||||
|
||||
%post mediastreamer -p /sbin/ldconfig
|
||||
|
||||
%postun mediastreamer -p /sbin/ldconfig
|
||||
%ldconfig_scriptlets mediastreamer
|
||||
|
||||
%files -f %{name}.lang
|
||||
%doc AUTHORS ChangeLog COPYING NEWS README TODO
|
||||
@ -216,6 +217,27 @@ mv $RPM_BUILD_ROOT%{_datadir}/doc/mediastreamer*/html doc/mediastreamer
|
||||
%{_libdir}/pkgconfig/mediastreamer.pc
|
||||
|
||||
%changelog
|
||||
* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 3.6.1-33
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
||||
|
||||
* Fri May 10 2019 Alexey Kurov <nucleo@fedoraproject.org> - 3.6.1-32
|
||||
- disabled upnp on i686 and armv7hl
|
||||
|
||||
* Sun Feb 17 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 3.6.1-31
|
||||
- Rebuild for readline 8.0
|
||||
|
||||
* Tue Feb 05 2019 Björn Esser <besser82@fedoraproject.org> - 3.6.1-30
|
||||
- rebuilt (libvpx)
|
||||
|
||||
* Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 3.6.1-29
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
||||
|
||||
* Thu Aug 23 2018 Nicolas Chauvet <kwizart@gmail.com> - 3.6.1-28
|
||||
- Rebuilt for glew 2.1.0
|
||||
|
||||
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 3.6.1-27
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
||||
|
||||
* Sun May 27 2018 Alexey Kurov <nucleo@fedoraproject.org> - 3.6.1-26
|
||||
- apply upnp patch for F29+
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user