Compare commits

..

No commits in common. "master" and "f28" have entirely different histories.
master ... f28

1 changed files with 7 additions and 29 deletions

View File

@ -1,6 +1,6 @@
Name: linphone
Version: 3.6.1
Release: 33%{?dist}
Release: 26%{?dist}
Summary: Phone anywhere in the whole world by using the Internet
License: GPLv2+
@ -13,7 +13,6 @@ 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
@ -26,7 +25,6 @@ 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
@ -143,9 +141,6 @@ done
--enable-rsvp \
--enable-ssl \
--enable-zrtp \
%ifarch i686 armv7hl
--disable-upnp \
%endif
--enable-external-ortp
make %{?_smp_mflags}
@ -171,9 +166,13 @@ 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
%ldconfig_scriptlets
%post -p /sbin/ldconfig
%ldconfig_scriptlets mediastreamer
%postun -p /sbin/ldconfig
%post mediastreamer -p /sbin/ldconfig
%postun mediastreamer -p /sbin/ldconfig
%files -f %{name}.lang
%doc AUTHORS ChangeLog COPYING NEWS README TODO
@ -217,27 +216,6 @@ 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+