python2 to python3

This commit is contained in:
jialei 2020-10-30 13:20:40 +08:00
parent 9d1902e620
commit 9c35d4071f

View File

@ -1,6 +1,6 @@
Name: farstream02
Version: 0.2.8
Release: 4
Release: 5
Summary: Audio/Video Communications Framework
License: LGPLv2+ and GPLv2+
URL: http://www.freedesktop.org/wiki/Software/Farstream
@ -8,7 +8,7 @@ Source0: http://freedesktop.org/software/farstream/releases/farstrea
Patch0001: build-Adapt-to-backwards-incompatible-change-in-GNU-Make-4.3.patch
BuildRequires: libnice-devel >= 0.1.3 gstreamer1-devel >= 1.0.0 python-devel autoconf
BuildRequires: libnice-devel >= 0.1.3 gstreamer1-devel >= 1.0.0 python3-devel autoconf
BuildRequires: gstreamer1-plugins-base-devel >= 1.0.0 gupnp-igd-devel gobject-introspection-devel
Requires: gstreamer1-plugins-good >= 1.0.0 gstreamer1-plugins-bad-free >= 1.0.0 libnice-gstreamer1
@ -67,8 +67,12 @@ autoreconf --force --install
%{_datadir}/gtk-doc/html/farstream-plugins-0.2/
%changelog
* Tue Oct 27 2020 jialei <jialei17@huawei.com> - 0.2.8-5
- change python2 to python3
* Fri Jul 31 2020 lingsheng <lingsheng@huawei.com> - 0.2.8-4
- Fix build fail with make 4.3
* Thu Apr 23 2020 leiju <leiju4@huawei.com> - 0.2.8-3
- Package init