From 8d8438727b61a0e0f1277e70ef5a0d4b435d65a9 Mon Sep 17 00:00:00 2001 From: Benjamin Beasley Date: Sun, 22 Nov 2020 16:26:12 -0500 Subject: [PATCH] Add py_provides macros to provide python3-fontforge, python3-psMat, etc. --- fontforge.spec | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/fontforge.spec b/fontforge.spec index 36ce0bd..40bedcd 100644 --- a/fontforge.spec +++ b/fontforge.spec @@ -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 - 20200314-10 +- Add py_provides macros to provide python3-fontforge, python3-psMat, etc. + * Wed Aug 05 2020 Parag Nemade - 20200314-9 - Fix FTBFS bug by fixing glossary.rst and using new CMake macros