[calligra] explicitly omit bundled Arev fonts

Rex Dieter rdieter at fedoraproject.org
Tue Mar 26 19:27:39 UTC 2013


commit b06d4ed5267ca9eb22a32aebbfaf54815c352f96
Author: Rex Dieter <rdieter at math.unl.edu>
Date:   Tue Mar 26 14:27:13 2013 -0500

    explicitly omit bundled Arev fonts

 calligra.spec |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)
---
diff --git a/calligra.spec b/calligra.spec
index 339d82b..c1dd9df 100644
--- a/calligra.spec
+++ b/calligra.spec
@@ -12,7 +12,7 @@
 
 Name:    calligra 
 Version: 2.6.2
-Release: 3%{?dist}
+Release: 4%{?dist}
 Summary: An integrated office suite
 
 License: GPLv2+ and LGPLv2+
@@ -507,9 +507,7 @@ popd
 %if 0%{?external_lilypond_fonts}
 rm -fv %{buildroot}%{_kde4_appsdir}/musicshape/fonts/Emmentaler-14.ttf
 %endif
-# TODO: in quick-n-dirty testing, not entirely clear having Arev fonts
-# available at runtime helps any.  package them anyway? -- rex
-#rm -fv %{buildroot}%{_kde4_appsdir}/formulashape/fonts/Arev*.ttf
+rm -fv %{buildroot}%{_kde4_appsdir}/formulashape/fonts/Arev*.ttf
 rm -fv %{buildroot}%{_kde4_appsdir}/formulashape/fonts/cmex10.ttf
 # extraneous stuff we don't want in -devel
 rm -fv %{buildroot}%{_kde4_libdir}/lib*common.so
@@ -769,7 +767,6 @@ fi
 %{_kde4_bindir}/kformula
 %{_kde4_libdir}/libkdeinit_kformula.so
 %{_kde4_libdir}/kde4/*kformula*.*
-%{_kde4_libdir}/kde4/formulashape.*
 %{_kde4_appsdir}/kformula/
 %{_kde4_datadir}/kde4/services/kformula*.desktop
 %{_kde4_datadir}/applications/kde4/*kformula.desktop
@@ -1152,6 +1149,9 @@ fi
 
 
 %changelog
+* Tue Mar 26 2013 Rex Dieter <rdieter at fedoraproject.org> 2.6.2-4
+- explicitly omit bundled Arev fonts
+
 * Sat Mar 23 2013 Rex Dieter <rdieter at fedoraproject.org> 2.6.2-3
 - cannot display formulas (kde#317195)
 


More information about the scm-commits mailing list