Add py_provides macros to provide python3-fontforge, python3-psMat, etc.

This commit is contained in:
Benjamin Beasley 2020-11-22 16:26:12 -05:00
parent 7c86859576
commit 8d8438727b

View File

@ -3,7 +3,7 @@
Name: fontforge
Version: 20200314
Release: 9%{?dist}
Release: 10%{?dist}
Summary: Outline and bitmap font editor
License: GPLv3+
@ -46,6 +46,9 @@ BuildRequires: shared-mime-info
BuildRequires: gtk3-devel
BuildRequires: python3-sphinx
%py_provides python3-fontforge
%py_provides python3-psMat
%description
FontForge (former PfaEdit) is a font editor for outline and bitmap
fonts. It supports a range of font formats, including PostScript
@ -133,6 +136,9 @@ popd
%doc %{_pkgdocdir}
%changelog
* Sun Nov 22 2020 Benjamin A. Beasley <code@musicinmybrain.net> - 20200314-10
- Add py_provides macros to provide python3-fontforge, python3-psMat, etc.
* Wed Aug 05 2020 Parag Nemade <pnemade AT redhat DOT com> - 20200314-9
- Fix FTBFS bug by fixing glossary.rst and using new CMake macros