From: Patrick McCarty Date: Thu, 21 Feb 2013 20:08:52 +0000 (-0800) Subject: Fix typo in _ttffontsdir macro X-Git-Tag: accepted/tizen/20131115.212517~4 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;ds=sidebyside;h=bfc140d1b832e275150ca8467c4f21880c6430f5;p=platform%2Fupstream%2Fmonotype-fonts.git Fix typo in _ttffontsdir macro Change-Id: I7d0e423d3537142bf33a717f1ba14c78c1a20f67 --- 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