Merged update from upstream sources

This is an automated DistroBaker update from upstream sources.
If you do not know what this is about or would like to opt out,
contact the OSCI team.

Source: https://src.fedoraproject.org/rpms/fontforge.git#a52e677318fac65a0cd03c05b5d725bdb431165f
This commit is contained in:
DistroBaker 2021-02-01 11:51:34 +00:00
parent 04619d57a3
commit 3a884fa8d5

View File

@ -2,7 +2,7 @@
Name: fontforge
Version: 20201107
Release: 1%{?dist}
Release: 3%{?dist}
Summary: Outline and bitmap font editor
License: GPLv3+
@ -38,6 +38,7 @@ BuildRequires: shared-mime-info
# F33 onward need now
BuildRequires: gtk3-devel
BuildRequires: python3-sphinx
BuildRequires: make
%py_provides python3-fontforge
%py_provides python3-psMat
@ -96,14 +97,14 @@ find $RPM_BUILD_ROOT -name '*.a' -exec rm -f {} ';'
rm -f %{buildroot}%{_datadir}/doc/fontforge/{.buildinfo,.nojekyll}
appstream-util validate-relax --nonet %{buildroot}%{_metainfodir}/*.appdata.xml
# Find translations
%find_lang %{gettext_package}
%check
pushd %{__cmake_builddir}
make check
popd
# Find translations
%find_lang %{gettext_package}
%files -f %{gettext_package}.lang
%doc AUTHORS
%license LICENSE COPYING.gplv3
@ -126,6 +127,12 @@ popd
%doc %{_pkgdocdir}
%changelog
* Mon Feb 01 2021 Parag Nemade <pnemade AT redhat DOT com> - 20201107-3
- The %%find_lang should run as part of %%install only
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 20201107-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
* Wed Nov 25 2020 Parag Nemade <pnemade AT redhat DOT com> - 20201107-1
- Update to 20201107 version (#1895648)
- removed %%gittag0 macro, as it cause problem to automated package update script