Update Python 2 dependency declarations to new packaging standards
This commit is contained in:
parent
9fdc7190e3
commit
fdb4daa8e5
1 changed files with 6 additions and 2 deletions
|
|
@ -1,6 +1,6 @@
|
|||
Name: impressive
|
||||
Version: 0.12.0
|
||||
Release: 2%{?dist}
|
||||
Release: 3%{?dist}
|
||||
Summary: A program that displays presentation slides
|
||||
|
||||
Group: Applications/Productivity
|
||||
|
|
@ -16,7 +16,7 @@ BuildRequires: python2-devel
|
|||
# - imported modules (required):
|
||||
Requires: python2-imaging
|
||||
# pygame is the python2 package but does not provide python2-pygame yet
|
||||
Requires: pygame
|
||||
Requires: python2-pygame
|
||||
Requires: opengl-games-utils
|
||||
# - external tools for displaying and parsing pdf (required):
|
||||
Requires: mupdf
|
||||
|
|
@ -64,6 +64,10 @@ rm -rf %{buildroot}
|
|||
%{_mandir}/man1/impressive.1*
|
||||
|
||||
%changelog
|
||||
* Wed Feb 07 2018 Iryna Shcherbina <ishcherb@redhat.com> - 0.12.0-3
|
||||
- Update Python 2 dependency declarations to new packaging standards
|
||||
(See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3)
|
||||
|
||||
* Tue Feb 06 2018 Michael J Gruber <mjg@fedoraproject.org> - 0.12.0-2
|
||||
- remove obsolete dependency
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue