From d745dc06e32601c26a4f6059def6f3ce2e2f41d0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E0=A4=AA=E0=A5=8D=E0=A4=B0=E0=A4=B5=E0=A4=BF=E0=A4=A3=20?= =?UTF-8?q?=E0=A4=B8=E0=A4=BE=E0=A4=A4=E0=A4=AA=E0=A5=81=E0=A4=A4=E0=A5=87?= Date: Wed, 13 Oct 2010 10:11:40 +0530 Subject: [PATCH] - bug 642493: use consistent ttf names --- liberation-fonts.spec | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/liberation-fonts.spec b/liberation-fonts.spec index 8897bb3..820bc71 100644 --- a/liberation-fonts.spec +++ b/liberation-fonts.spec @@ -10,7 +10,7 @@ New. Name: %{fontname}-fonts Summary: Fonts to replace commonly used Microsoft Windows fonts Version: 1.06.0.20100721 -Release: 2%{?dist} +Release: 3%{?dist} # The license of the Liberation Fonts is a EULA that contains GPLv2 and two # exceptions: # The first exception is the standard FSF font exception. @@ -64,7 +64,7 @@ Requires: %{fontname}-fonts-common = %{version}-%{release} This is Sans-serif TrueType fonts that replaced commonly used Microsoft Arial. -%_font_pkg -n sans LiberationSans.ttf LiberationSans-*.ttf +%_font_pkg -n sans LiberationSans-*.ttf %package -n %{fontname}-serif-fonts Summary: Serif fonts to replace commonly used Microsoft Times New Roman @@ -116,6 +116,9 @@ chmod 755 generate.pe %build ./generate.pe *.sfd +mv LiberationMono.ttf LiberationMono-Regular.ttf +mv LiberationSerif.ttf LiberationSerif-Regular.ttf +mv LiberationSans.ttf LiberationSans-Regular.ttf %install @@ -134,6 +137,9 @@ mkfontscale %{buildroot}%{_fontdir} %__rm -rf %{buildroot} %changelog +* Wed Oct 13 2010 Pravin Satpute - 1.06.0.20100721-3 +- bug 642493: use consistent ttf names + * Tue Oct 12 2010 Pravin Satpute - 1.06.0.20100721-2 - Building from sources - Applying Monospace font patch bug 620273