Update Python 2 dependency declarations to new packaging standards

This commit is contained in:
Iryna Shcherbina 2018-02-07 10:32:03 +01:00
parent b2119bb993
commit 09ac06860a
1 changed files with 7 additions and 3 deletions

View File

@ -6,7 +6,7 @@
Summary: Word processing program
Name: abiword
Version: %{majorversion}.%{minorversion}.%{microversion}
Release: 11%{?dist}
Release: 12%{?dist}
Epoch: 1
Group: Applications/Editors
License: GPLv2+
@ -56,9 +56,9 @@ BuildRequires: ots-devel
BuildRequires: pkgconfig(libwps-0.4)
BuildRequires: poppler-devel
BuildRequires: popt-devel
BuildRequires: pygobject3
BuildRequires: python2-gobject
BuildRequires: python2-devel
BuildRequires: python-setuptools
BuildRequires: python2-setuptools
BuildRequires: readline-devel
BuildRequires: t1lib-devel
BuildRequires: telepathy-glib-devel
@ -231,6 +231,10 @@ find %{buildroot} -name '*.a' -delete
%{python_sitearch}/*
%changelog
* Wed Feb 07 2018 Iryna Shcherbina <ishcherb@redhat.com> - 1:3.0.2-12
- Update Python 2 dependency declarations to new packaging standards
(See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3)
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1:3.0.2-11
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild