From bfc140d1b832e275150ca8467c4f21880c6430f5 Mon Sep 17 00:00:00 2001 From: Patrick McCarty Date: Thu, 21 Feb 2013 12:08:52 -0800 Subject: [PATCH] Fix typo in _ttffontsdir macro Change-Id: I7d0e423d3537142bf33a717f1ba14c78c1a20f67 --- packaging/monotype-fonts.changes | 3 +++ packaging/monotype-fonts.spec | 8 ++++---- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/packaging/monotype-fonts.changes b/packaging/monotype-fonts.changes index e02adaf..a3a8417 100644 --- a/packaging/monotype-fonts.changes +++ b/packaging/monotype-fonts.changes @@ -1,3 +1,6 @@ +* Thu Feb 21 2013 Patrick McCarty ad570d0 +- Fix typo in _ttffontsdir macro + * Fri Feb 01 2013 Patrick McCarty 167e0f7 - Add packaging - Initial import of Monotype fonts package diff --git a/packaging/monotype-fonts.spec b/packaging/monotype-fonts.spec index 885ebc8..593325f 100644 --- a/packaging/monotype-fonts.spec +++ b/packaging/monotype-fonts.spec @@ -1,5 +1,5 @@ %define _fontsdir %{_datadir}/fonts -%define _ttfontsdir %{_fontsdir}/truetype +%define _ttffontsdir %{_fontsdir}/truetype %define _miscfontsdir %{_fontsdir}/misc %define _fontsconfdir %{_sysconfdir}/fonts %define _fontsconfddir %{_fontsconfdir}/conf.d @@ -25,8 +25,8 @@ Fonts package that provides the Clear Sans font %build %install -mkdir -p %{buildroot}%{_ttfontsdir} -install -m 0644 ttf/*.ttf %{buildroot}%{_ttfontsdir}/ +mkdir -p %{buildroot}%{_ttffontsdir} +install -m 0644 ttf/*.ttf %{buildroot}%{_ttffontsdir}/ %post if [ -x %{_bindir}/fc-cache ]; then @@ -39,4 +39,4 @@ if [ -x %{_bindir}/fc-cache ]; then fi %files -%{_ttfontsdir}/*.ttf +%{_ttffontsdir}/*.ttf -- 2.7.4