commit f8f4516eaffa42aa4ad48318707ea695b2e99cd6
Author: Daiki Ueno <[email protected]>
Date:   Mon Oct 28 16:48:02 2013 +0900

    Update to 2.2-15

 baekmuk-bdf-fonts.spec |    9 ++++++---
 1 files changed, 6 insertions(+), 3 deletions(-)
---
diff --git a/baekmuk-bdf-fonts.spec b/baekmuk-bdf-fonts.spec
index d8ac4b4..3b9f21c 100644
--- a/baekmuk-bdf-fonts.spec
+++ b/baekmuk-bdf-fonts.spec
@@ -5,7 +5,7 @@
 
 Name:           %{fontname}-fonts
 Version:        2.2
-Release:        14%{?dist}
+Release:        15%{?dist}
 Summary:        Korean bitmap fonts
 
 Group:          User Interface/X
@@ -54,13 +54,13 @@ rm -rf $RPM_BUILD_ROOT
 
 %post
 if [ -x %{_bindir}/fc-cache ]; then
-  %{_bindir}/fc-cache %{_datadir}/fonts
+  %{_bindir}/fc-cache %{fontdir}
 fi
 
 %postun
 if [ "$1" = "0" ]; then
   if [ -x %{_bindir}/fc-cache ]; then
-    %{_bindir}/fc-cache %{_datadir}/fonts
+    %{_bindir}/fc-cache %{fontdir}
   fi
 fi
 
@@ -74,6 +74,9 @@ fi
 %{catalogue}/%{name}
 
 %changelog
+* Mon Oct 28 2013 Daiki Ueno <[email protected]> - 2.2-15
+- Don't run fc-cache with /usr/share/fonts (Closes: #1021754)
+
 * Sat Aug 03 2013 Fedora Release Engineering <[email protected]> 
- 2.2-14
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
 
_______________________________________________
fonts-bugs mailing list
[email protected]
https://admin.fedoraproject.org/mailman/listinfo/fonts-bugs
http://fonts.fedoraproject.org/

Reply via email to