From c07a58d2f8adbf5192d0565a67a6763d0d8f6abb Mon Sep 17 00:00:00 2001 From: Parag Nemade Date: Feb 04 2016 13:53:40 +0000 Subject: Fix for python2 fonttools --- diff --git a/google-noto-fonts.spec b/google-noto-fonts.spec index 03b1387..de57256 100644 --- a/google-noto-fonts.spec +++ b/google-noto-fonts.spec @@ -10,9 +10,8 @@ in Unicode.\ Name: %{fontname}-fonts Version: 20150417 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Hinted and Non Hinted OpenType fonts for Unicode scripts -Group: User Interface/X License: ASL 2.0 URL: https://code.google.com/p/noto # downloaded from https://code.google.com/p/noto/source/list -> download [zip] @@ -142,6 +141,8 @@ BuildArch: noarch BuildRequires: fontforge >= 20080429 BuildRequires: fontpackages-devel BuildRequires: fonttools >= 2.5 +## As nototools are python2 scripts, we need to install py2 fonttools +BuildRequires: python2-fonttools BuildRequires: optipng BuildRequires: cairo-devel Requires: fontpackages-filesystem @@ -393,6 +394,9 @@ done %changelog +* Thu Feb 04 2016 Parag Nemade - 20150417-4 +- Fix for python2 fonttools + * Wed Feb 03 2016 Fedora Release Engineering - 20150417-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild