From 2b85b0caab8ffeb8415dfde4de9cccf3dd484fc0 Mon Sep 17 00:00:00 2001 From: Richard Lescak Date: Tue, 7 Sep 2021 18:41:34 +0200 Subject: [PATCH] Corrected typo in License --- urw-base35-fonts.spec | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/urw-base35-fonts.spec b/urw-base35-fonts.spec index 6845b93..42e65e5 100644 --- a/urw-base35-fonts.spec +++ b/urw-base35-fonts.spec @@ -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 20200910-8 +- Corrected typo in License field + * Mon Sep 06 2021 Richard Lescak 20200910-7 - Added GPL2.0+ license into tag (old legacy fonts), removed old obsoletes/provides from macro