change python2 to python3

This commit is contained in:
wenlong ding 2021-02-24 10:44:01 +08:00
parent ab832358ad
commit 703082ed8b

View File

@ -10,7 +10,7 @@ Source0: http://archive.xfce.org/src/apps/%{name}/0.5/%{name}-%{version}.
Patch1: gigolo-0.4.2-desktop-icon.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
#BuildArch: noarch
BuildRequires: python2
BuildRequires: python3
BuildRequires: gettext
BuildRequires: intltool
BuildRequires: gtk3-devel
@ -51,5 +51,8 @@ desktop-file-validate %{buildroot}%{_datadir}/applications/%{name}.desktop
%{_mandir}/man1/gigolo.1.gz
%changelog
* Wed Feb 24 2021 Wenlong Ding <wenlong.ding@turbolinux.com.cn> - 0.5.1-1
- change python2 to python3, abandon python2 after openeuler-21.03
* Tue Jul 28 2020 Dillon Chen <dillon.chen@turbolinux.com.cn> - 0.5.1-1
- Init package