From b7a22e1193324213cad37ea29c1e2bb0868d6988fdf593cf376f8a4d515132dc Mon Sep 17 00:00:00 2001 From: Petr Gajdos Date: Mon, 8 Sep 2014 07:49:24 +0000 Subject: [PATCH] Accepting request 247060 from home:ftake:branches:M17N:fonts upstream update. some fonts seems to be removed. please check it. OBS-URL: https://build.opensuse.org/request/show/247060 OBS-URL: https://build.opensuse.org/package/show/M17N:fonts/google-noto-fonts?expand=0&rev=6 --- Noto-hinted.zip | 3 + NotoFonts-hinted-2013-04-11.tgz | 3 - NotoFonts-unhinted-2013-04-18.tgz | 3 - generate-specfile.sh | 24 +- google-noto-fonts.changes | 8 + google-noto-fonts.spec | 1735 ++++++++++++++++++++--------- google-noto-fonts.spec.in | 31 +- 7 files changed, 1236 insertions(+), 571 deletions(-) create mode 100644 Noto-hinted.zip delete mode 100644 NotoFonts-hinted-2013-04-11.tgz delete mode 100644 NotoFonts-unhinted-2013-04-18.tgz diff --git a/Noto-hinted.zip b/Noto-hinted.zip new file mode 100644 index 0000000..6dc9f6a --- /dev/null +++ b/Noto-hinted.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:024928e0615033cf44371a91791410cc7fb4a45fe0def6467bfafb24e0f081d4 +size 140885413 diff --git a/NotoFonts-hinted-2013-04-11.tgz b/NotoFonts-hinted-2013-04-11.tgz deleted file mode 100644 index 9b3e3c9..0000000 --- a/NotoFonts-hinted-2013-04-11.tgz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:aa7fc867b4d7bf1f07f288d1515bd47d7f2b573877f0fbdf702b3aeac5eeed20 -size 3275115 diff --git a/NotoFonts-unhinted-2013-04-18.tgz b/NotoFonts-unhinted-2013-04-18.tgz deleted file mode 100644 index 11ffb15..0000000 --- a/NotoFonts-unhinted-2013-04-18.tgz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e639ec5720715e49f2ced85a23ab492b62d46bb40f792d367657b4965136125a -size 1395138 diff --git a/generate-specfile.sh b/generate-specfile.sh index d4f48c6..5c05e23 100644 --- a/generate-specfile.sh +++ b/generate-specfile.sh @@ -1,20 +1,16 @@ #!/bin/sh pkg_name="google-noto-fonts" -mkdir -p $pkg_name -for a in *.tgz; do - tar -x --directory=$pkg_name -f $a -done -mv ${pkg_name}/fonts/individual/unhinted/NotoSansMalayalam{,-Regular}.ttf -mv ${pkg_name}/fonts/individual/unhinted/NotoSansMalayalamUI{,-Regular}.ttf -# remove duplicities in fonts/individual/unhinted -for f in `ls ${pkg_name}/fonts/individual/unhinted`; do - if [ -e ${pkg_name}/fonts/individual/hinted/$f ]; then - rm ${pkg_name}/fonts/individual/unhinted/$f - fi + +for a in *.zip; do + mkdir -p $pkg_name + unzip -d $pkg_name $a done + +rm $pkg_name/LICENSE + cp -f $pkg_name.spec.in $pkg_name.spec -for h in hinted unhinted; do - ls $pkg_name/fonts/individual/$h/ | sed -e 's:Noto::' -e 's:-.*\.ttf::' -e 's:\.ttf::' | sort | uniq | while read font; do +for h in hinted; do + ls $pkg_name/ | sed -e 's:Noto::' -e 's:-.*\..tf::' -e 's:\..tf::' | sort | uniq | while read font; do serif=`echo $font | sed 's:\(Sans\|Serif\).*:\1:'` ui=`(echo $font | grep -q UI) && echo UI` script=`echo $font | sed "s:$serif\(.*\)$ui:\1:"` @@ -46,7 +42,7 @@ for h in hinted unhinted; do sed -i "s/@SUBPACKAGE_FILELISTS@/%files -n $packagename\n@SUBPACKAGE_FILELISTS@/" $pkg_name.spec sed -i "s/@SUBPACKAGE_FILELISTS@/%defattr(-,root,root)\n@SUBPACKAGE_FILELISTS@/" $pkg_name.spec - sed -i "s:@SUBPACKAGE_FILELISTS@:%{_ttfontsdir}/Noto$serif$script$ui-\*.ttf\n@SUBPACKAGE_FILELISTS@:" $pkg_name.spec + sed -i "s:@SUBPACKAGE_FILELISTS@:%{_ttfontsdir}/Noto$serif$script$ui-\*.?tf\n@SUBPACKAGE_FILELISTS@:" $pkg_name.spec sed -i "s/@SUBPACKAGE_FILELISTS@/\n@SUBPACKAGE_FILELISTS@/" $pkg_name.spec done done diff --git a/google-noto-fonts.changes b/google-noto-fonts.changes index 0ea35bd..3ba34af 100644 --- a/google-noto-fonts.changes +++ b/google-noto-fonts.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Mon Sep 1 12:31:50 UTC 2014 - ftake@geeko.jp + +- updated to version 20140716 + + Noto Sans S Chinese, T Chinese, Japanese, Korean are released + + *-ui fonts are removed +- update generate-specfile.sh + ------------------------------------------------------------------- Tue Oct 29 10:12:48 UTC 2013 - pgajdos@suse.com diff --git a/google-noto-fonts.spec b/google-noto-fonts.spec index c94ef8c..6111d93 100644 --- a/google-noto-fonts.spec +++ b/google-noto-fonts.spec @@ -1,7 +1,7 @@ # # spec file for package google-noto-fonts # -# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -15,12 +15,10 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # -%define hyear 2013 -%define hmonth 04 -%define hday 11 -%define uhyear 2013 -%define uhmonth 04 -%define uhday 18 + +%define hyear 2014 +%define hmonth 07 +%define hday 16 %define src_name NotoFonts Name: google-noto-fonts @@ -30,9 +28,10 @@ Summary: Noto Font Families License: Apache-2.0 Group: System/X11/Fonts Url: https://code.google.com/p/noto/ -Source0: https://noto.googlecode.com/files/%{src_name}-hinted-%{hyear}-%{hmonth}-%{hday}.tgz -Source1: https://noto.googlecode.com/files/%{src_name}-unhinted-%{uhyear}-%{uhmonth}-%{uhday}.tgz +Source0: http://www.google.com/get/noto/pkgs/Noto-hinted.zip +Source2: generate-specfile.sh BuildRequires: fontpackages-devel +BuildRequires: unzip %reconfigure_fonts_prereq BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildArch: noarch @@ -41,6 +40,26 @@ BuildArch: noarch Noto's design goal is to achieve visual harmonization (e.g., compatible heights and stroke thicknesses) across languages. +%package -n noto-kufiarabic +Summary: Noto Font +Group: System/X11/Font +Requires: google-noto-fonts + +%description -n noto-kufiarabic +Noto's design goal is to achieve visual harmonization (e.g., compatible +heights and stroke thicknesses) across languages. This package contains + font, hinted. + +%package -n noto-naskharabic +Summary: Noto Font +Group: System/X11/Font +Requires: google-noto-fonts + +%description -n noto-naskharabic +Noto's design goal is to achieve visual harmonization (e.g., compatible +heights and stroke thicknesses) across languages. This package contains + font, hinted. + %package -n noto-sans Summary: Noto Sans Serif Font Group: System/X11/Font @@ -61,6 +80,156 @@ Noto's design goal is to achieve visual harmonization (e.g., compatible heights and stroke thicknesses) across languages. This package contains Armenian Sans Serif font, hinted. +%package -n noto-sans-avestan +Summary: Noto Avestan Sans Serif Font +Group: System/X11/Font +Requires: google-noto-fonts + +%description -n noto-sans-avestan +Noto's design goal is to achieve visual harmonization (e.g., compatible +heights and stroke thicknesses) across languages. This package contains +Avestan Sans Serif font, hinted. + +%package -n noto-sans-balinese +Summary: Noto Balinese Sans Serif Font +Group: System/X11/Font +Requires: google-noto-fonts + +%description -n noto-sans-balinese +Noto's design goal is to achieve visual harmonization (e.g., compatible +heights and stroke thicknesses) across languages. This package contains +Balinese Sans Serif font, hinted. + +%package -n noto-sans-bamum +Summary: Noto Bamum Sans Serif Font +Group: System/X11/Font +Requires: google-noto-fonts + +%description -n noto-sans-bamum +Noto's design goal is to achieve visual harmonization (e.g., compatible +heights and stroke thicknesses) across languages. This package contains +Bamum Sans Serif font, hinted. + +%package -n noto-sans-batak +Summary: Noto Batak Sans Serif Font +Group: System/X11/Font +Requires: google-noto-fonts + +%description -n noto-sans-batak +Noto's design goal is to achieve visual harmonization (e.g., compatible +heights and stroke thicknesses) across languages. This package contains +Batak Sans Serif font, hinted. + +%package -n noto-sans-bengali +Summary: Noto Bengali Sans Serif Font +Group: System/X11/Font +Requires: google-noto-fonts + +%description -n noto-sans-bengali +Noto's design goal is to achieve visual harmonization (e.g., compatible +heights and stroke thicknesses) across languages. This package contains +Bengali Sans Serif font, hinted. + +%package -n noto-sans-brahmi +Summary: Noto Brahmi Sans Serif Font +Group: System/X11/Font +Requires: google-noto-fonts + +%description -n noto-sans-brahmi +Noto's design goal is to achieve visual harmonization (e.g., compatible +heights and stroke thicknesses) across languages. This package contains +Brahmi Sans Serif font, hinted. + +%package -n noto-sans-buginese +Summary: Noto Buginese Sans Serif Font +Group: System/X11/Font +Requires: google-noto-fonts + +%description -n noto-sans-buginese +Noto's design goal is to achieve visual harmonization (e.g., compatible +heights and stroke thicknesses) across languages. This package contains +Buginese Sans Serif font, hinted. + +%package -n noto-sans-buhid +Summary: Noto Buhid Sans Serif Font +Group: System/X11/Font +Requires: google-noto-fonts + +%description -n noto-sans-buhid +Noto's design goal is to achieve visual harmonization (e.g., compatible +heights and stroke thicknesses) across languages. This package contains +Buhid Sans Serif font, hinted. + +%package -n noto-sans-canadianaboriginal +Summary: Noto Canadian Aboriginal Sans Serif Font +Group: System/X11/Font +Requires: google-noto-fonts + +%description -n noto-sans-canadianaboriginal +Noto's design goal is to achieve visual harmonization (e.g., compatible +heights and stroke thicknesses) across languages. This package contains +CanadianAboriginal Sans Serif font, hinted. + +%package -n noto-sans-carian +Summary: Noto Carian Sans Serif Font +Group: System/X11/Font +Requires: google-noto-fonts + +%description -n noto-sans-carian +Noto's design goal is to achieve visual harmonization (e.g., compatible +heights and stroke thicknesses) across languages. This package contains +Carian Sans Serif font, hinted. + +%package -n noto-sans-cham +Summary: Noto Cham Sans Serif Font +Group: System/X11/Font +Requires: google-noto-fonts + +%description -n noto-sans-cham +Noto's design goal is to achieve visual harmonization (e.g., compatible +heights and stroke thicknesses) across languages. This package contains +Cham Sans Serif font, hinted. + +%package -n noto-sans-cherokee +Summary: Noto Cherokee Sans Serif Font +Group: System/X11/Font +Requires: google-noto-fonts + +%description -n noto-sans-cherokee +Noto's design goal is to achieve visual harmonization (e.g., compatible +heights and stroke thicknesses) across languages. This package contains +Cherokee Sans Serif font, hinted. + +%package -n noto-sans-coptic +Summary: Noto Coptic Sans Serif Font +Group: System/X11/Font +Requires: google-noto-fonts + +%description -n noto-sans-coptic +Noto's design goal is to achieve visual harmonization (e.g., compatible +heights and stroke thicknesses) across languages. This package contains +Coptic Sans Serif font, hinted. + +%package -n noto-sans-cypriot +Summary: Noto Cypriot Sans Serif Font +Group: System/X11/Font +Requires: google-noto-fonts + +%description -n noto-sans-cypriot +Noto's design goal is to achieve visual harmonization (e.g., compatible +heights and stroke thicknesses) across languages. This package contains +Cypriot Sans Serif font, hinted. + +%package -n noto-sans-deseret +Summary: Noto Deseret Sans Serif Font +Group: System/X11/Font +Requires: google-noto-fonts + +%description -n noto-sans-deseret +Noto's design goal is to achieve visual harmonization (e.g., compatible +heights and stroke thicknesses) across languages. This package contains +Deseret Sans Serif font, hinted. + %package -n noto-sans-devanagari Summary: Noto Devanagari Sans Serif Font Group: System/X11/Font @@ -71,15 +240,15 @@ Noto's design goal is to achieve visual harmonization (e.g., compatible heights and stroke thicknesses) across languages. This package contains Devanagari Sans Serif font, hinted. -%package -n noto-sans-devanagari-ui -Summary: Noto Devanagari Sans Serif Font +%package -n noto-sans-egyptianhieroglyphs +Summary: Noto Egyptian Hieroglyphs Sans Serif Font Group: System/X11/Font Requires: google-noto-fonts -%description -n noto-sans-devanagari-ui +%description -n noto-sans-egyptianhieroglyphs Noto's design goal is to achieve visual harmonization (e.g., compatible heights and stroke thicknesses) across languages. This package contains -Devanagari Sans Serif font, hinted. +EgyptianHieroglyphs Sans Serif font, hinted. %package -n noto-sans-ethiopic Summary: Noto Ethiopic Sans Serif Font @@ -101,6 +270,76 @@ Noto's design goal is to achieve visual harmonization (e.g., compatible heights and stroke thicknesses) across languages. This package contains Georgian Sans Serif font, hinted. +%package -n noto-sans-glagolitic +Summary: Noto Glagolitic Sans Serif Font +Group: System/X11/Font +Requires: google-noto-fonts + +%description -n noto-sans-glagolitic +Noto's design goal is to achieve visual harmonization (e.g., compatible +heights and stroke thicknesses) across languages. This package contains +Glagolitic Sans Serif font, hinted. + +%package -n noto-sans-gothic +Summary: Noto Gothic Sans Serif Font +Group: System/X11/Font +Requires: google-noto-fonts + +%description -n noto-sans-gothic +Noto's design goal is to achieve visual harmonization (e.g., compatible +heights and stroke thicknesses) across languages. This package contains +Gothic Sans Serif font, hinted. + +%package -n noto-sans-gujarati +Summary: Noto Gujarati Sans Serif Font +Group: System/X11/Font +Requires: google-noto-fonts + +%description -n noto-sans-gujarati +Noto's design goal is to achieve visual harmonization (e.g., compatible +heights and stroke thicknesses) across languages. This package contains +Gujarati Sans Serif font, hinted. + +%package -n noto-sans-gurmukhi +Summary: Noto Gurmukhi Sans Serif Font +Group: System/X11/Font +Requires: google-noto-fonts + +%description -n noto-sans-gurmukhi +Noto's design goal is to achieve visual harmonization (e.g., compatible +heights and stroke thicknesses) across languages. This package contains +Gurmukhi Sans Serif font, hinted. + +%package -n noto-sans-hans +Summary: Noto Hans Sans Serif Font +Group: System/X11/Font +Requires: google-noto-fonts + +%description -n noto-sans-hans +Noto's design goal is to achieve visual harmonization (e.g., compatible +heights and stroke thicknesses) across languages. This package contains +Hans Sans Serif font, hinted. + +%package -n noto-sans-hant +Summary: Noto Hant Sans Serif Font +Group: System/X11/Font +Requires: google-noto-fonts + +%description -n noto-sans-hant +Noto's design goal is to achieve visual harmonization (e.g., compatible +heights and stroke thicknesses) across languages. This package contains +Hant Sans Serif font, hinted. + +%package -n noto-sans-hanunoo +Summary: Noto Hanunoo Sans Serif Font +Group: System/X11/Font +Requires: google-noto-fonts + +%description -n noto-sans-hanunoo +Noto's design goal is to achieve visual harmonization (e.g., compatible +heights and stroke thicknesses) across languages. This package contains +Hanunoo Sans Serif font, hinted. + %package -n noto-sans-hebrew Summary: Noto Hebrew Sans Serif Font Group: System/X11/Font @@ -111,6 +350,86 @@ Noto's design goal is to achieve visual harmonization (e.g., compatible heights and stroke thicknesses) across languages. This package contains Hebrew Sans Serif font, hinted. +%package -n noto-sans-imperialaramaic +Summary: Noto Imperial Aramaic Sans Serif Font +Group: System/X11/Font +Requires: google-noto-fonts + +%description -n noto-sans-imperialaramaic +Noto's design goal is to achieve visual harmonization (e.g., compatible +heights and stroke thicknesses) across languages. This package contains +ImperialAramaic Sans Serif font, hinted. + +%package -n noto-sans-jp +Summary: Noto JP Sans Serif Font +Group: System/X11/Font +Requires: google-noto-fonts + +%description -n noto-sans-jp +Noto's design goal is to achieve visual harmonization (e.g., compatible +heights and stroke thicknesses) across languages. This package contains +JP Sans Serif font, hinted. + +%package -n noto-sans-javanese +Summary: Noto Javanese Sans Serif Font +Group: System/X11/Font +Requires: google-noto-fonts + +%description -n noto-sans-javanese +Noto's design goal is to achieve visual harmonization (e.g., compatible +heights and stroke thicknesses) across languages. This package contains +Javanese Sans Serif font, hinted. + +%package -n noto-sans-kr +Summary: Noto KR Sans Serif Font +Group: System/X11/Font +Requires: google-noto-fonts + +%description -n noto-sans-kr +Noto's design goal is to achieve visual harmonization (e.g., compatible +heights and stroke thicknesses) across languages. This package contains +KR Sans Serif font, hinted. + +%package -n noto-sans-kaithi +Summary: Noto Kaithi Sans Serif Font +Group: System/X11/Font +Requires: google-noto-fonts + +%description -n noto-sans-kaithi +Noto's design goal is to achieve visual harmonization (e.g., compatible +heights and stroke thicknesses) across languages. This package contains +Kaithi Sans Serif font, hinted. + +%package -n noto-sans-kannada +Summary: Noto Kannada Sans Serif Font +Group: System/X11/Font +Requires: google-noto-fonts + +%description -n noto-sans-kannada +Noto's design goal is to achieve visual harmonization (e.g., compatible +heights and stroke thicknesses) across languages. This package contains +Kannada Sans Serif font, hinted. + +%package -n noto-sans-kayahli +Summary: Noto Kayah Li Sans Serif Font +Group: System/X11/Font +Requires: google-noto-fonts + +%description -n noto-sans-kayahli +Noto's design goal is to achieve visual harmonization (e.g., compatible +heights and stroke thicknesses) across languages. This package contains +KayahLi Sans Serif font, hinted. + +%package -n noto-sans-kharoshthi +Summary: Noto Kharoshthi Sans Serif Font +Group: System/X11/Font +Requires: google-noto-fonts + +%description -n noto-sans-kharoshthi +Noto's design goal is to achieve visual harmonization (e.g., compatible +heights and stroke thicknesses) across languages. This package contains +Kharoshthi Sans Serif font, hinted. + %package -n noto-sans-khmer Summary: Noto Khmer Sans Serif Font Group: System/X11/Font @@ -121,16 +440,6 @@ Noto's design goal is to achieve visual harmonization (e.g., compatible heights and stroke thicknesses) across languages. This package contains Khmer Sans Serif font, hinted. -%package -n noto-sans-khmer-ui -Summary: Noto Khmer Sans Serif Font -Group: System/X11/Font -Requires: google-noto-fonts - -%description -n noto-sans-khmer-ui -Noto's design goal is to achieve visual harmonization (e.g., compatible -heights and stroke thicknesses) across languages. This package contains -Khmer Sans Serif font, hinted. - %package -n noto-sans-lao Summary: Noto Lao Sans Serif Font Group: System/X11/Font @@ -141,15 +450,425 @@ Noto's design goal is to achieve visual harmonization (e.g., compatible heights and stroke thicknesses) across languages. This package contains Lao Sans Serif font, hinted. -%package -n noto-sans-lao-ui -Summary: Noto Lao Sans Serif Font +%package -n noto-sans-lepcha +Summary: Noto Lepcha Sans Serif Font Group: System/X11/Font Requires: google-noto-fonts -%description -n noto-sans-lao-ui +%description -n noto-sans-lepcha Noto's design goal is to achieve visual harmonization (e.g., compatible heights and stroke thicknesses) across languages. This package contains -Lao Sans Serif font, hinted. +Lepcha Sans Serif font, hinted. + +%package -n noto-sans-limbu +Summary: Noto Limbu Sans Serif Font +Group: System/X11/Font +Requires: google-noto-fonts + +%description -n noto-sans-limbu +Noto's design goal is to achieve visual harmonization (e.g., compatible +heights and stroke thicknesses) across languages. This package contains +Limbu Sans Serif font, hinted. + +%package -n noto-sans-linearb +Summary: Noto Linear B Sans Serif Font +Group: System/X11/Font +Requires: google-noto-fonts + +%description -n noto-sans-linearb +Noto's design goal is to achieve visual harmonization (e.g., compatible +heights and stroke thicknesses) across languages. This package contains +LinearB Sans Serif font, hinted. + +%package -n noto-sans-lisu +Summary: Noto Lisu Sans Serif Font +Group: System/X11/Font +Requires: google-noto-fonts + +%description -n noto-sans-lisu +Noto's design goal is to achieve visual harmonization (e.g., compatible +heights and stroke thicknesses) across languages. This package contains +Lisu Sans Serif font, hinted. + +%package -n noto-sans-lycian +Summary: Noto Lycian Sans Serif Font +Group: System/X11/Font +Requires: google-noto-fonts + +%description -n noto-sans-lycian +Noto's design goal is to achieve visual harmonization (e.g., compatible +heights and stroke thicknesses) across languages. This package contains +Lycian Sans Serif font, hinted. + +%package -n noto-sans-lydian +Summary: Noto Lydian Sans Serif Font +Group: System/X11/Font +Requires: google-noto-fonts + +%description -n noto-sans-lydian +Noto's design goal is to achieve visual harmonization (e.g., compatible +heights and stroke thicknesses) across languages. This package contains +Lydian Sans Serif font, hinted. + +%package -n noto-sans-malayalam +Summary: Noto Malayalam Sans Serif Font +Group: System/X11/Font +Requires: google-noto-fonts + +%description -n noto-sans-malayalam +Noto's design goal is to achieve visual harmonization (e.g., compatible +heights and stroke thicknesses) across languages. This package contains +Malayalam Sans Serif font, hinted. + +%package -n noto-sans-mandaic +Summary: Noto Mandaic Sans Serif Font +Group: System/X11/Font +Requires: google-noto-fonts + +%description -n noto-sans-mandaic +Noto's design goal is to achieve visual harmonization (e.g., compatible +heights and stroke thicknesses) across languages. This package contains +Mandaic Sans Serif font, hinted. + +%package -n noto-sans-meeteimayek +Summary: Noto Meetei Mayek Sans Serif Font +Group: System/X11/Font +Requires: google-noto-fonts + +%description -n noto-sans-meeteimayek +Noto's design goal is to achieve visual harmonization (e.g., compatible +heights and stroke thicknesses) across languages. This package contains +MeeteiMayek Sans Serif font, hinted. + +%package -n noto-sans-mongolian +Summary: Noto Mongolian Sans Serif Font +Group: System/X11/Font +Requires: google-noto-fonts + +%description -n noto-sans-mongolian +Noto's design goal is to achieve visual harmonization (e.g., compatible +heights and stroke thicknesses) across languages. This package contains +Mongolian Sans Serif font, hinted. + +%package -n noto-sans-myanmar +Summary: Noto Myanmar Sans Serif Font +Group: System/X11/Font +Requires: google-noto-fonts + +%description -n noto-sans-myanmar +Noto's design goal is to achieve visual harmonization (e.g., compatible +heights and stroke thicknesses) across languages. This package contains +Myanmar Sans Serif font, hinted. + +%package -n noto-sans-nko +Summary: Noto NKo Sans Serif Font +Group: System/X11/Font +Requires: google-noto-fonts + +%description -n noto-sans-nko +Noto's design goal is to achieve visual harmonization (e.g., compatible +heights and stroke thicknesses) across languages. This package contains +NKo Sans Serif font, hinted. + +%package -n noto-sans-newtailue +Summary: Noto New TaiLue Sans Serif Font +Group: System/X11/Font +Requires: google-noto-fonts + +%description -n noto-sans-newtailue +Noto's design goal is to achieve visual harmonization (e.g., compatible +heights and stroke thicknesses) across languages. This package contains +NewTaiLue Sans Serif font, hinted. + +%package -n noto-sans-ogham +Summary: Noto Ogham Sans Serif Font +Group: System/X11/Font +Requires: google-noto-fonts + +%description -n noto-sans-ogham +Noto's design goal is to achieve visual harmonization (e.g., compatible +heights and stroke thicknesses) across languages. This package contains +Ogham Sans Serif font, hinted. + +%package -n noto-sans-olchiki +Summary: Noto Ol Chiki Sans Serif Font +Group: System/X11/Font +Requires: google-noto-fonts + +%description -n noto-sans-olchiki +Noto's design goal is to achieve visual harmonization (e.g., compatible +heights and stroke thicknesses) across languages. This package contains +OlChiki Sans Serif font, hinted. + +%package -n noto-sans-olditalic +Summary: Noto Old Italic Sans Serif Font +Group: System/X11/Font +Requires: google-noto-fonts + +%description -n noto-sans-olditalic +Noto's design goal is to achieve visual harmonization (e.g., compatible +heights and stroke thicknesses) across languages. This package contains +OldItalic Sans Serif font, hinted. + +%package -n noto-sans-oldpersian +Summary: Noto Old Persian Sans Serif Font +Group: System/X11/Font +Requires: google-noto-fonts + +%description -n noto-sans-oldpersian +Noto's design goal is to achieve visual harmonization (e.g., compatible +heights and stroke thicknesses) across languages. This package contains +OldPersian Sans Serif font, hinted. + +%package -n noto-sans-oldsoutharabian +Summary: Noto Old SouthArabian Sans Serif Font +Group: System/X11/Font +Requires: google-noto-fonts + +%description -n noto-sans-oldsoutharabian +Noto's design goal is to achieve visual harmonization (e.g., compatible +heights and stroke thicknesses) across languages. This package contains +OldSouthArabian Sans Serif font, hinted. + +%package -n noto-sans-oldturkic +Summary: Noto Old Turkic Sans Serif Font +Group: System/X11/Font +Requires: google-noto-fonts + +%description -n noto-sans-oldturkic +Noto's design goal is to achieve visual harmonization (e.g., compatible +heights and stroke thicknesses) across languages. This package contains +OldTurkic Sans Serif font, hinted. + +%package -n noto-sans-osmanya +Summary: Noto Osmanya Sans Serif Font +Group: System/X11/Font +Requires: google-noto-fonts + +%description -n noto-sans-osmanya +Noto's design goal is to achieve visual harmonization (e.g., compatible +heights and stroke thicknesses) across languages. This package contains +Osmanya Sans Serif font, hinted. + +%package -n noto-sans-pahlavi +Summary: Noto Pahlavi Sans Serif Font +Group: System/X11/Font +Requires: google-noto-fonts + +%description -n noto-sans-pahlavi +Noto's design goal is to achieve visual harmonization (e.g., compatible +heights and stroke thicknesses) across languages. This package contains +Pahlavi Sans Serif font, hinted. + +%package -n noto-sans-parthian +Summary: Noto Parthian Sans Serif Font +Group: System/X11/Font +Requires: google-noto-fonts + +%description -n noto-sans-parthian +Noto's design goal is to achieve visual harmonization (e.g., compatible +heights and stroke thicknesses) across languages. This package contains +Parthian Sans Serif font, hinted. + +%package -n noto-sans-phagspa +Summary: Noto Phags Pa Sans Serif Font +Group: System/X11/Font +Requires: google-noto-fonts + +%description -n noto-sans-phagspa +Noto's design goal is to achieve visual harmonization (e.g., compatible +heights and stroke thicknesses) across languages. This package contains +PhagsPa Sans Serif font, hinted. + +%package -n noto-sans-phoenician +Summary: Noto Phoenician Sans Serif Font +Group: System/X11/Font +Requires: google-noto-fonts + +%description -n noto-sans-phoenician +Noto's design goal is to achieve visual harmonization (e.g., compatible +heights and stroke thicknesses) across languages. This package contains +Phoenician Sans Serif font, hinted. + +%package -n noto-sans-rejang +Summary: Noto Rejang Sans Serif Font +Group: System/X11/Font +Requires: google-noto-fonts + +%description -n noto-sans-rejang +Noto's design goal is to achieve visual harmonization (e.g., compatible +heights and stroke thicknesses) across languages. This package contains +Rejang Sans Serif font, hinted. + +%package -n noto-sans-runic +Summary: Noto Runic Sans Serif Font +Group: System/X11/Font +Requires: google-noto-fonts + +%description -n noto-sans-runic +Noto's design goal is to achieve visual harmonization (e.g., compatible +heights and stroke thicknesses) across languages. This package contains +Runic Sans Serif font, hinted. + +%package -n noto-sans-samaritan +Summary: Noto Samaritan Sans Serif Font +Group: System/X11/Font +Requires: google-noto-fonts + +%description -n noto-sans-samaritan +Noto's design goal is to achieve visual harmonization (e.g., compatible +heights and stroke thicknesses) across languages. This package contains +Samaritan Sans Serif font, hinted. + +%package -n noto-sans-saurashtra +Summary: Noto Saurashtra Sans Serif Font +Group: System/X11/Font +Requires: google-noto-fonts + +%description -n noto-sans-saurashtra +Noto's design goal is to achieve visual harmonization (e.g., compatible +heights and stroke thicknesses) across languages. This package contains +Saurashtra Sans Serif font, hinted. + +%package -n noto-sans-shavian +Summary: Noto Shavian Sans Serif Font +Group: System/X11/Font +Requires: google-noto-fonts + +%description -n noto-sans-shavian +Noto's design goal is to achieve visual harmonization (e.g., compatible +heights and stroke thicknesses) across languages. This package contains +Shavian Sans Serif font, hinted. + +%package -n noto-sans-sinhala +Summary: Noto Sinhala Sans Serif Font +Group: System/X11/Font +Requires: google-noto-fonts + +%description -n noto-sans-sinhala +Noto's design goal is to achieve visual harmonization (e.g., compatible +heights and stroke thicknesses) across languages. This package contains +Sinhala Sans Serif font, hinted. + +%package -n noto-sans-sumeroakkadiancuneiform +Summary: Noto Sumero AkkadianCuneiform Sans Serif Font +Group: System/X11/Font +Requires: google-noto-fonts + +%description -n noto-sans-sumeroakkadiancuneiform +Noto's design goal is to achieve visual harmonization (e.g., compatible +heights and stroke thicknesses) across languages. This package contains +SumeroAkkadianCuneiform Sans Serif font, hinted. + +%package -n noto-sans-sundanese +Summary: Noto Sundanese Sans Serif Font +Group: System/X11/Font +Requires: google-noto-fonts + +%description -n noto-sans-sundanese +Noto's design goal is to achieve visual harmonization (e.g., compatible +heights and stroke thicknesses) across languages. This package contains +Sundanese Sans Serif font, hinted. + +%package -n noto-sans-sylotinagri +Summary: Noto Syloti Nagri Sans Serif Font +Group: System/X11/Font +Requires: google-noto-fonts + +%description -n noto-sans-sylotinagri +Noto's design goal is to achieve visual harmonization (e.g., compatible +heights and stroke thicknesses) across languages. This package contains +SylotiNagri Sans Serif font, hinted. + +%package -n noto-sans-symbols +Summary: Noto Symbols Sans Serif Font +Group: System/X11/Font +Requires: google-noto-fonts + +%description -n noto-sans-symbols +Noto's design goal is to achieve visual harmonization (e.g., compatible +heights and stroke thicknesses) across languages. This package contains +Symbols Sans Serif font, hinted. + +%package -n noto-sans-syriaceastern +Summary: Noto Syriac Eastern Sans Serif Font +Group: System/X11/Font +Requires: google-noto-fonts + +%description -n noto-sans-syriaceastern +Noto's design goal is to achieve visual harmonization (e.g., compatible +heights and stroke thicknesses) across languages. This package contains +SyriacEastern Sans Serif font, hinted. + +%package -n noto-sans-syriacestrangela +Summary: Noto Syriac Estrangela Sans Serif Font +Group: System/X11/Font +Requires: google-noto-fonts + +%description -n noto-sans-syriacestrangela +Noto's design goal is to achieve visual harmonization (e.g., compatible +heights and stroke thicknesses) across languages. This package contains +SyriacEstrangela Sans Serif font, hinted. + +%package -n noto-sans-syriacwestern +Summary: Noto Syriac Western Sans Serif Font +Group: System/X11/Font +Requires: google-noto-fonts + +%description -n noto-sans-syriacwestern +Noto's design goal is to achieve visual harmonization (e.g., compatible +heights and stroke thicknesses) across languages. This package contains +SyriacWestern Sans Serif font, hinted. + +%package -n noto-sans-tagalog +Summary: Noto Tagalog Sans Serif Font +Group: System/X11/Font +Requires: google-noto-fonts + +%description -n noto-sans-tagalog +Noto's design goal is to achieve visual harmonization (e.g., compatible +heights and stroke thicknesses) across languages. This package contains +Tagalog Sans Serif font, hinted. + +%package -n noto-sans-tagbanwa +Summary: Noto Tagbanwa Sans Serif Font +Group: System/X11/Font +Requires: google-noto-fonts + +%description -n noto-sans-tagbanwa +Noto's design goal is to achieve visual harmonization (e.g., compatible +heights and stroke thicknesses) across languages. This package contains +Tagbanwa Sans Serif font, hinted. + +%package -n noto-sans-taile +Summary: Noto Tai Le Sans Serif Font +Group: System/X11/Font +Requires: google-noto-fonts + +%description -n noto-sans-taile +Noto's design goal is to achieve visual harmonization (e.g., compatible +heights and stroke thicknesses) across languages. This package contains +TaiLe Sans Serif font, hinted. + +%package -n noto-sans-taitham +Summary: Noto Tai Tham Sans Serif Font +Group: System/X11/Font +Requires: google-noto-fonts + +%description -n noto-sans-taitham +Noto's design goal is to achieve visual harmonization (e.g., compatible +heights and stroke thicknesses) across languages. This package contains +TaiTham Sans Serif font, hinted. + +%package -n noto-sans-taiviet +Summary: Noto Tai Viet Sans Serif Font +Group: System/X11/Font +Requires: google-noto-fonts + +%description -n noto-sans-taiviet +Noto's design goal is to achieve visual harmonization (e.g., compatible +heights and stroke thicknesses) across languages. This package contains +TaiViet Sans Serif font, hinted. %package -n noto-sans-tamil Summary: Noto Tamil Sans Serif Font @@ -161,15 +880,15 @@ Noto's design goal is to achieve visual harmonization (e.g., compatible heights and stroke thicknesses) across languages. This package contains Tamil Sans Serif font, hinted. -%package -n noto-sans-tamil-ui -Summary: Noto Tamil Sans Serif Font +%package -n noto-sans-telugu +Summary: Noto Telugu Sans Serif Font Group: System/X11/Font Requires: google-noto-fonts -%description -n noto-sans-tamil-ui +%description -n noto-sans-telugu Noto's design goal is to achieve visual harmonization (e.g., compatible heights and stroke thicknesses) across languages. This package contains -Tamil Sans Serif font, hinted. +Telugu Sans Serif font, hinted. %package -n noto-sans-thai Summary: Noto Thai Sans Serif Font @@ -181,25 +900,45 @@ Noto's design goal is to achieve visual harmonization (e.g., compatible heights and stroke thicknesses) across languages. This package contains Thai Sans Serif font, hinted. -%package -n noto-sans-thai-ui -Summary: Noto Thai Sans Serif Font +%package -n noto-sans-tifinagh +Summary: Noto Tifinagh Sans Serif Font Group: System/X11/Font Requires: google-noto-fonts -%description -n noto-sans-thai-ui +%description -n noto-sans-tifinagh Noto's design goal is to achieve visual harmonization (e.g., compatible heights and stroke thicknesses) across languages. This package contains -Thai Sans Serif font, hinted. +Tifinagh Sans Serif font, hinted. -%package -n noto-sans-ui -Summary: Noto Sans Serif Font +%package -n noto-sans-ugaritic +Summary: Noto Ugaritic Sans Serif Font Group: System/X11/Font Requires: google-noto-fonts -%description -n noto-sans-ui +%description -n noto-sans-ugaritic Noto's design goal is to achieve visual harmonization (e.g., compatible heights and stroke thicknesses) across languages. This package contains - Sans Serif font, hinted. +Ugaritic Sans Serif font, hinted. + +%package -n noto-sans-vai +Summary: Noto Vai Sans Serif Font +Group: System/X11/Font +Requires: google-noto-fonts + +%description -n noto-sans-vai +Noto's design goal is to achieve visual harmonization (e.g., compatible +heights and stroke thicknesses) across languages. This package contains +Vai Sans Serif font, hinted. + +%package -n noto-sans-yi +Summary: Noto Yi Sans Serif Font +Group: System/X11/Font +Requires: google-noto-fonts + +%description -n noto-sans-yi +Noto's design goal is to achieve visual harmonization (e.g., compatible +heights and stroke thicknesses) across languages. This package contains +Yi Sans Serif font, hinted. %package -n noto-serif Summary: Noto Sans Serif Font @@ -231,6 +970,16 @@ Noto's design goal is to achieve visual harmonization (e.g., compatible heights and stroke thicknesses) across languages. This package contains Georgian Sans Serif font, hinted. +%package -n noto-serif-khmer +Summary: Noto Khmer Sans Serif Font +Group: System/X11/Font +Requires: google-noto-fonts + +%description -n noto-serif-khmer +Noto's design goal is to achieve visual harmonization (e.g., compatible +heights and stroke thicknesses) across languages. This package contains +Khmer Sans Serif font, hinted. + %package -n noto-serif-lao Summary: Noto Lao Sans Serif Font Group: System/X11/Font @@ -251,414 +1000,106 @@ Noto's design goal is to achieve visual harmonization (e.g., compatible heights and stroke thicknesses) across languages. This package contains Thai Sans Serif font, hinted. -%package -n noto-sans-avestan -Summary: Noto Avestan Sans Serif Font -Group: System/X11/Font -Requires: google-noto-fonts - -%description -n noto-sans-avestan -Noto's design goal is to achieve visual harmonization (e.g., compatible -heights and stroke thicknesses) across languages. This package contains -Avestan Sans Serif font, unhinted. - -%package -n noto-sans-bengali -Summary: Noto Bengali Sans Serif Font -Group: System/X11/Font -Requires: google-noto-fonts - -%description -n noto-sans-bengali -Noto's design goal is to achieve visual harmonization (e.g., compatible -heights and stroke thicknesses) across languages. This package contains -Bengali Sans Serif font, unhinted. - -%package -n noto-sans-bengali-ui -Summary: Noto Bengali Sans Serif Font -Group: System/X11/Font -Requires: google-noto-fonts - -%description -n noto-sans-bengali-ui -Noto's design goal is to achieve visual harmonization (e.g., compatible -heights and stroke thicknesses) across languages. This package contains -Bengali Sans Serif font, unhinted. - -%package -n noto-sans-carian -Summary: Noto Carian Sans Serif Font -Group: System/X11/Font -Requires: google-noto-fonts - -%description -n noto-sans-carian -Noto's design goal is to achieve visual harmonization (e.g., compatible -heights and stroke thicknesses) across languages. This package contains -Carian Sans Serif font, unhinted. - -%package -n noto-sans-cherokee -Summary: Noto Cherokee Sans Serif Font -Group: System/X11/Font -Requires: google-noto-fonts - -%description -n noto-sans-cherokee -Noto's design goal is to achieve visual harmonization (e.g., compatible -heights and stroke thicknesses) across languages. This package contains -Cherokee Sans Serif font, unhinted. - -%package -n noto-sans-coptic -Summary: Noto Coptic Sans Serif Font -Group: System/X11/Font -Requires: google-noto-fonts - -%description -n noto-sans-coptic -Noto's design goal is to achieve visual harmonization (e.g., compatible -heights and stroke thicknesses) across languages. This package contains -Coptic Sans Serif font, unhinted. - -%package -n noto-sans-deseret -Summary: Noto Deseret Sans Serif Font -Group: System/X11/Font -Requires: google-noto-fonts - -%description -n noto-sans-deseret -Noto's design goal is to achieve visual harmonization (e.g., compatible -heights and stroke thicknesses) across languages. This package contains -Deseret Sans Serif font, unhinted. - -%package -n noto-sans-egyptianhieroglyphs -Summary: Noto Egyptian Hieroglyphs Sans Serif Font -Group: System/X11/Font -Requires: google-noto-fonts - -%description -n noto-sans-egyptianhieroglyphs -Noto's design goal is to achieve visual harmonization (e.g., compatible -heights and stroke thicknesses) across languages. This package contains -EgyptianHieroglyphs Sans Serif font, unhinted. - -%package -n noto-sans-glagolitic -Summary: Noto Glagolitic Sans Serif Font -Group: System/X11/Font -Requires: google-noto-fonts - -%description -n noto-sans-glagolitic -Noto's design goal is to achieve visual harmonization (e.g., compatible -heights and stroke thicknesses) across languages. This package contains -Glagolitic Sans Serif font, unhinted. - -%package -n noto-sans-imperialaramaic -Summary: Noto Imperial Aramaic Sans Serif Font -Group: System/X11/Font -Requires: google-noto-fonts - -%description -n noto-sans-imperialaramaic -Noto's design goal is to achieve visual harmonization (e.g., compatible -heights and stroke thicknesses) across languages. This package contains -ImperialAramaic Sans Serif font, unhinted. - -%package -n noto-sans-kannada -Summary: Noto Kannada Sans Serif Font -Group: System/X11/Font -Requires: google-noto-fonts - -%description -n noto-sans-kannada -Noto's design goal is to achieve visual harmonization (e.g., compatible -heights and stroke thicknesses) across languages. This package contains -Kannada Sans Serif font, unhinted. - -%package -n noto-sans-kannada-ui -Summary: Noto Kannada Sans Serif Font -Group: System/X11/Font -Requires: google-noto-fonts - -%description -n noto-sans-kannada-ui -Noto's design goal is to achieve visual harmonization (e.g., compatible -heights and stroke thicknesses) across languages. This package contains -Kannada Sans Serif font, unhinted. - -%package -n noto-sans-kayahli -Summary: Noto Kayah Li Sans Serif Font -Group: System/X11/Font -Requires: google-noto-fonts - -%description -n noto-sans-kayahli -Noto's design goal is to achieve visual harmonization (e.g., compatible -heights and stroke thicknesses) across languages. This package contains -KayahLi Sans Serif font, unhinted. - -%package -n noto-sans-lisu -Summary: Noto Lisu Sans Serif Font -Group: System/X11/Font -Requires: google-noto-fonts - -%description -n noto-sans-lisu -Noto's design goal is to achieve visual harmonization (e.g., compatible -heights and stroke thicknesses) across languages. This package contains -Lisu Sans Serif font, unhinted. - -%package -n noto-sans-lycian -Summary: Noto Lycian Sans Serif Font -Group: System/X11/Font -Requires: google-noto-fonts - -%description -n noto-sans-lycian -Noto's design goal is to achieve visual harmonization (e.g., compatible -heights and stroke thicknesses) across languages. This package contains -Lycian Sans Serif font, unhinted. - -%package -n noto-sans-lydian -Summary: Noto Lydian Sans Serif Font -Group: System/X11/Font -Requires: google-noto-fonts - -%description -n noto-sans-lydian -Noto's design goal is to achieve visual harmonization (e.g., compatible -heights and stroke thicknesses) across languages. This package contains -Lydian Sans Serif font, unhinted. - -%package -n noto-sans-malayalam -Summary: Noto Malayalam Sans Serif Font -Group: System/X11/Font -Requires: google-noto-fonts - -%description -n noto-sans-malayalam -Noto's design goal is to achieve visual harmonization (e.g., compatible -heights and stroke thicknesses) across languages. This package contains -Malayalam Sans Serif font, unhinted. - -%package -n noto-sans-malayalam-ui -Summary: Noto Malayalam Sans Serif Font -Group: System/X11/Font -Requires: google-noto-fonts - -%description -n noto-sans-malayalam-ui -Noto's design goal is to achieve visual harmonization (e.g., compatible -heights and stroke thicknesses) across languages. This package contains -Malayalam Sans Serif font, unhinted. - -%package -n noto-sans-meeteimayek -Summary: Noto Meetei Mayek Sans Serif Font -Group: System/X11/Font -Requires: google-noto-fonts - -%description -n noto-sans-meeteimayek -Noto's design goal is to achieve visual harmonization (e.g., compatible -heights and stroke thicknesses) across languages. This package contains -MeeteiMayek Sans Serif font, unhinted. - -%package -n noto-sans-nko -Summary: Noto NKo Sans Serif Font -Group: System/X11/Font -Requires: google-noto-fonts - -%description -n noto-sans-nko -Noto's design goal is to achieve visual harmonization (e.g., compatible -heights and stroke thicknesses) across languages. This package contains -NKo Sans Serif font, unhinted. - -%package -n noto-sans-oldsoutharabian -Summary: Noto Old SouthArabian Sans Serif Font -Group: System/X11/Font -Requires: google-noto-fonts - -%description -n noto-sans-oldsoutharabian -Noto's design goal is to achieve visual harmonization (e.g., compatible -heights and stroke thicknesses) across languages. This package contains -OldSouthArabian Sans Serif font, unhinted. - -%package -n noto-sans-oldturkic -Summary: Noto Old Turkic Sans Serif Font -Group: System/X11/Font -Requires: google-noto-fonts - -%description -n noto-sans-oldturkic -Noto's design goal is to achieve visual harmonization (e.g., compatible -heights and stroke thicknesses) across languages. This package contains -OldTurkic Sans Serif font, unhinted. - -%package -n noto-sans-osmanya -Summary: Noto Osmanya Sans Serif Font -Group: System/X11/Font -Requires: google-noto-fonts - -%description -n noto-sans-osmanya -Noto's design goal is to achieve visual harmonization (e.g., compatible -heights and stroke thicknesses) across languages. This package contains -Osmanya Sans Serif font, unhinted. - -%package -n noto-sans-phoenician -Summary: Noto Phoenician Sans Serif Font -Group: System/X11/Font -Requires: google-noto-fonts - -%description -n noto-sans-phoenician -Noto's design goal is to achieve visual harmonization (e.g., compatible -heights and stroke thicknesses) across languages. This package contains -Phoenician Sans Serif font, unhinted. - -%package -n noto-sans-shavian -Summary: Noto Shavian Sans Serif Font -Group: System/X11/Font -Requires: google-noto-fonts - -%description -n noto-sans-shavian -Noto's design goal is to achieve visual harmonization (e.g., compatible -heights and stroke thicknesses) across languages. This package contains -Shavian Sans Serif font, unhinted. - -%package -n noto-sans-symbols -Summary: Noto Symbols Sans Serif Font -Group: System/X11/Font -Requires: google-noto-fonts - -%description -n noto-sans-symbols -Noto's design goal is to achieve visual harmonization (e.g., compatible -heights and stroke thicknesses) across languages. This package contains -Symbols Sans Serif font, unhinted. - -%package -n noto-sans-tagalog -Summary: Noto Tagalog Sans Serif Font -Group: System/X11/Font -Requires: google-noto-fonts - -%description -n noto-sans-tagalog -Noto's design goal is to achieve visual harmonization (e.g., compatible -heights and stroke thicknesses) across languages. This package contains -Tagalog Sans Serif font, unhinted. - -%package -n noto-sans-taitham -Summary: Noto Tai Tham Sans Serif Font -Group: System/X11/Font -Requires: google-noto-fonts - -%description -n noto-sans-taitham -Noto's design goal is to achieve visual harmonization (e.g., compatible -heights and stroke thicknesses) across languages. This package contains -TaiTham Sans Serif font, unhinted. - -%package -n noto-sans-telugu -Summary: Noto Telugu Sans Serif Font -Group: System/X11/Font -Requires: google-noto-fonts - -%description -n noto-sans-telugu -Noto's design goal is to achieve visual harmonization (e.g., compatible -heights and stroke thicknesses) across languages. This package contains -Telugu Sans Serif font, unhinted. - -%package -n noto-sans-telugu-ui -Summary: Noto Telugu Sans Serif Font -Group: System/X11/Font -Requires: google-noto-fonts - -%description -n noto-sans-telugu-ui -Noto's design goal is to achieve visual harmonization (e.g., compatible -heights and stroke thicknesses) across languages. This package contains -Telugu Sans Serif font, unhinted. - -%package -n noto-sans-ugaritic -Summary: Noto Ugaritic Sans Serif Font -Group: System/X11/Font -Requires: google-noto-fonts - -%description -n noto-sans-ugaritic -Noto's design goal is to achieve visual harmonization (e.g., compatible -heights and stroke thicknesses) across languages. This package contains -Ugaritic Sans Serif font, unhinted. - -%package -n noto-sans-vai -Summary: Noto Vai Sans Serif Font -Group: System/X11/Font -Requires: google-noto-fonts - -%description -n noto-sans-vai -Noto's design goal is to achieve visual harmonization (e.g., compatible -heights and stroke thicknesses) across languages. This package contains -Vai Sans Serif font, unhinted. - %prep -%setup -q -c -T -a0 -a1 -mv fonts/individual/unhinted/NotoSansMalayalam{,-Regular}.ttf -mv fonts/individual/unhinted/NotoSansMalayalamUI{,-Regular}.ttf -# remove duplicities in fonts/individual/unhinted -for f in `ls fonts/individual/unhinted`; do - if [ -e fonts/individual/hinted/$f ]; then - rm fonts/individual/unhinted/$f - fi -done +%setup -q -c -n %{name}-%{version} %build %install mkdir -p %{buildroot}%{_ttfontsdir} -cp fonts/individual/hinted/*.ttf %{buildroot}%{_ttfontsdir}/ -cp fonts/individual/unhinted/*.ttf %{buildroot}%{_ttfontsdir}/ +cp *.ttf %{buildroot}%{_ttfontsdir}/ +cp *.otf %{buildroot}%{_ttfontsdir}/ + +%reconfigure_fonts_scriptlets -n noto-kufiarabic + +%reconfigure_fonts_scriptlets -n noto-naskharabic %reconfigure_fonts_scriptlets -n noto-sans %reconfigure_fonts_scriptlets -n noto-sans-armenian -%reconfigure_fonts_scriptlets -n noto-sans-devanagari - -%reconfigure_fonts_scriptlets -n noto-sans-devanagari-ui - -%reconfigure_fonts_scriptlets -n noto-sans-ethiopic - -%reconfigure_fonts_scriptlets -n noto-sans-georgian - -%reconfigure_fonts_scriptlets -n noto-sans-hebrew - -%reconfigure_fonts_scriptlets -n noto-sans-khmer - -%reconfigure_fonts_scriptlets -n noto-sans-khmer-ui - -%reconfigure_fonts_scriptlets -n noto-sans-lao - -%reconfigure_fonts_scriptlets -n noto-sans-lao-ui - -%reconfigure_fonts_scriptlets -n noto-sans-tamil - -%reconfigure_fonts_scriptlets -n noto-sans-tamil-ui - -%reconfigure_fonts_scriptlets -n noto-sans-thai - -%reconfigure_fonts_scriptlets -n noto-sans-thai-ui - -%reconfigure_fonts_scriptlets -n noto-sans-ui - -%reconfigure_fonts_scriptlets -n noto-serif - -%reconfigure_fonts_scriptlets -n noto-serif-armenian - -%reconfigure_fonts_scriptlets -n noto-serif-georgian - -%reconfigure_fonts_scriptlets -n noto-serif-lao - -%reconfigure_fonts_scriptlets -n noto-serif-thai - %reconfigure_fonts_scriptlets -n noto-sans-avestan +%reconfigure_fonts_scriptlets -n noto-sans-balinese + +%reconfigure_fonts_scriptlets -n noto-sans-bamum + +%reconfigure_fonts_scriptlets -n noto-sans-batak + %reconfigure_fonts_scriptlets -n noto-sans-bengali -%reconfigure_fonts_scriptlets -n noto-sans-bengali-ui +%reconfigure_fonts_scriptlets -n noto-sans-brahmi + +%reconfigure_fonts_scriptlets -n noto-sans-buginese + +%reconfigure_fonts_scriptlets -n noto-sans-buhid + +%reconfigure_fonts_scriptlets -n noto-sans-canadianaboriginal %reconfigure_fonts_scriptlets -n noto-sans-carian +%reconfigure_fonts_scriptlets -n noto-sans-cham + %reconfigure_fonts_scriptlets -n noto-sans-cherokee %reconfigure_fonts_scriptlets -n noto-sans-coptic +%reconfigure_fonts_scriptlets -n noto-sans-cypriot + %reconfigure_fonts_scriptlets -n noto-sans-deseret +%reconfigure_fonts_scriptlets -n noto-sans-devanagari + %reconfigure_fonts_scriptlets -n noto-sans-egyptianhieroglyphs +%reconfigure_fonts_scriptlets -n noto-sans-ethiopic + +%reconfigure_fonts_scriptlets -n noto-sans-georgian + %reconfigure_fonts_scriptlets -n noto-sans-glagolitic +%reconfigure_fonts_scriptlets -n noto-sans-gothic + +%reconfigure_fonts_scriptlets -n noto-sans-gujarati + +%reconfigure_fonts_scriptlets -n noto-sans-gurmukhi + +%reconfigure_fonts_scriptlets -n noto-sans-hans + +%reconfigure_fonts_scriptlets -n noto-sans-hant + +%reconfigure_fonts_scriptlets -n noto-sans-hanunoo + +%reconfigure_fonts_scriptlets -n noto-sans-hebrew + %reconfigure_fonts_scriptlets -n noto-sans-imperialaramaic +%reconfigure_fonts_scriptlets -n noto-sans-jp + +%reconfigure_fonts_scriptlets -n noto-sans-javanese + +%reconfigure_fonts_scriptlets -n noto-sans-kr + +%reconfigure_fonts_scriptlets -n noto-sans-kaithi + %reconfigure_fonts_scriptlets -n noto-sans-kannada -%reconfigure_fonts_scriptlets -n noto-sans-kannada-ui - %reconfigure_fonts_scriptlets -n noto-sans-kayahli +%reconfigure_fonts_scriptlets -n noto-sans-kharoshthi + +%reconfigure_fonts_scriptlets -n noto-sans-khmer + +%reconfigure_fonts_scriptlets -n noto-sans-lao + +%reconfigure_fonts_scriptlets -n noto-sans-lepcha + +%reconfigure_fonts_scriptlets -n noto-sans-limbu + +%reconfigure_fonts_scriptlets -n noto-sans-linearb + %reconfigure_fonts_scriptlets -n noto-sans-lisu %reconfigure_fonts_scriptlets -n noto-sans-lycian @@ -667,255 +1108,489 @@ cp fonts/individual/unhinted/*.ttf %{buildroot}%{_ttfontsdir}/ %reconfigure_fonts_scriptlets -n noto-sans-malayalam -%reconfigure_fonts_scriptlets -n noto-sans-malayalam-ui +%reconfigure_fonts_scriptlets -n noto-sans-mandaic %reconfigure_fonts_scriptlets -n noto-sans-meeteimayek +%reconfigure_fonts_scriptlets -n noto-sans-mongolian + +%reconfigure_fonts_scriptlets -n noto-sans-myanmar + %reconfigure_fonts_scriptlets -n noto-sans-nko +%reconfigure_fonts_scriptlets -n noto-sans-newtailue + +%reconfigure_fonts_scriptlets -n noto-sans-ogham + +%reconfigure_fonts_scriptlets -n noto-sans-olchiki + +%reconfigure_fonts_scriptlets -n noto-sans-olditalic + +%reconfigure_fonts_scriptlets -n noto-sans-oldpersian + %reconfigure_fonts_scriptlets -n noto-sans-oldsoutharabian %reconfigure_fonts_scriptlets -n noto-sans-oldturkic %reconfigure_fonts_scriptlets -n noto-sans-osmanya +%reconfigure_fonts_scriptlets -n noto-sans-pahlavi + +%reconfigure_fonts_scriptlets -n noto-sans-parthian + +%reconfigure_fonts_scriptlets -n noto-sans-phagspa + %reconfigure_fonts_scriptlets -n noto-sans-phoenician +%reconfigure_fonts_scriptlets -n noto-sans-rejang + +%reconfigure_fonts_scriptlets -n noto-sans-runic + +%reconfigure_fonts_scriptlets -n noto-sans-samaritan + +%reconfigure_fonts_scriptlets -n noto-sans-saurashtra + %reconfigure_fonts_scriptlets -n noto-sans-shavian +%reconfigure_fonts_scriptlets -n noto-sans-sinhala + +%reconfigure_fonts_scriptlets -n noto-sans-sumeroakkadiancuneiform + +%reconfigure_fonts_scriptlets -n noto-sans-sundanese + +%reconfigure_fonts_scriptlets -n noto-sans-sylotinagri + %reconfigure_fonts_scriptlets -n noto-sans-symbols +%reconfigure_fonts_scriptlets -n noto-sans-syriaceastern + +%reconfigure_fonts_scriptlets -n noto-sans-syriacestrangela + +%reconfigure_fonts_scriptlets -n noto-sans-syriacwestern + %reconfigure_fonts_scriptlets -n noto-sans-tagalog +%reconfigure_fonts_scriptlets -n noto-sans-tagbanwa + +%reconfigure_fonts_scriptlets -n noto-sans-taile + %reconfigure_fonts_scriptlets -n noto-sans-taitham +%reconfigure_fonts_scriptlets -n noto-sans-taiviet + +%reconfigure_fonts_scriptlets -n noto-sans-tamil + %reconfigure_fonts_scriptlets -n noto-sans-telugu -%reconfigure_fonts_scriptlets -n noto-sans-telugu-ui +%reconfigure_fonts_scriptlets -n noto-sans-thai + +%reconfigure_fonts_scriptlets -n noto-sans-tifinagh %reconfigure_fonts_scriptlets -n noto-sans-ugaritic %reconfigure_fonts_scriptlets -n noto-sans-vai +%reconfigure_fonts_scriptlets -n noto-sans-yi +%reconfigure_fonts_scriptlets -n noto-serif + +%reconfigure_fonts_scriptlets -n noto-serif-armenian + +%reconfigure_fonts_scriptlets -n noto-serif-georgian + +%reconfigure_fonts_scriptlets -n noto-serif-khmer + +%reconfigure_fonts_scriptlets -n noto-serif-lao + +%reconfigure_fonts_scriptlets -n noto-serif-thai %files %defattr(0644,root,root,755) -%doc COPYING +%doc LICENSE %dir %{_ttfontsdir} +%files -n noto-kufiarabic +%defattr(-,root,root) +%{_ttfontsdir}/NotoKufiArabic-*.?tf + +%files -n noto-naskharabic +%defattr(-,root,root) +%{_ttfontsdir}/NotoNaskhArabic-*.?tf + %files -n noto-sans %defattr(-,root,root) -%{_ttfontsdir}/NotoSans-*.ttf +%{_ttfontsdir}/NotoSans-*.?tf %files -n noto-sans-armenian %defattr(-,root,root) -%{_ttfontsdir}/NotoSansArmenian-*.ttf - -%files -n noto-sans-devanagari -%defattr(-,root,root) -%{_ttfontsdir}/NotoSansDevanagari-*.ttf - -%files -n noto-sans-devanagari-ui -%defattr(-,root,root) -%{_ttfontsdir}/NotoSansDevanagariUI-*.ttf - -%files -n noto-sans-ethiopic -%defattr(-,root,root) -%{_ttfontsdir}/NotoSansEthiopic-*.ttf - -%files -n noto-sans-georgian -%defattr(-,root,root) -%{_ttfontsdir}/NotoSansGeorgian-*.ttf - -%files -n noto-sans-hebrew -%defattr(-,root,root) -%{_ttfontsdir}/NotoSansHebrew-*.ttf - -%files -n noto-sans-khmer -%defattr(-,root,root) -%{_ttfontsdir}/NotoSansKhmer-*.ttf - -%files -n noto-sans-khmer-ui -%defattr(-,root,root) -%{_ttfontsdir}/NotoSansKhmerUI-*.ttf - -%files -n noto-sans-lao -%defattr(-,root,root) -%{_ttfontsdir}/NotoSansLao-*.ttf - -%files -n noto-sans-lao-ui -%defattr(-,root,root) -%{_ttfontsdir}/NotoSansLaoUI-*.ttf - -%files -n noto-sans-tamil -%defattr(-,root,root) -%{_ttfontsdir}/NotoSansTamil-*.ttf - -%files -n noto-sans-tamil-ui -%defattr(-,root,root) -%{_ttfontsdir}/NotoSansTamilUI-*.ttf - -%files -n noto-sans-thai -%defattr(-,root,root) -%{_ttfontsdir}/NotoSansThai-*.ttf - -%files -n noto-sans-thai-ui -%defattr(-,root,root) -%{_ttfontsdir}/NotoSansThaiUI-*.ttf - -%files -n noto-sans-ui -%defattr(-,root,root) -%{_ttfontsdir}/NotoSansUI-*.ttf - -%files -n noto-serif -%defattr(-,root,root) -%{_ttfontsdir}/NotoSerif-*.ttf - -%files -n noto-serif-armenian -%defattr(-,root,root) -%{_ttfontsdir}/NotoSerifArmenian-*.ttf - -%files -n noto-serif-georgian -%defattr(-,root,root) -%{_ttfontsdir}/NotoSerifGeorgian-*.ttf - -%files -n noto-serif-lao -%defattr(-,root,root) -%{_ttfontsdir}/NotoSerifLao-*.ttf - -%files -n noto-serif-thai -%defattr(-,root,root) -%{_ttfontsdir}/NotoSerifThai-*.ttf +%{_ttfontsdir}/NotoSansArmenian-*.?tf %files -n noto-sans-avestan %defattr(-,root,root) -%{_ttfontsdir}/NotoSansAvestan-*.ttf +%{_ttfontsdir}/NotoSansAvestan-*.?tf + +%files -n noto-sans-balinese +%defattr(-,root,root) +%{_ttfontsdir}/NotoSansBalinese-*.?tf + +%files -n noto-sans-bamum +%defattr(-,root,root) +%{_ttfontsdir}/NotoSansBamum-*.?tf + +%files -n noto-sans-batak +%defattr(-,root,root) +%{_ttfontsdir}/NotoSansBatak-*.?tf %files -n noto-sans-bengali %defattr(-,root,root) -%{_ttfontsdir}/NotoSansBengali-*.ttf +%{_ttfontsdir}/NotoSansBengali-*.?tf -%files -n noto-sans-bengali-ui +%files -n noto-sans-brahmi %defattr(-,root,root) -%{_ttfontsdir}/NotoSansBengaliUI-*.ttf +%{_ttfontsdir}/NotoSansBrahmi-*.?tf + +%files -n noto-sans-buginese +%defattr(-,root,root) +%{_ttfontsdir}/NotoSansBuginese-*.?tf + +%files -n noto-sans-buhid +%defattr(-,root,root) +%{_ttfontsdir}/NotoSansBuhid-*.?tf + +%files -n noto-sans-canadianaboriginal +%defattr(-,root,root) +%{_ttfontsdir}/NotoSansCanadianAboriginal-*.?tf %files -n noto-sans-carian %defattr(-,root,root) -%{_ttfontsdir}/NotoSansCarian-*.ttf +%{_ttfontsdir}/NotoSansCarian-*.?tf + +%files -n noto-sans-cham +%defattr(-,root,root) +%{_ttfontsdir}/NotoSansCham-*.?tf %files -n noto-sans-cherokee %defattr(-,root,root) -%{_ttfontsdir}/NotoSansCherokee-*.ttf +%{_ttfontsdir}/NotoSansCherokee-*.?tf %files -n noto-sans-coptic %defattr(-,root,root) -%{_ttfontsdir}/NotoSansCoptic-*.ttf +%{_ttfontsdir}/NotoSansCoptic-*.?tf + +%files -n noto-sans-cypriot +%defattr(-,root,root) +%{_ttfontsdir}/NotoSansCypriot-*.?tf %files -n noto-sans-deseret %defattr(-,root,root) -%{_ttfontsdir}/NotoSansDeseret-*.ttf +%{_ttfontsdir}/NotoSansDeseret-*.?tf + +%files -n noto-sans-devanagari +%defattr(-,root,root) +%{_ttfontsdir}/NotoSansDevanagari-*.?tf %files -n noto-sans-egyptianhieroglyphs %defattr(-,root,root) -%{_ttfontsdir}/NotoSansEgyptianHieroglyphs-*.ttf +%{_ttfontsdir}/NotoSansEgyptianHieroglyphs-*.?tf + +%files -n noto-sans-ethiopic +%defattr(-,root,root) +%{_ttfontsdir}/NotoSansEthiopic-*.?tf + +%files -n noto-sans-georgian +%defattr(-,root,root) +%{_ttfontsdir}/NotoSansGeorgian-*.?tf %files -n noto-sans-glagolitic %defattr(-,root,root) -%{_ttfontsdir}/NotoSansGlagolitic-*.ttf +%{_ttfontsdir}/NotoSansGlagolitic-*.?tf + +%files -n noto-sans-gothic +%defattr(-,root,root) +%{_ttfontsdir}/NotoSansGothic-*.?tf + +%files -n noto-sans-gujarati +%defattr(-,root,root) +%{_ttfontsdir}/NotoSansGujarati-*.?tf + +%files -n noto-sans-gurmukhi +%defattr(-,root,root) +%{_ttfontsdir}/NotoSansGurmukhi-*.?tf + +%files -n noto-sans-hans +%defattr(-,root,root) +%{_ttfontsdir}/NotoSansHans-*.?tf + +%files -n noto-sans-hant +%defattr(-,root,root) +%{_ttfontsdir}/NotoSansHant-*.?tf + +%files -n noto-sans-hanunoo +%defattr(-,root,root) +%{_ttfontsdir}/NotoSansHanunoo-*.?tf + +%files -n noto-sans-hebrew +%defattr(-,root,root) +%{_ttfontsdir}/NotoSansHebrew-*.?tf %files -n noto-sans-imperialaramaic %defattr(-,root,root) -%{_ttfontsdir}/NotoSansImperialAramaic-*.ttf +%{_ttfontsdir}/NotoSansImperialAramaic-*.?tf + +%files -n noto-sans-jp +%defattr(-,root,root) +%{_ttfontsdir}/NotoSansJP-*.?tf + +%files -n noto-sans-javanese +%defattr(-,root,root) +%{_ttfontsdir}/NotoSansJavanese-*.?tf + +%files -n noto-sans-kr +%defattr(-,root,root) +%{_ttfontsdir}/NotoSansKR-*.?tf + +%files -n noto-sans-kaithi +%defattr(-,root,root) +%{_ttfontsdir}/NotoSansKaithi-*.?tf %files -n noto-sans-kannada %defattr(-,root,root) -%{_ttfontsdir}/NotoSansKannada-*.ttf - -%files -n noto-sans-kannada-ui -%defattr(-,root,root) -%{_ttfontsdir}/NotoSansKannadaUI-*.ttf +%{_ttfontsdir}/NotoSansKannada-*.?tf %files -n noto-sans-kayahli %defattr(-,root,root) -%{_ttfontsdir}/NotoSansKayahLi-*.ttf +%{_ttfontsdir}/NotoSansKayahLi-*.?tf + +%files -n noto-sans-kharoshthi +%defattr(-,root,root) +%{_ttfontsdir}/NotoSansKharoshthi-*.?tf + +%files -n noto-sans-khmer +%defattr(-,root,root) +%{_ttfontsdir}/NotoSansKhmer-*.?tf + +%files -n noto-sans-lao +%defattr(-,root,root) +%{_ttfontsdir}/NotoSansLao-*.?tf + +%files -n noto-sans-lepcha +%defattr(-,root,root) +%{_ttfontsdir}/NotoSansLepcha-*.?tf + +%files -n noto-sans-limbu +%defattr(-,root,root) +%{_ttfontsdir}/NotoSansLimbu-*.?tf + +%files -n noto-sans-linearb +%defattr(-,root,root) +%{_ttfontsdir}/NotoSansLinearB-*.?tf %files -n noto-sans-lisu %defattr(-,root,root) -%{_ttfontsdir}/NotoSansLisu-*.ttf +%{_ttfontsdir}/NotoSansLisu-*.?tf %files -n noto-sans-lycian %defattr(-,root,root) -%{_ttfontsdir}/NotoSansLycian-*.ttf +%{_ttfontsdir}/NotoSansLycian-*.?tf %files -n noto-sans-lydian %defattr(-,root,root) -%{_ttfontsdir}/NotoSansLydian-*.ttf +%{_ttfontsdir}/NotoSansLydian-*.?tf %files -n noto-sans-malayalam %defattr(-,root,root) -%{_ttfontsdir}/NotoSansMalayalam-*.ttf +%{_ttfontsdir}/NotoSansMalayalam-*.?tf -%files -n noto-sans-malayalam-ui +%files -n noto-sans-mandaic %defattr(-,root,root) -%{_ttfontsdir}/NotoSansMalayalamUI-*.ttf +%{_ttfontsdir}/NotoSansMandaic-*.?tf %files -n noto-sans-meeteimayek %defattr(-,root,root) -%{_ttfontsdir}/NotoSansMeeteiMayek-*.ttf +%{_ttfontsdir}/NotoSansMeeteiMayek-*.?tf + +%files -n noto-sans-mongolian +%defattr(-,root,root) +%{_ttfontsdir}/NotoSansMongolian-*.?tf + +%files -n noto-sans-myanmar +%defattr(-,root,root) +%{_ttfontsdir}/NotoSansMyanmar-*.?tf %files -n noto-sans-nko %defattr(-,root,root) -%{_ttfontsdir}/NotoSansNKo-*.ttf +%{_ttfontsdir}/NotoSansNKo-*.?tf + +%files -n noto-sans-newtailue +%defattr(-,root,root) +%{_ttfontsdir}/NotoSansNewTaiLue-*.?tf + +%files -n noto-sans-ogham +%defattr(-,root,root) +%{_ttfontsdir}/NotoSansOgham-*.?tf + +%files -n noto-sans-olchiki +%defattr(-,root,root) +%{_ttfontsdir}/NotoSansOlChiki-*.?tf + +%files -n noto-sans-olditalic +%defattr(-,root,root) +%{_ttfontsdir}/NotoSansOldItalic-*.?tf + +%files -n noto-sans-oldpersian +%defattr(-,root,root) +%{_ttfontsdir}/NotoSansOldPersian-*.?tf %files -n noto-sans-oldsoutharabian %defattr(-,root,root) -%{_ttfontsdir}/NotoSansOldSouthArabian-*.ttf +%{_ttfontsdir}/NotoSansOldSouthArabian-*.?tf %files -n noto-sans-oldturkic %defattr(-,root,root) -%{_ttfontsdir}/NotoSansOldTurkic-*.ttf +%{_ttfontsdir}/NotoSansOldTurkic-*.?tf %files -n noto-sans-osmanya %defattr(-,root,root) -%{_ttfontsdir}/NotoSansOsmanya-*.ttf +%{_ttfontsdir}/NotoSansOsmanya-*.?tf + +%files -n noto-sans-pahlavi +%defattr(-,root,root) +%{_ttfontsdir}/NotoSansPahlavi-*.?tf + +%files -n noto-sans-parthian +%defattr(-,root,root) +%{_ttfontsdir}/NotoSansParthian-*.?tf + +%files -n noto-sans-phagspa +%defattr(-,root,root) +%{_ttfontsdir}/NotoSansPhagsPa-*.?tf %files -n noto-sans-phoenician %defattr(-,root,root) -%{_ttfontsdir}/NotoSansPhoenician-*.ttf +%{_ttfontsdir}/NotoSansPhoenician-*.?tf + +%files -n noto-sans-rejang +%defattr(-,root,root) +%{_ttfontsdir}/NotoSansRejang-*.?tf + +%files -n noto-sans-runic +%defattr(-,root,root) +%{_ttfontsdir}/NotoSansRunic-*.?tf + +%files -n noto-sans-samaritan +%defattr(-,root,root) +%{_ttfontsdir}/NotoSansSamaritan-*.?tf + +%files -n noto-sans-saurashtra +%defattr(-,root,root) +%{_ttfontsdir}/NotoSansSaurashtra-*.?tf %files -n noto-sans-shavian %defattr(-,root,root) -%{_ttfontsdir}/NotoSansShavian-*.ttf +%{_ttfontsdir}/NotoSansShavian-*.?tf + +%files -n noto-sans-sinhala +%defattr(-,root,root) +%{_ttfontsdir}/NotoSansSinhala-*.?tf + +%files -n noto-sans-sumeroakkadiancuneiform +%defattr(-,root,root) +%{_ttfontsdir}/NotoSansSumeroAkkadianCuneiform-*.?tf + +%files -n noto-sans-sundanese +%defattr(-,root,root) +%{_ttfontsdir}/NotoSansSundanese-*.?tf + +%files -n noto-sans-sylotinagri +%defattr(-,root,root) +%{_ttfontsdir}/NotoSansSylotiNagri-*.?tf %files -n noto-sans-symbols %defattr(-,root,root) -%{_ttfontsdir}/NotoSansSymbols-*.ttf +%{_ttfontsdir}/NotoSansSymbols-*.?tf + +%files -n noto-sans-syriaceastern +%defattr(-,root,root) +%{_ttfontsdir}/NotoSansSyriacEastern-*.?tf + +%files -n noto-sans-syriacestrangela +%defattr(-,root,root) +%{_ttfontsdir}/NotoSansSyriacEstrangela-*.?tf + +%files -n noto-sans-syriacwestern +%defattr(-,root,root) +%{_ttfontsdir}/NotoSansSyriacWestern-*.?tf %files -n noto-sans-tagalog %defattr(-,root,root) -%{_ttfontsdir}/NotoSansTagalog-*.ttf +%{_ttfontsdir}/NotoSansTagalog-*.?tf + +%files -n noto-sans-tagbanwa +%defattr(-,root,root) +%{_ttfontsdir}/NotoSansTagbanwa-*.?tf + +%files -n noto-sans-taile +%defattr(-,root,root) +%{_ttfontsdir}/NotoSansTaiLe-*.?tf %files -n noto-sans-taitham %defattr(-,root,root) -%{_ttfontsdir}/NotoSansTaiTham-*.ttf +%{_ttfontsdir}/NotoSansTaiTham-*.?tf + +%files -n noto-sans-taiviet +%defattr(-,root,root) +%{_ttfontsdir}/NotoSansTaiViet-*.?tf + +%files -n noto-sans-tamil +%defattr(-,root,root) +%{_ttfontsdir}/NotoSansTamil-*.?tf %files -n noto-sans-telugu %defattr(-,root,root) -%{_ttfontsdir}/NotoSansTelugu-*.ttf +%{_ttfontsdir}/NotoSansTelugu-*.?tf -%files -n noto-sans-telugu-ui +%files -n noto-sans-thai %defattr(-,root,root) -%{_ttfontsdir}/NotoSansTeluguUI-*.ttf +%{_ttfontsdir}/NotoSansThai-*.?tf + +%files -n noto-sans-tifinagh +%defattr(-,root,root) +%{_ttfontsdir}/NotoSansTifinagh-*.?tf %files -n noto-sans-ugaritic %defattr(-,root,root) -%{_ttfontsdir}/NotoSansUgaritic-*.ttf +%{_ttfontsdir}/NotoSansUgaritic-*.?tf %files -n noto-sans-vai %defattr(-,root,root) -%{_ttfontsdir}/NotoSansVai-*.ttf +%{_ttfontsdir}/NotoSansVai-*.?tf +%files -n noto-sans-yi +%defattr(-,root,root) +%{_ttfontsdir}/NotoSansYi-*.?tf +%files -n noto-serif +%defattr(-,root,root) +%{_ttfontsdir}/NotoSerif-*.?tf + +%files -n noto-serif-armenian +%defattr(-,root,root) +%{_ttfontsdir}/NotoSerifArmenian-*.?tf + +%files -n noto-serif-georgian +%defattr(-,root,root) +%{_ttfontsdir}/NotoSerifGeorgian-*.?tf + +%files -n noto-serif-khmer +%defattr(-,root,root) +%{_ttfontsdir}/NotoSerifKhmer-*.?tf + +%files -n noto-serif-lao +%defattr(-,root,root) +%{_ttfontsdir}/NotoSerifLao-*.?tf + +%files -n noto-serif-thai +%defattr(-,root,root) +%{_ttfontsdir}/NotoSerifThai-*.?tf %changelog diff --git a/google-noto-fonts.spec.in b/google-noto-fonts.spec.in index ee88a60..d2e2057 100644 --- a/google-noto-fonts.spec.in +++ b/google-noto-fonts.spec.in @@ -15,25 +15,22 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # -%define hyear 2013 -%define hmonth 04 -%define hday 11 -%define uhyear 2013 -%define uhmonth 04 -%define uhday 18 +%define hyear 2014 +%define hmonth 07 +%define hday 16 %define src_name NotoFonts Name: google-noto-fonts -Version: %{uhyear}%{uhmonth}%{uhday} +Version: %{hyear}%{hmonth}%{hday} Release: 0 Summary: Noto Font Families License: Apache-2.0 Group: System/X11/Fonts Url: https://code.google.com/p/noto/ -Source0: https://noto.googlecode.com/files/%{src_name}-hinted-%{hyear}-%{hmonth}-%{hday}.tgz -Source1: https://noto.googlecode.com/files/%{src_name}-unhinted-%{uhyear}-%{uhmonth}-%{uhday}.tgz +Source0: http://www.google.com/get/noto/pkgs/Noto-hinted.zip Source2: generate-specfile.sh BuildRequires: fontpackages-devel +BuildRequires: unzip %reconfigure_fonts_prereq BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildArch: noarch @@ -45,28 +42,20 @@ thicknesses) across languages. @SUBPACKAGE_HEADERS@ %prep -%setup -q -c -T -a0 -a1 -mv fonts/individual/unhinted/NotoSansMalayalam{,-Regular}.ttf -mv fonts/individual/unhinted/NotoSansMalayalamUI{,-Regular}.ttf -# remove duplicities in fonts/individual/unhinted -for f in `ls fonts/individual/unhinted`; do - if [ -e fonts/individual/hinted/$f ]; then - rm fonts/individual/unhinted/$f - fi -done +%setup -q -c -n %{name}-%{version} %build %install mkdir -p %{buildroot}%{_ttfontsdir} -cp fonts/individual/hinted/*.ttf %{buildroot}%{_ttfontsdir}/ -cp fonts/individual/unhinted/*.ttf %{buildroot}%{_ttfontsdir}/ +cp *.ttf %{buildroot}%{_ttfontsdir}/ +cp *.otf %{buildroot}%{_ttfontsdir}/ @SUBPACKAGE_SCRIPTLETS@ %files %defattr(0644,root,root,755) -%doc COPYING +%doc LICENSE %dir %{_ttfontsdir} @SUBPACKAGE_FILELISTS@