[rekonq] Do not install own fonts

Jan Grulich jgrulich at fedoraproject.org
Tue Jun 4 16:07:28 UTC 2013


commit ccce8f9a3842c8bce0ce26007ed7d67332a563c1
Author: Jan Grulich <jgrulich at redhat.com>
Date:   Tue Jun 4 18:06:59 2013 +0200

    Do not install own fonts

 rekonq.spec |    8 +++++++-
 1 files changed, 7 insertions(+), 1 deletions(-)
---
diff --git a/rekonq.spec b/rekonq.spec
index 21a22dc..25430cd 100644
--- a/rekonq.spec
+++ b/rekonq.spec
@@ -1,6 +1,6 @@
 Name:		rekonq
 Version: 	2.3.0
-Release:	1%{?dist}
+Release:	2%{?dist}
 Summary:	KDE browser based on QtWebkit
 
 License:	GPLv2+
@@ -41,6 +41,9 @@ make %{?_smp_mflags} -C %{_target_platform}
 make install/fast DESTDIR=%{buildroot} -C %{_target_platform}
 %find_lang %{name} --with-kde --all-name
 
+# Don't install own fonts
+rm -rfv %{buildroot}%{_kde4_appsdir}/rekonq/fonts
+
 
 %check
 desktop-file-validate %{buildroot}%{_datadir}/applications/kde4/rekonq.desktop
@@ -69,6 +72,9 @@ gtk-update-icon-cache %{_kde4_iconsdir}/hicolor &>/dev/null || :
 
 
 %changelog
+* Tue Jun 4 2013 Jan Grulich <jgrulich at redhat.com> 2.3.0-2
+- #970690 - nunito font in private directory
+
 * Sun Apr 28 2013 Jan Grulich <jgrulich at redhat.com> 2.3.0-1
 - 2.3.0
 


More information about the scm-commits mailing list