Corrected typo in License

This commit is contained in:
Richard Lescak 2021-09-07 18:41:34 +02:00
parent c8598262ba
commit 2b85b0caab

View File

@ -183,11 +183,12 @@ by (URW)++ company, and are mainly utilized by applications using Ghostscript.
Name: %{fontname}-fonts
Summary: Core Font Set containing 35 freely distributable fonts from (URW)++
Version: 20200910
Release: 7%{?dist}
Release: 8%{?dist}
# NOTE: (URW)++ holds the copyright, but Artifex Software has obtained rights to
# release these fonts under GNU Affero General Public License (version 3).
License: AGPLv3 and GPL2.0+
# Also contains subpackage legacy with older version of the fonts (with GPLv2.0+ license) still needed by a few applications.
License: AGPLv3 and GPLv2.0+
URL: https://www.urwpp.de/en/
Source: https://github.com/ArtifexSoftware/urw-base35-fonts/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz
@ -236,7 +237,7 @@ This meta-package will install all the 35 fonts from the %{name}.
# USAGE: font_subpkg [-c] [-o old_subpackage_name]
# -c Make this subpackage conflict with the previous versions of URW fonts.
# -o Marks this supbackage to obsolete (& provide) other previous subpackage.
%define fontfamily_subpkg(co:) \
%define fontfamily_subpkg(co:) \
\
%define ff_filename %(echo %{*} | tr --delete " ") \
%define subpkg_name %(echo %{*} | tr "A-Z " "a-z-" | sed -e 's/urw-//') \
@ -449,6 +450,9 @@ mkfontdir %{legacydir}
# =============================================================================
%changelog
* Tue Sep 07 2021 Richard Lescak <rlescak@redhat.com> 20200910-8
- Corrected typo in License field
* Mon Sep 06 2021 Richard Lescak <rlescak@redhat.com> 20200910-7
- Added GPL2.0+ license into tag (old legacy fonts), removed old obsoletes/provides from macro