Update Python 2 dependency declarations to new packaging standards
This commit is contained in:
parent
b2119bb993
commit
09ac06860a
10
abiword.spec
10
abiword.spec
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user