From 5b9fc752505c40c7856f50476af4ac7b11b91ed7 Mon Sep 17 00:00:00 2001 From: David Kaspar [Dee'Kej] Date: Jan 09 2018 16:25:23 +0000 Subject: specfile: ship the *.OTF format files as well Currently, LibreOffice is no longer able to use Type1/AFM formats (which have their limitations).And we can expect the situation to get even worse in the future, where other applications will start dropping support for Type1/AFM as well. Shipping same font in more than 1 format is forbidden by FPG, but there's no way how to resolve this at the moment... Resolves: #1496466 --- diff --git a/urw-base35-fonts.spec b/urw-base35-fonts.spec index 939b7e4..574c3d7 100644 --- a/urw-base35-fonts.spec +++ b/urw-base35-fonts.spec @@ -269,6 +269,7 @@ which is part of Level 2 Core Font Set. \ %files -n %{fontname}-%{subpkg_name}-fonts \ %{_fontdir}/%{ff_filename}*.t1 \ %{_fontdir}/%{ff_filename}*.afm \ +%{_fontdir}/%{ff_filename}*.otf \ %{_datadir}/appdata/de.urwpp.%{ff_filename}.metainfo.xml \ %{_datadir}/fontconfig/conf.avail/%{fontconfig_prio}-urw-%{subpkg_name}.conf \ %{_sysconfdir}/fonts/conf.d/%{fontconfig_prio}-urw-%{subpkg_name}.conf \ @@ -327,6 +328,7 @@ install -m 0755 -d %{buildroot}%{_sysconfdir}/fonts/conf.d install -m 0644 -p fonts/*.t1 %{buildroot}%{_fontdir} install -m 0644 -p fonts/*.afm %{buildroot}%{_fontdir} +install -m 0644 -p fonts/*.otf %{buildroot}%{_fontdir} install -m 0644 -p appstream/*.metainfo.xml %{buildroot}%{_datadir}/appdata/ @@ -393,6 +395,7 @@ _EOF - NimbusSansNarrow-BdOblique.* renamed to *-BoldOblique - *-nimbus-sans-narrow subpackage dropped - priority/ordering decreased [60->61] +- ship *.otf format files as well * Mon Sep 25 2017 David Kaspar [Dee'Kej] - 20170801-2 - urw-base35-fonts-20170801-000-split-urw-fallback.patch added