Compare commits
No commits in common. "master" and "f28" have entirely different histories.
@ -1,6 +1,6 @@
|
|||||||
Name: linphone
|
Name: linphone
|
||||||
Version: 3.6.1
|
Version: 3.6.1
|
||||||
Release: 33%{?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+
|
||||||
@ -13,7 +13,6 @@ Patch2: linphone-3.6.1-theora-fix.patch
|
|||||||
Patch3: linphone-3.6.1-upnp-fix.patch
|
Patch3: linphone-3.6.1-upnp-fix.patch
|
||||||
|
|
||||||
# for video support
|
# for video support
|
||||||
BuildRequires: gcc-c++
|
|
||||||
BuildRequires: glew-devel
|
BuildRequires: glew-devel
|
||||||
BuildRequires: libtheora-devel
|
BuildRequires: libtheora-devel
|
||||||
BuildRequires: libv4l-devel
|
BuildRequires: libv4l-devel
|
||||||
@ -26,7 +25,6 @@ BuildRequires: libeXosip2-devel >= 3.6.0
|
|||||||
BuildRequires: libpcap-devel
|
BuildRequires: libpcap-devel
|
||||||
BuildRequires: libsoup-devel
|
BuildRequires: libsoup-devel
|
||||||
BuildRequires: libudev-devel
|
BuildRequires: libudev-devel
|
||||||
# on i386, armv7hl error: libupnp uses large file support, so users must do that, too
|
|
||||||
BuildRequires: libupnp-devel
|
BuildRequires: libupnp-devel
|
||||||
BuildRequires: openssl-devel
|
BuildRequires: openssl-devel
|
||||||
BuildRequires: pulseaudio-libs-devel
|
BuildRequires: pulseaudio-libs-devel
|
||||||
@ -143,9 +141,6 @@ done
|
|||||||
--enable-rsvp \
|
--enable-rsvp \
|
||||||
--enable-ssl \
|
--enable-ssl \
|
||||||
--enable-zrtp \
|
--enable-zrtp \
|
||||||
%ifarch i686 armv7hl
|
|
||||||
--disable-upnp \
|
|
||||||
%endif
|
|
||||||
--enable-external-ortp
|
--enable-external-ortp
|
||||||
|
|
||||||
make %{?_smp_mflags}
|
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/linphone*/html doc/linphone
|
||||||
mv $RPM_BUILD_ROOT%{_datadir}/doc/mediastreamer*/html doc/mediastreamer
|
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
|
%files -f %{name}.lang
|
||||||
%doc AUTHORS ChangeLog COPYING NEWS README TODO
|
%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
|
%{_libdir}/pkgconfig/mediastreamer.pc
|
||||||
|
|
||||||
%changelog
|
%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
|
* Sun May 27 2018 Alexey Kurov <nucleo@fedoraproject.org> - 3.6.1-26
|
||||||
- apply upnp patch for F29+
|
- apply upnp patch for F29+
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user