remove python2, don't support python2 anymore

This commit is contained in:
eaglegai 2020-10-29 09:54:19 +08:00
parent 0b677466b9
commit 3cc8b6e7b2

View File

@ -1,13 +1,13 @@
Name: newt
Version: 0.52.21
Release: 3
Release: 4
Summary: A library for text mode user interfaces
License: LGPLv2
URL: https://pagure.io/newt
Source: https://pagure.io/releases/newt/newt-%{version}.tar.gz
BuildRequires: gcc popt-devel python3-devel slang-devel
BuildRequires: python2-devel docbook-utils lynx
BuildRequires: docbook-utils lynx
Provides: snack = %{version}-%{release}
Obsoletes: %{name}-static
@ -29,18 +29,6 @@ Requires: slang-devel %{name}%{?_isa} = %{version}-%{release}
The devel for %{name}. Install %{name}-devel can help you develop
applications.
%package -n python2-newt
%{?python_provide:%python_provide python2-newt}
Provides: %{name}-python = %{version}-%{release}
Provides: %{name}-python%{?_isa} = %{version}-%{release}
Obsoletes: %{name}-python < %{version}-%{release}
Summary: Python 2 bindings for %{name}
Requires: %{name}%{?_isa} = %{version}-%{release}
%description -n python2-newt
The python2-%{name} package contains the Python 2 bindings for the %{name} library
providing a python API for creating text mode interfaces.
%package -n python3-newt
%{?python_provide:%python_provide python3-newt}
Provides: %{name}-python3 = %{version}-%{release}
@ -88,11 +76,6 @@ make test
%{_libdir}/libnewt.a
%{_libdir}/pkgconfig/*
%files -n python2-newt
%defattr(-,root,root)
%doc peanuts.py popcorn.py
%{python2_sitearch}/*
%files -n python3-newt
%defattr(-,root,root)
%doc peanuts.py popcorn.py
@ -105,6 +88,12 @@ make test
%{_mandir}/man1/whiptail.1*
%changelog
* Thu Oct 29 2020 gaihuiying <gaihuiying1@huawei.com> - 0.52.21-4
- Type:requirement
- Id:NA
- SUG:NA
- DESC:remove python2
* Mon Oct 21 2019 openEuler Buildteam <buildteam@openeuler.org> - 0.52.21-3
- Type:enhancement
- Id:NA