summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--packaging/monotype-fonts.changes3
-rw-r--r--packaging/monotype-fonts.spec8
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 <patrick.mccarty@linux.intel.com> ad570d0
+- Fix typo in _ttffontsdir macro
+
* Fri Feb 01 2013 Patrick McCarty <patrick.mccarty@linux.intel.com> 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