diff --git a/Noto-hinted.zip b/Noto-hinted.zip index fa71c0a..2afc50f 100644 --- a/Noto-hinted.zip +++ b/Noto-hinted.zip @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:a979d9837d4223bcbe55497e3b5c545e0e554a78584f60915f1e620d3fbe508e -size 494039413 +oid sha256:77decb00e17677b0f8182a9eeae7ddfaadfed064c926433bcc0c8617cd52899e +size 500352958 diff --git a/generate-specfile.sh b/generate-specfile.sh index 9962992..ff7607e 100644 --- a/generate-specfile.sh +++ b/generate-specfile.sh @@ -15,9 +15,10 @@ rm -f $pkg_name/NotoSans*CJK*.otf cp -f $pkg_name.spec.in $pkg_name.spec for h in hinted; do ls $pkg_name/ | sed -e 's:Noto::' -e 's:-.*\..tf::' -e 's:\..tf::' -e 's:\.ttc::' | sort -f | 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:"` + font=${font%%$ui} + serif=`echo $font | sed 's:\(Sans\|Serif\).*:\1:'` + script=`echo $font | sed "s:$serif\(.*\):\1:"` packagename="noto-$serif" if [ ! -z $script ]; then packagename="$packagename-$script" @@ -27,7 +28,9 @@ for h in hinted; do fi packagename=`echo "$packagename" | tr [A-Z] [a-z]` if [ $serif == "Sans" ]; then - serif_dsc="Sans Serif" + serif_dsc="Sans Serif " + else + serif_dsc="" fi obsoletes=$packagename if [ "$script" == "CJK" ]; then @@ -39,8 +42,11 @@ for h in hinted; do done fi packagename="$packagename-fonts" - summary=`echo "Noto $script $serif_dsc Font" | sed 's:\([a-z]\)\([A-Z]\):\1 \2:'` - + if [ ! -z "$script" ]; then + summary=`echo "Noto $script ${serif_dsc}Font" | sed 's:\([a-z]\)\([A-Z]\):\1 \2:g'` + else + summary=`echo "Noto $serif Font" | sed 's:\([a-z]\)\([A-Z]\):\1 \2:g'` + fi sed -i "s/@SUBPACKAGE_HEADERS@/%package -n $packagename\n@SUBPACKAGE_HEADERS@/" $pkg_name.spec sed -i "s/@SUBPACKAGE_HEADERS@/Summary: $summary\n@SUBPACKAGE_HEADERS@/" $pkg_name.spec sed -i "s;@SUBPACKAGE_HEADERS@;Group: System/X11/Fonts\n@SUBPACKAGE_HEADERS@;" $pkg_name.spec @@ -60,7 +66,11 @@ for h in hinted; do sed -i "s/@SUBPACKAGE_HEADERS@/%description -n $packagename\n@SUBPACKAGE_HEADERS@/" $pkg_name.spec sed -i "s/@SUBPACKAGE_HEADERS@/Noto's design goal is to achieve visual harmonization (e.g., compatible\n@SUBPACKAGE_HEADERS@/" $pkg_name.spec sed -i "s/@SUBPACKAGE_HEADERS@/heights and stroke thicknesses) across languages. This package contains\n@SUBPACKAGE_HEADERS@/" $pkg_name.spec - sed -i "s/@SUBPACKAGE_HEADERS@/$script $serif_dsc font, $h.\n@SUBPACKAGE_HEADERS@/" $pkg_name.spec + if [ ! -z "$script" ]; then + sed -i "s/@SUBPACKAGE_HEADERS@/$script ${serif_dsc}font, $h.\n@SUBPACKAGE_HEADERS@/" $pkg_name.spec + else + sed -i "s/@SUBPACKAGE_HEADERS@/$serif font, $h.\n@SUBPACKAGE_HEADERS@/" $pkg_name.spec + fi sed -i "s/@SUBPACKAGE_HEADERS@/\n@SUBPACKAGE_HEADERS@/" $pkg_name.spec sed -i "s/@SUBPACKAGE_SCRIPTLETS@/%reconfigure_fonts_scriptlets -n $packagename\n\n@SUBPACKAGE_SCRIPTLETS@/" $pkg_name.spec diff --git a/google-noto-fonts.changes b/google-noto-fonts.changes index 7f5f499..cfff78f 100644 --- a/google-noto-fonts.changes +++ b/google-noto-fonts.changes @@ -1,3 +1,36 @@ +------------------------------------------------------------------- +Tue Feb 28 16:22:22 UTC 2017 - hpj@urpla.net + +- update to version 20161025 + - new: Mono Font + - new: Naskh Arabic Font + - new: Bengali Sans Serif Font + - new: Devanagari Sans Serif Font + - new: Gujarati Sans Serif Font + - new: Gurmukhi Sans Serif Font + - new: Kannada Sans Serif Font + - new: Khmer Sans Serif Font + - new: Lao Sans Serif Font + - new: Malayalam Sans Serif Font + - new: Myanmar Sans Serif Font + - new: Oriya Sans Serif Font + - new: Tamil Sans Serif Font + - new: Telugu Sans Serif Font + - new: Thai Sans Serif Font + - new: Sans UI Font + - new: Bengali Font + - new: Devanagari Font + - new: Gujarati Font + - new: Kannada Font + - new: Malayalam Font + - new: Tamil Font + - new: Telugu Font + +- fix generate-specfile.sh: + - handle UI fonts, that do not start with Sans ot Serif + - fix description of fonts, that do not start with Sans ot Serif + - flag sans fonts only, that really deserve it + ------------------------------------------------------------------- Sun Sep 11 07:59:49 UTC 2016 - ftake@geeko.jp diff --git a/google-noto-fonts.spec b/google-noto-fonts.spec index 1f82243..9c36cba 100644 --- a/google-noto-fonts.spec +++ b/google-noto-fonts.spec @@ -1,7 +1,7 @@ # # spec file for package google-noto-fonts # -# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -16,9 +16,9 @@ # -%define hyear 2015 -%define hmonth 12 -%define hday 15 +%define hyear 2016 +%define hmonth 10 +%define hday 25 %define src_name NotoFonts # DO NOT EDIT THIS SPECFILE DIRECTLY, edit google-noto-fonts.spec.in and run generate-specfile.sh scriptZZ @@ -51,7 +51,7 @@ Group: Documentation/Other License for Google's Noto fonts. %package -n noto-coloremoji-fonts -Summary: Noto Font +Summary: Noto Color Emoji Font Group: System/X11/Fonts Requires: google-noto-fonts-doc Obsoletes: noto-coloremoji @@ -61,10 +61,10 @@ Provides: noto-coloremoji %description -n noto-coloremoji-fonts Noto's design goal is to achieve visual harmonization (e.g., compatible heights and stroke thicknesses) across languages. This package contains - font, hinted. +ColorEmoji font, hinted. %package -n noto-emoji-fonts -Summary: Noto Font +Summary: Noto Emoji Font Group: System/X11/Fonts Requires: google-noto-fonts-doc Obsoletes: noto-emoji @@ -74,10 +74,10 @@ Provides: noto-emoji %description -n noto-emoji-fonts Noto's design goal is to achieve visual harmonization (e.g., compatible heights and stroke thicknesses) across languages. This package contains - font, hinted. +Emoji font, hinted. %package -n noto-kufiarabic-fonts -Summary: Noto Font +Summary: Noto Kufi Arabic Font Group: System/X11/Fonts Requires: google-noto-fonts-doc Obsoletes: noto-kufiarabic @@ -87,10 +87,23 @@ Provides: noto-kufiarabic %description -n noto-kufiarabic-fonts Noto's design goal is to achieve visual harmonization (e.g., compatible heights and stroke thicknesses) across languages. This package contains - font, hinted. +KufiArabic font, hinted. + +%package -n noto-mono-fonts +Summary: Noto Mono Font +Group: System/X11/Fonts +Requires: google-noto-fonts-doc +Obsoletes: noto-mono +Provides: noto-mono +%reconfigure_fonts_prereq + +%description -n noto-mono-fonts +Noto's design goal is to achieve visual harmonization (e.g., compatible +heights and stroke thicknesses) across languages. This package contains +Mono font, hinted. %package -n noto-naskharabic-fonts -Summary: Noto Font +Summary: Noto Naskh Arabic Font Group: System/X11/Fonts Requires: google-noto-fonts-doc Obsoletes: noto-naskharabic @@ -100,10 +113,23 @@ Provides: noto-naskharabic %description -n noto-naskharabic-fonts Noto's design goal is to achieve visual harmonization (e.g., compatible heights and stroke thicknesses) across languages. This package contains - font, hinted. +NaskhArabic font, hinted. + +%package -n noto-naskharabic-ui-fonts +Summary: Noto Naskh Arabic Font +Group: System/X11/Fonts +Requires: google-noto-fonts-doc +Obsoletes: noto-naskharabic-ui +Provides: noto-naskharabic-ui +%reconfigure_fonts_prereq + +%description -n noto-naskharabic-ui-fonts +Noto's design goal is to achieve visual harmonization (e.g., compatible +heights and stroke thicknesses) across languages. This package contains +NaskhArabic font, hinted. %package -n noto-nastaliqurdu-fonts -Summary: Noto Font +Summary: Noto Nastaliq Urdu Font Group: System/X11/Fonts Requires: google-noto-fonts-doc Obsoletes: noto-nastaliqurdu @@ -113,10 +139,10 @@ Provides: noto-nastaliqurdu %description -n noto-nastaliqurdu-fonts Noto's design goal is to achieve visual harmonization (e.g., compatible heights and stroke thicknesses) across languages. This package contains - font, hinted. +NastaliqUrdu font, hinted. %package -n noto-sans-fonts -Summary: Noto Sans Serif Font +Summary: Noto Sans Font Group: System/X11/Fonts Requires: google-noto-fonts-doc Obsoletes: noto-sans @@ -126,7 +152,7 @@ Provides: noto-sans %description -n noto-sans-fonts 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. +Sans font, hinted. %package -n noto-sans-armenian-fonts Summary: Noto Armenian Sans Serif Font @@ -139,7 +165,7 @@ Provides: noto-sans-armenian %description -n noto-sans-armenian-fonts 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. +Armenian Sans Serif font, hinted. %package -n noto-sans-avestan-fonts Summary: Noto Avestan Sans Serif Font @@ -152,7 +178,7 @@ Provides: noto-sans-avestan %description -n noto-sans-avestan-fonts 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. +Avestan Sans Serif font, hinted. %package -n noto-sans-balinese-fonts Summary: Noto Balinese Sans Serif Font @@ -165,7 +191,7 @@ Provides: noto-sans-balinese %description -n noto-sans-balinese-fonts 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. +Balinese Sans Serif font, hinted. %package -n noto-sans-bamum-fonts Summary: Noto Bamum Sans Serif Font @@ -178,7 +204,7 @@ Provides: noto-sans-bamum %description -n noto-sans-bamum-fonts 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. +Bamum Sans Serif font, hinted. %package -n noto-sans-batak-fonts Summary: Noto Batak Sans Serif Font @@ -191,7 +217,7 @@ Provides: noto-sans-batak %description -n noto-sans-batak-fonts 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. +Batak Sans Serif font, hinted. %package -n noto-sans-bengali-fonts Summary: Noto Bengali Sans Serif Font @@ -204,7 +230,20 @@ Provides: noto-sans-bengali %description -n noto-sans-bengali-fonts 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. +Bengali Sans Serif font, hinted. + +%package -n noto-sans-bengali-ui-fonts +Summary: Noto Bengali Sans Serif Font +Group: System/X11/Fonts +Requires: google-noto-fonts-doc +Obsoletes: noto-sans-bengali-ui +Provides: noto-sans-bengali-ui +%reconfigure_fonts_prereq + +%description -n noto-sans-bengali-ui-fonts +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-fonts Summary: Noto Brahmi Sans Serif Font @@ -217,7 +256,7 @@ Provides: noto-sans-brahmi %description -n noto-sans-brahmi-fonts 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. +Brahmi Sans Serif font, hinted. %package -n noto-sans-buginese-fonts Summary: Noto Buginese Sans Serif Font @@ -230,7 +269,7 @@ Provides: noto-sans-buginese %description -n noto-sans-buginese-fonts 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. +Buginese Sans Serif font, hinted. %package -n noto-sans-buhid-fonts Summary: Noto Buhid Sans Serif Font @@ -243,7 +282,7 @@ Provides: noto-sans-buhid %description -n noto-sans-buhid-fonts 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. +Buhid Sans Serif font, hinted. %package -n noto-sans-canadianaboriginal-fonts Summary: Noto Canadian Aboriginal Sans Serif Font @@ -256,7 +295,7 @@ Provides: noto-sans-canadianaboriginal %description -n noto-sans-canadianaboriginal-fonts 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. +CanadianAboriginal Sans Serif font, hinted. %package -n noto-sans-carian-fonts Summary: Noto Carian Sans Serif Font @@ -269,7 +308,7 @@ Provides: noto-sans-carian %description -n noto-sans-carian-fonts 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. +Carian Sans Serif font, hinted. %package -n noto-sans-cham-fonts Summary: Noto Cham Sans Serif Font @@ -282,7 +321,7 @@ Provides: noto-sans-cham %description -n noto-sans-cham-fonts 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. +Cham Sans Serif font, hinted. %package -n noto-sans-cherokee-fonts Summary: Noto Cherokee Sans Serif Font @@ -295,7 +334,7 @@ Provides: noto-sans-cherokee %description -n noto-sans-cherokee-fonts 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. +Cherokee Sans Serif font, hinted. %package -n noto-sans-cjk-fonts Summary: Noto CJK Sans Serif Font @@ -332,7 +371,7 @@ Provides: locale(zh_CN;zh_SG;zh_TW;zh_HK;zh_MO) %description -n noto-sans-cjk-fonts Noto's design goal is to achieve visual harmonization (e.g., compatible heights and stroke thicknesses) across languages. This package contains -CJK Sans Serif font, hinted. +CJK Sans Serif font, hinted. %package -n noto-sans-coptic-fonts Summary: Noto Coptic Sans Serif Font @@ -345,7 +384,7 @@ Provides: noto-sans-coptic %description -n noto-sans-coptic-fonts 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. +Coptic Sans Serif font, hinted. %package -n noto-sans-cuneiform-fonts Summary: Noto Cuneiform Sans Serif Font @@ -358,7 +397,7 @@ Provides: noto-sans-cuneiform %description -n noto-sans-cuneiform-fonts Noto's design goal is to achieve visual harmonization (e.g., compatible heights and stroke thicknesses) across languages. This package contains -Cuneiform Sans Serif font, hinted. +Cuneiform Sans Serif font, hinted. %package -n noto-sans-cypriot-fonts Summary: Noto Cypriot Sans Serif Font @@ -371,7 +410,7 @@ Provides: noto-sans-cypriot %description -n noto-sans-cypriot-fonts 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. +Cypriot Sans Serif font, hinted. %package -n noto-sans-deseret-fonts Summary: Noto Deseret Sans Serif Font @@ -384,7 +423,7 @@ Provides: noto-sans-deseret %description -n noto-sans-deseret-fonts 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. +Deseret Sans Serif font, hinted. %package -n noto-sans-devanagari-fonts Summary: Noto Devanagari Sans Serif Font @@ -397,7 +436,20 @@ Provides: noto-sans-devanagari %description -n noto-sans-devanagari-fonts 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. +Devanagari Sans Serif font, hinted. + +%package -n noto-sans-devanagari-ui-fonts +Summary: Noto Devanagari Sans Serif Font +Group: System/X11/Fonts +Requires: google-noto-fonts-doc +Obsoletes: noto-sans-devanagari-ui +Provides: noto-sans-devanagari-ui +%reconfigure_fonts_prereq + +%description -n noto-sans-devanagari-ui-fonts +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-egyptianhieroglyphs-fonts Summary: Noto Egyptian Hieroglyphs Sans Serif Font @@ -410,7 +462,7 @@ Provides: noto-sans-egyptianhieroglyphs %description -n noto-sans-egyptianhieroglyphs-fonts 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, hinted. +EgyptianHieroglyphs Sans Serif font, hinted. %package -n noto-sans-ethiopic-fonts Summary: Noto Ethiopic Sans Serif Font @@ -423,7 +475,7 @@ Provides: noto-sans-ethiopic %description -n noto-sans-ethiopic-fonts Noto's design goal is to achieve visual harmonization (e.g., compatible heights and stroke thicknesses) across languages. This package contains -Ethiopic Sans Serif font, hinted. +Ethiopic Sans Serif font, hinted. %package -n noto-sans-georgian-fonts Summary: Noto Georgian Sans Serif Font @@ -436,7 +488,7 @@ Provides: noto-sans-georgian %description -n noto-sans-georgian-fonts 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. +Georgian Sans Serif font, hinted. %package -n noto-sans-glagolitic-fonts Summary: Noto Glagolitic Sans Serif Font @@ -449,7 +501,7 @@ Provides: noto-sans-glagolitic %description -n noto-sans-glagolitic-fonts 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. +Glagolitic Sans Serif font, hinted. %package -n noto-sans-gothic-fonts Summary: Noto Gothic Sans Serif Font @@ -462,7 +514,7 @@ Provides: noto-sans-gothic %description -n noto-sans-gothic-fonts 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. +Gothic Sans Serif font, hinted. %package -n noto-sans-gujarati-fonts Summary: Noto Gujarati Sans Serif Font @@ -475,7 +527,20 @@ Provides: noto-sans-gujarati %description -n noto-sans-gujarati-fonts 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. +Gujarati Sans Serif font, hinted. + +%package -n noto-sans-gujarati-ui-fonts +Summary: Noto Gujarati Sans Serif Font +Group: System/X11/Fonts +Requires: google-noto-fonts-doc +Obsoletes: noto-sans-gujarati-ui +Provides: noto-sans-gujarati-ui +%reconfigure_fonts_prereq + +%description -n noto-sans-gujarati-ui-fonts +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-fonts Summary: Noto Gurmukhi Sans Serif Font @@ -488,7 +553,20 @@ Provides: noto-sans-gurmukhi %description -n noto-sans-gurmukhi-fonts 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. +Gurmukhi Sans Serif font, hinted. + +%package -n noto-sans-gurmukhi-ui-fonts +Summary: Noto Gurmukhi Sans Serif Font +Group: System/X11/Fonts +Requires: google-noto-fonts-doc +Obsoletes: noto-sans-gurmukhi-ui +Provides: noto-sans-gurmukhi-ui +%reconfigure_fonts_prereq + +%description -n noto-sans-gurmukhi-ui-fonts +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-hanunoo-fonts Summary: Noto Hanunoo Sans Serif Font @@ -501,7 +579,7 @@ Provides: noto-sans-hanunoo %description -n noto-sans-hanunoo-fonts 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. +Hanunoo Sans Serif font, hinted. %package -n noto-sans-hebrew-fonts Summary: Noto Hebrew Sans Serif Font @@ -514,7 +592,7 @@ Provides: noto-sans-hebrew %description -n noto-sans-hebrew-fonts 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. +Hebrew Sans Serif font, hinted. %package -n noto-sans-imperialaramaic-fonts Summary: Noto Imperial Aramaic Sans Serif Font @@ -527,7 +605,7 @@ Provides: noto-sans-imperialaramaic %description -n noto-sans-imperialaramaic-fonts 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. +ImperialAramaic Sans Serif font, hinted. %package -n noto-sans-inscriptionalpahlavi-fonts Summary: Noto Inscriptional Pahlavi Sans Serif Font @@ -540,7 +618,7 @@ Provides: noto-sans-inscriptionalpahlavi %description -n noto-sans-inscriptionalpahlavi-fonts Noto's design goal is to achieve visual harmonization (e.g., compatible heights and stroke thicknesses) across languages. This package contains -InscriptionalPahlavi Sans Serif font, hinted. +InscriptionalPahlavi Sans Serif font, hinted. %package -n noto-sans-inscriptionalparthian-fonts Summary: Noto Inscriptional Parthian Sans Serif Font @@ -553,7 +631,7 @@ Provides: noto-sans-inscriptionalparthian %description -n noto-sans-inscriptionalparthian-fonts Noto's design goal is to achieve visual harmonization (e.g., compatible heights and stroke thicknesses) across languages. This package contains -InscriptionalParthian Sans Serif font, hinted. +InscriptionalParthian Sans Serif font, hinted. %package -n noto-sans-javanese-fonts Summary: Noto Javanese Sans Serif Font @@ -566,7 +644,7 @@ Provides: noto-sans-javanese %description -n noto-sans-javanese-fonts 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. +Javanese Sans Serif font, hinted. %package -n noto-sans-kaithi-fonts Summary: Noto Kaithi Sans Serif Font @@ -579,7 +657,7 @@ Provides: noto-sans-kaithi %description -n noto-sans-kaithi-fonts 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. +Kaithi Sans Serif font, hinted. %package -n noto-sans-kannada-fonts Summary: Noto Kannada Sans Serif Font @@ -592,7 +670,20 @@ Provides: noto-sans-kannada %description -n noto-sans-kannada-fonts 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. +Kannada Sans Serif font, hinted. + +%package -n noto-sans-kannada-ui-fonts +Summary: Noto Kannada Sans Serif Font +Group: System/X11/Fonts +Requires: google-noto-fonts-doc +Obsoletes: noto-sans-kannada-ui +Provides: noto-sans-kannada-ui +%reconfigure_fonts_prereq + +%description -n noto-sans-kannada-ui-fonts +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-fonts Summary: Noto Kayah Li Sans Serif Font @@ -605,7 +696,7 @@ Provides: noto-sans-kayahli %description -n noto-sans-kayahli-fonts 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. +KayahLi Sans Serif font, hinted. %package -n noto-sans-kharoshthi-fonts Summary: Noto Kharoshthi Sans Serif Font @@ -618,7 +709,7 @@ Provides: noto-sans-kharoshthi %description -n noto-sans-kharoshthi-fonts 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. +Kharoshthi Sans Serif font, hinted. %package -n noto-sans-khmer-fonts Summary: Noto Khmer Sans Serif Font @@ -631,7 +722,20 @@ Provides: noto-sans-khmer %description -n noto-sans-khmer-fonts 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. +Khmer Sans Serif font, hinted. + +%package -n noto-sans-khmer-ui-fonts +Summary: Noto Khmer Sans Serif Font +Group: System/X11/Fonts +Requires: google-noto-fonts-doc +Obsoletes: noto-sans-khmer-ui +Provides: noto-sans-khmer-ui +%reconfigure_fonts_prereq + +%description -n noto-sans-khmer-ui-fonts +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-fonts Summary: Noto Lao Sans Serif Font @@ -644,7 +748,20 @@ Provides: noto-sans-lao %description -n noto-sans-lao-fonts 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. +Lao Sans Serif font, hinted. + +%package -n noto-sans-lao-ui-fonts +Summary: Noto Lao Sans Serif Font +Group: System/X11/Fonts +Requires: google-noto-fonts-doc +Obsoletes: noto-sans-lao-ui +Provides: noto-sans-lao-ui +%reconfigure_fonts_prereq + +%description -n noto-sans-lao-ui-fonts +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-lepcha-fonts Summary: Noto Lepcha Sans Serif Font @@ -657,7 +774,7 @@ Provides: noto-sans-lepcha %description -n noto-sans-lepcha-fonts Noto's design goal is to achieve visual harmonization (e.g., compatible heights and stroke thicknesses) across languages. This package contains -Lepcha Sans Serif font, hinted. +Lepcha Sans Serif font, hinted. %package -n noto-sans-limbu-fonts Summary: Noto Limbu Sans Serif Font @@ -670,7 +787,7 @@ Provides: noto-sans-limbu %description -n noto-sans-limbu-fonts 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. +Limbu Sans Serif font, hinted. %package -n noto-sans-linearb-fonts Summary: Noto Linear B Sans Serif Font @@ -683,7 +800,7 @@ Provides: noto-sans-linearb %description -n noto-sans-linearb-fonts 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. +LinearB Sans Serif font, hinted. %package -n noto-sans-lisu-fonts Summary: Noto Lisu Sans Serif Font @@ -696,7 +813,7 @@ Provides: noto-sans-lisu %description -n noto-sans-lisu-fonts 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. +Lisu Sans Serif font, hinted. %package -n noto-sans-lycian-fonts Summary: Noto Lycian Sans Serif Font @@ -709,7 +826,7 @@ Provides: noto-sans-lycian %description -n noto-sans-lycian-fonts 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. +Lycian Sans Serif font, hinted. %package -n noto-sans-lydian-fonts Summary: Noto Lydian Sans Serif Font @@ -722,7 +839,7 @@ Provides: noto-sans-lydian %description -n noto-sans-lydian-fonts 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. +Lydian Sans Serif font, hinted. %package -n noto-sans-malayalam-fonts Summary: Noto Malayalam Sans Serif Font @@ -735,7 +852,20 @@ Provides: noto-sans-malayalam %description -n noto-sans-malayalam-fonts 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. +Malayalam Sans Serif font, hinted. + +%package -n noto-sans-malayalam-ui-fonts +Summary: Noto Malayalam Sans Serif Font +Group: System/X11/Fonts +Requires: google-noto-fonts-doc +Obsoletes: noto-sans-malayalam-ui +Provides: noto-sans-malayalam-ui +%reconfigure_fonts_prereq + +%description -n noto-sans-malayalam-ui-fonts +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-fonts Summary: Noto Mandaic Sans Serif Font @@ -748,7 +878,7 @@ Provides: noto-sans-mandaic %description -n noto-sans-mandaic-fonts 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. +Mandaic Sans Serif font, hinted. %package -n noto-sans-meeteimayek-fonts Summary: Noto Meetei Mayek Sans Serif Font @@ -761,7 +891,7 @@ Provides: noto-sans-meeteimayek %description -n noto-sans-meeteimayek-fonts 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. +MeeteiMayek Sans Serif font, hinted. %package -n noto-sans-mongolian-fonts Summary: Noto Mongolian Sans Serif Font @@ -774,7 +904,7 @@ Provides: noto-sans-mongolian %description -n noto-sans-mongolian-fonts 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. +Mongolian Sans Serif font, hinted. %package -n noto-sans-myanmar-fonts Summary: Noto Myanmar Sans Serif Font @@ -787,7 +917,20 @@ Provides: noto-sans-myanmar %description -n noto-sans-myanmar-fonts 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. +Myanmar Sans Serif font, hinted. + +%package -n noto-sans-myanmar-ui-fonts +Summary: Noto Myanmar Sans Serif Font +Group: System/X11/Fonts +Requires: google-noto-fonts-doc +Obsoletes: noto-sans-myanmar-ui +Provides: noto-sans-myanmar-ui +%reconfigure_fonts_prereq + +%description -n noto-sans-myanmar-ui-fonts +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-newtailue-fonts Summary: Noto New TaiLue Sans Serif Font @@ -800,7 +943,7 @@ Provides: noto-sans-newtailue %description -n noto-sans-newtailue-fonts 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. +NewTaiLue Sans Serif font, hinted. %package -n noto-sans-nko-fonts Summary: Noto NKo Sans Serif Font @@ -813,7 +956,7 @@ Provides: noto-sans-nko %description -n noto-sans-nko-fonts 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. +NKo Sans Serif font, hinted. %package -n noto-sans-ogham-fonts Summary: Noto Ogham Sans Serif Font @@ -826,7 +969,7 @@ Provides: noto-sans-ogham %description -n noto-sans-ogham-fonts 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. +Ogham Sans Serif font, hinted. %package -n noto-sans-olchiki-fonts Summary: Noto Ol Chiki Sans Serif Font @@ -839,7 +982,7 @@ Provides: noto-sans-olchiki %description -n noto-sans-olchiki-fonts 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. +OlChiki Sans Serif font, hinted. %package -n noto-sans-olditalic-fonts Summary: Noto Old Italic Sans Serif Font @@ -852,7 +995,7 @@ Provides: noto-sans-olditalic %description -n noto-sans-olditalic-fonts 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. +OldItalic Sans Serif font, hinted. %package -n noto-sans-oldpersian-fonts Summary: Noto Old Persian Sans Serif Font @@ -865,7 +1008,7 @@ Provides: noto-sans-oldpersian %description -n noto-sans-oldpersian-fonts 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. +OldPersian Sans Serif font, hinted. %package -n noto-sans-oldsoutharabian-fonts Summary: Noto Old SouthArabian Sans Serif Font @@ -878,7 +1021,7 @@ Provides: noto-sans-oldsoutharabian %description -n noto-sans-oldsoutharabian-fonts 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. +OldSouthArabian Sans Serif font, hinted. %package -n noto-sans-oldturkic-fonts Summary: Noto Old Turkic Sans Serif Font @@ -891,7 +1034,7 @@ Provides: noto-sans-oldturkic %description -n noto-sans-oldturkic-fonts 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. +OldTurkic Sans Serif font, hinted. %package -n noto-sans-oriya-fonts Summary: Noto Oriya Sans Serif Font @@ -904,7 +1047,20 @@ Provides: noto-sans-oriya %description -n noto-sans-oriya-fonts Noto's design goal is to achieve visual harmonization (e.g., compatible heights and stroke thicknesses) across languages. This package contains -Oriya Sans Serif font, hinted. +Oriya Sans Serif font, hinted. + +%package -n noto-sans-oriya-ui-fonts +Summary: Noto Oriya Sans Serif Font +Group: System/X11/Fonts +Requires: google-noto-fonts-doc +Obsoletes: noto-sans-oriya-ui +Provides: noto-sans-oriya-ui +%reconfigure_fonts_prereq + +%description -n noto-sans-oriya-ui-fonts +Noto's design goal is to achieve visual harmonization (e.g., compatible +heights and stroke thicknesses) across languages. This package contains +Oriya Sans Serif font, hinted. %package -n noto-sans-osmanya-fonts Summary: Noto Osmanya Sans Serif Font @@ -917,7 +1073,7 @@ Provides: noto-sans-osmanya %description -n noto-sans-osmanya-fonts 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. +Osmanya Sans Serif font, hinted. %package -n noto-sans-phagspa-fonts Summary: Noto Phags Pa Sans Serif Font @@ -930,7 +1086,7 @@ Provides: noto-sans-phagspa %description -n noto-sans-phagspa-fonts 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. +PhagsPa Sans Serif font, hinted. %package -n noto-sans-phoenician-fonts Summary: Noto Phoenician Sans Serif Font @@ -943,7 +1099,7 @@ Provides: noto-sans-phoenician %description -n noto-sans-phoenician-fonts 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. +Phoenician Sans Serif font, hinted. %package -n noto-sans-rejang-fonts Summary: Noto Rejang Sans Serif Font @@ -956,7 +1112,7 @@ Provides: noto-sans-rejang %description -n noto-sans-rejang-fonts 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. +Rejang Sans Serif font, hinted. %package -n noto-sans-runic-fonts Summary: Noto Runic Sans Serif Font @@ -969,7 +1125,7 @@ Provides: noto-sans-runic %description -n noto-sans-runic-fonts 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. +Runic Sans Serif font, hinted. %package -n noto-sans-samaritan-fonts Summary: Noto Samaritan Sans Serif Font @@ -982,7 +1138,7 @@ Provides: noto-sans-samaritan %description -n noto-sans-samaritan-fonts 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. +Samaritan Sans Serif font, hinted. %package -n noto-sans-saurashtra-fonts Summary: Noto Saurashtra Sans Serif Font @@ -995,7 +1151,7 @@ Provides: noto-sans-saurashtra %description -n noto-sans-saurashtra-fonts 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. +Saurashtra Sans Serif font, hinted. %package -n noto-sans-shavian-fonts Summary: Noto Shavian Sans Serif Font @@ -1008,7 +1164,7 @@ Provides: noto-sans-shavian %description -n noto-sans-shavian-fonts 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. +Shavian Sans Serif font, hinted. %package -n noto-sans-sinhala-fonts Summary: Noto Sinhala Sans Serif Font @@ -1021,7 +1177,7 @@ Provides: noto-sans-sinhala %description -n noto-sans-sinhala-fonts 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. +Sinhala Sans Serif font, hinted. %package -n noto-sans-sundanese-fonts Summary: Noto Sundanese Sans Serif Font @@ -1034,7 +1190,7 @@ Provides: noto-sans-sundanese %description -n noto-sans-sundanese-fonts 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. +Sundanese Sans Serif font, hinted. %package -n noto-sans-sylotinagri-fonts Summary: Noto Syloti Nagri Sans Serif Font @@ -1047,7 +1203,7 @@ Provides: noto-sans-sylotinagri %description -n noto-sans-sylotinagri-fonts 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. +SylotiNagri Sans Serif font, hinted. %package -n noto-sans-symbols-fonts Summary: Noto Symbols Sans Serif Font @@ -1060,7 +1216,7 @@ Provides: noto-sans-symbols %description -n noto-sans-symbols-fonts 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. +Symbols Sans Serif font, hinted. %package -n noto-sans-syriaceastern-fonts Summary: Noto Syriac Eastern Sans Serif Font @@ -1073,7 +1229,7 @@ Provides: noto-sans-syriaceastern %description -n noto-sans-syriaceastern-fonts 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. +SyriacEastern Sans Serif font, hinted. %package -n noto-sans-syriacestrangela-fonts Summary: Noto Syriac Estrangela Sans Serif Font @@ -1086,7 +1242,7 @@ Provides: noto-sans-syriacestrangela %description -n noto-sans-syriacestrangela-fonts 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. +SyriacEstrangela Sans Serif font, hinted. %package -n noto-sans-syriacwestern-fonts Summary: Noto Syriac Western Sans Serif Font @@ -1099,7 +1255,7 @@ Provides: noto-sans-syriacwestern %description -n noto-sans-syriacwestern-fonts 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. +SyriacWestern Sans Serif font, hinted. %package -n noto-sans-tagalog-fonts Summary: Noto Tagalog Sans Serif Font @@ -1112,7 +1268,7 @@ Provides: noto-sans-tagalog %description -n noto-sans-tagalog-fonts 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. +Tagalog Sans Serif font, hinted. %package -n noto-sans-tagbanwa-fonts Summary: Noto Tagbanwa Sans Serif Font @@ -1125,7 +1281,7 @@ Provides: noto-sans-tagbanwa %description -n noto-sans-tagbanwa-fonts 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. +Tagbanwa Sans Serif font, hinted. %package -n noto-sans-taile-fonts Summary: Noto Tai Le Sans Serif Font @@ -1138,7 +1294,7 @@ Provides: noto-sans-taile %description -n noto-sans-taile-fonts 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. +TaiLe Sans Serif font, hinted. %package -n noto-sans-taitham-fonts Summary: Noto Tai Tham Sans Serif Font @@ -1151,7 +1307,7 @@ Provides: noto-sans-taitham %description -n noto-sans-taitham-fonts 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. +TaiTham Sans Serif font, hinted. %package -n noto-sans-taiviet-fonts Summary: Noto Tai Viet Sans Serif Font @@ -1164,7 +1320,7 @@ Provides: noto-sans-taiviet %description -n noto-sans-taiviet-fonts 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. +TaiViet Sans Serif font, hinted. %package -n noto-sans-tamil-fonts Summary: Noto Tamil Sans Serif Font @@ -1177,7 +1333,20 @@ Provides: noto-sans-tamil %description -n noto-sans-tamil-fonts 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. +Tamil Sans Serif font, hinted. + +%package -n noto-sans-tamil-ui-fonts +Summary: Noto Tamil Sans Serif Font +Group: System/X11/Fonts +Requires: google-noto-fonts-doc +Obsoletes: noto-sans-tamil-ui +Provides: noto-sans-tamil-ui +%reconfigure_fonts_prereq + +%description -n noto-sans-tamil-ui-fonts +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-telugu-fonts Summary: Noto Telugu Sans Serif Font @@ -1190,7 +1359,20 @@ Provides: noto-sans-telugu %description -n noto-sans-telugu-fonts 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, hinted. +Telugu Sans Serif font, hinted. + +%package -n noto-sans-telugu-ui-fonts +Summary: Noto Telugu Sans Serif Font +Group: System/X11/Fonts +Requires: google-noto-fonts-doc +Obsoletes: noto-sans-telugu-ui +Provides: noto-sans-telugu-ui +%reconfigure_fonts_prereq + +%description -n noto-sans-telugu-ui-fonts +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, hinted. %package -n noto-sans-thaana-fonts Summary: Noto Thaana Sans Serif Font @@ -1203,7 +1385,7 @@ Provides: noto-sans-thaana %description -n noto-sans-thaana-fonts Noto's design goal is to achieve visual harmonization (e.g., compatible heights and stroke thicknesses) across languages. This package contains -Thaana Sans Serif font, hinted. +Thaana Sans Serif font, hinted. %package -n noto-sans-thai-fonts Summary: Noto Thai Sans Serif Font @@ -1216,7 +1398,20 @@ Provides: noto-sans-thai %description -n noto-sans-thai-fonts 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. +Thai Sans Serif font, hinted. + +%package -n noto-sans-thai-ui-fonts +Summary: Noto Thai Sans Serif Font +Group: System/X11/Fonts +Requires: google-noto-fonts-doc +Obsoletes: noto-sans-thai-ui +Provides: noto-sans-thai-ui +%reconfigure_fonts_prereq + +%description -n noto-sans-thai-ui-fonts +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-tibetan-fonts Summary: Noto Tibetan Sans Serif Font @@ -1229,7 +1424,7 @@ Provides: noto-sans-tibetan %description -n noto-sans-tibetan-fonts Noto's design goal is to achieve visual harmonization (e.g., compatible heights and stroke thicknesses) across languages. This package contains -Tibetan Sans Serif font, hinted. +Tibetan Sans Serif font, hinted. %package -n noto-sans-tifinagh-fonts Summary: Noto Tifinagh Sans Serif Font @@ -1242,7 +1437,7 @@ Provides: noto-sans-tifinagh %description -n noto-sans-tifinagh-fonts Noto's design goal is to achieve visual harmonization (e.g., compatible heights and stroke thicknesses) across languages. This package contains -Tifinagh Sans Serif font, hinted. +Tifinagh Sans Serif font, hinted. %package -n noto-sans-ugaritic-fonts Summary: Noto Ugaritic Sans Serif Font @@ -1255,7 +1450,20 @@ Provides: noto-sans-ugaritic %description -n noto-sans-ugaritic-fonts 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, hinted. +Ugaritic Sans Serif font, hinted. + +%package -n noto-sans-ui-fonts +Summary: Noto Sans Font +Group: System/X11/Fonts +Requires: google-noto-fonts-doc +Obsoletes: noto-sans-ui +Provides: noto-sans-ui +%reconfigure_fonts_prereq + +%description -n noto-sans-ui-fonts +Noto's design goal is to achieve visual harmonization (e.g., compatible +heights and stroke thicknesses) across languages. This package contains +Sans font, hinted. %package -n noto-sans-vai-fonts Summary: Noto Vai Sans Serif Font @@ -1268,7 +1476,7 @@ Provides: noto-sans-vai %description -n noto-sans-vai-fonts 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. +Vai Sans Serif font, hinted. %package -n noto-sans-yi-fonts Summary: Noto Yi Sans Serif Font @@ -1281,10 +1489,10 @@ Provides: noto-sans-yi %description -n noto-sans-yi-fonts 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. +Yi Sans Serif font, hinted. %package -n noto-serif-fonts -Summary: Noto Sans Serif Font +Summary: Noto Serif Font Group: System/X11/Fonts Requires: google-noto-fonts-doc Obsoletes: noto-serif @@ -1294,10 +1502,10 @@ Provides: noto-serif %description -n noto-serif-fonts 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. +Serif font, hinted. %package -n noto-serif-armenian-fonts -Summary: Noto Armenian Sans Serif Font +Summary: Noto Armenian Font Group: System/X11/Fonts Requires: google-noto-fonts-doc Obsoletes: noto-serif-armenian @@ -1307,10 +1515,36 @@ Provides: noto-serif-armenian %description -n noto-serif-armenian-fonts 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. +Armenian font, hinted. + +%package -n noto-serif-bengali-fonts +Summary: Noto Bengali Font +Group: System/X11/Fonts +Requires: google-noto-fonts-doc +Obsoletes: noto-serif-bengali +Provides: noto-serif-bengali +%reconfigure_fonts_prereq + +%description -n noto-serif-bengali-fonts +Noto's design goal is to achieve visual harmonization (e.g., compatible +heights and stroke thicknesses) across languages. This package contains +Bengali font, hinted. + +%package -n noto-serif-devanagari-fonts +Summary: Noto Devanagari Font +Group: System/X11/Fonts +Requires: google-noto-fonts-doc +Obsoletes: noto-serif-devanagari +Provides: noto-serif-devanagari +%reconfigure_fonts_prereq + +%description -n noto-serif-devanagari-fonts +Noto's design goal is to achieve visual harmonization (e.g., compatible +heights and stroke thicknesses) across languages. This package contains +Devanagari font, hinted. %package -n noto-serif-georgian-fonts -Summary: Noto Georgian Sans Serif Font +Summary: Noto Georgian Font Group: System/X11/Fonts Requires: google-noto-fonts-doc Obsoletes: noto-serif-georgian @@ -1320,10 +1554,36 @@ Provides: noto-serif-georgian %description -n noto-serif-georgian-fonts 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. +Georgian font, hinted. + +%package -n noto-serif-gujarati-fonts +Summary: Noto Gujarati Font +Group: System/X11/Fonts +Requires: google-noto-fonts-doc +Obsoletes: noto-serif-gujarati +Provides: noto-serif-gujarati +%reconfigure_fonts_prereq + +%description -n noto-serif-gujarati-fonts +Noto's design goal is to achieve visual harmonization (e.g., compatible +heights and stroke thicknesses) across languages. This package contains +Gujarati font, hinted. + +%package -n noto-serif-kannada-fonts +Summary: Noto Kannada Font +Group: System/X11/Fonts +Requires: google-noto-fonts-doc +Obsoletes: noto-serif-kannada +Provides: noto-serif-kannada +%reconfigure_fonts_prereq + +%description -n noto-serif-kannada-fonts +Noto's design goal is to achieve visual harmonization (e.g., compatible +heights and stroke thicknesses) across languages. This package contains +Kannada font, hinted. %package -n noto-serif-khmer-fonts -Summary: Noto Khmer Sans Serif Font +Summary: Noto Khmer Font Group: System/X11/Fonts Requires: google-noto-fonts-doc Obsoletes: noto-serif-khmer @@ -1333,10 +1593,10 @@ Provides: noto-serif-khmer %description -n noto-serif-khmer-fonts 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. +Khmer font, hinted. %package -n noto-serif-lao-fonts -Summary: Noto Lao Sans Serif Font +Summary: Noto Lao Font Group: System/X11/Fonts Requires: google-noto-fonts-doc Obsoletes: noto-serif-lao @@ -1346,10 +1606,49 @@ Provides: noto-serif-lao %description -n noto-serif-lao-fonts 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. +Lao font, hinted. + +%package -n noto-serif-malayalam-fonts +Summary: Noto Malayalam Font +Group: System/X11/Fonts +Requires: google-noto-fonts-doc +Obsoletes: noto-serif-malayalam +Provides: noto-serif-malayalam +%reconfigure_fonts_prereq + +%description -n noto-serif-malayalam-fonts +Noto's design goal is to achieve visual harmonization (e.g., compatible +heights and stroke thicknesses) across languages. This package contains +Malayalam font, hinted. + +%package -n noto-serif-tamil-fonts +Summary: Noto Tamil Font +Group: System/X11/Fonts +Requires: google-noto-fonts-doc +Obsoletes: noto-serif-tamil +Provides: noto-serif-tamil +%reconfigure_fonts_prereq + +%description -n noto-serif-tamil-fonts +Noto's design goal is to achieve visual harmonization (e.g., compatible +heights and stroke thicknesses) across languages. This package contains +Tamil font, hinted. + +%package -n noto-serif-telugu-fonts +Summary: Noto Telugu Font +Group: System/X11/Fonts +Requires: google-noto-fonts-doc +Obsoletes: noto-serif-telugu +Provides: noto-serif-telugu +%reconfigure_fonts_prereq + +%description -n noto-serif-telugu-fonts +Noto's design goal is to achieve visual harmonization (e.g., compatible +heights and stroke thicknesses) across languages. This package contains +Telugu font, hinted. %package -n noto-serif-thai-fonts -Summary: Noto Thai Sans Serif Font +Summary: Noto Thai Font Group: System/X11/Fonts Requires: google-noto-fonts-doc Obsoletes: noto-serif-thai @@ -1359,7 +1658,7 @@ Provides: noto-serif-thai %description -n noto-serif-thai-fonts 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. +Thai font, hinted. @@ -1383,8 +1682,12 @@ cp *.ttc %{buildroot}%{_ttfontsdir}/ %reconfigure_fonts_scriptlets -n noto-kufiarabic-fonts +%reconfigure_fonts_scriptlets -n noto-mono-fonts + %reconfigure_fonts_scriptlets -n noto-naskharabic-fonts +%reconfigure_fonts_scriptlets -n noto-naskharabic-ui-fonts + %reconfigure_fonts_scriptlets -n noto-nastaliqurdu-fonts %reconfigure_fonts_scriptlets -n noto-sans-fonts @@ -1401,6 +1704,8 @@ cp *.ttc %{buildroot}%{_ttfontsdir}/ %reconfigure_fonts_scriptlets -n noto-sans-bengali-fonts +%reconfigure_fonts_scriptlets -n noto-sans-bengali-ui-fonts + %reconfigure_fonts_scriptlets -n noto-sans-brahmi-fonts %reconfigure_fonts_scriptlets -n noto-sans-buginese-fonts @@ -1427,6 +1732,8 @@ cp *.ttc %{buildroot}%{_ttfontsdir}/ %reconfigure_fonts_scriptlets -n noto-sans-devanagari-fonts +%reconfigure_fonts_scriptlets -n noto-sans-devanagari-ui-fonts + %reconfigure_fonts_scriptlets -n noto-sans-egyptianhieroglyphs-fonts %reconfigure_fonts_scriptlets -n noto-sans-ethiopic-fonts @@ -1439,8 +1746,12 @@ cp *.ttc %{buildroot}%{_ttfontsdir}/ %reconfigure_fonts_scriptlets -n noto-sans-gujarati-fonts +%reconfigure_fonts_scriptlets -n noto-sans-gujarati-ui-fonts + %reconfigure_fonts_scriptlets -n noto-sans-gurmukhi-fonts +%reconfigure_fonts_scriptlets -n noto-sans-gurmukhi-ui-fonts + %reconfigure_fonts_scriptlets -n noto-sans-hanunoo-fonts %reconfigure_fonts_scriptlets -n noto-sans-hebrew-fonts @@ -1457,14 +1768,20 @@ cp *.ttc %{buildroot}%{_ttfontsdir}/ %reconfigure_fonts_scriptlets -n noto-sans-kannada-fonts +%reconfigure_fonts_scriptlets -n noto-sans-kannada-ui-fonts + %reconfigure_fonts_scriptlets -n noto-sans-kayahli-fonts %reconfigure_fonts_scriptlets -n noto-sans-kharoshthi-fonts %reconfigure_fonts_scriptlets -n noto-sans-khmer-fonts +%reconfigure_fonts_scriptlets -n noto-sans-khmer-ui-fonts + %reconfigure_fonts_scriptlets -n noto-sans-lao-fonts +%reconfigure_fonts_scriptlets -n noto-sans-lao-ui-fonts + %reconfigure_fonts_scriptlets -n noto-sans-lepcha-fonts %reconfigure_fonts_scriptlets -n noto-sans-limbu-fonts @@ -1479,6 +1796,8 @@ cp *.ttc %{buildroot}%{_ttfontsdir}/ %reconfigure_fonts_scriptlets -n noto-sans-malayalam-fonts +%reconfigure_fonts_scriptlets -n noto-sans-malayalam-ui-fonts + %reconfigure_fonts_scriptlets -n noto-sans-mandaic-fonts %reconfigure_fonts_scriptlets -n noto-sans-meeteimayek-fonts @@ -1487,6 +1806,8 @@ cp *.ttc %{buildroot}%{_ttfontsdir}/ %reconfigure_fonts_scriptlets -n noto-sans-myanmar-fonts +%reconfigure_fonts_scriptlets -n noto-sans-myanmar-ui-fonts + %reconfigure_fonts_scriptlets -n noto-sans-newtailue-fonts %reconfigure_fonts_scriptlets -n noto-sans-nko-fonts @@ -1505,6 +1826,8 @@ cp *.ttc %{buildroot}%{_ttfontsdir}/ %reconfigure_fonts_scriptlets -n noto-sans-oriya-fonts +%reconfigure_fonts_scriptlets -n noto-sans-oriya-ui-fonts + %reconfigure_fonts_scriptlets -n noto-sans-osmanya-fonts %reconfigure_fonts_scriptlets -n noto-sans-phagspa-fonts @@ -1547,18 +1870,26 @@ cp *.ttc %{buildroot}%{_ttfontsdir}/ %reconfigure_fonts_scriptlets -n noto-sans-tamil-fonts +%reconfigure_fonts_scriptlets -n noto-sans-tamil-ui-fonts + %reconfigure_fonts_scriptlets -n noto-sans-telugu-fonts +%reconfigure_fonts_scriptlets -n noto-sans-telugu-ui-fonts + %reconfigure_fonts_scriptlets -n noto-sans-thaana-fonts %reconfigure_fonts_scriptlets -n noto-sans-thai-fonts +%reconfigure_fonts_scriptlets -n noto-sans-thai-ui-fonts + %reconfigure_fonts_scriptlets -n noto-sans-tibetan-fonts %reconfigure_fonts_scriptlets -n noto-sans-tifinagh-fonts %reconfigure_fonts_scriptlets -n noto-sans-ugaritic-fonts +%reconfigure_fonts_scriptlets -n noto-sans-ui-fonts + %reconfigure_fonts_scriptlets -n noto-sans-vai-fonts %reconfigure_fonts_scriptlets -n noto-sans-yi-fonts @@ -1567,12 +1898,26 @@ cp *.ttc %{buildroot}%{_ttfontsdir}/ %reconfigure_fonts_scriptlets -n noto-serif-armenian-fonts +%reconfigure_fonts_scriptlets -n noto-serif-bengali-fonts + +%reconfigure_fonts_scriptlets -n noto-serif-devanagari-fonts + %reconfigure_fonts_scriptlets -n noto-serif-georgian-fonts +%reconfigure_fonts_scriptlets -n noto-serif-gujarati-fonts + +%reconfigure_fonts_scriptlets -n noto-serif-kannada-fonts + %reconfigure_fonts_scriptlets -n noto-serif-khmer-fonts %reconfigure_fonts_scriptlets -n noto-serif-lao-fonts +%reconfigure_fonts_scriptlets -n noto-serif-malayalam-fonts + +%reconfigure_fonts_scriptlets -n noto-serif-tamil-fonts + +%reconfigure_fonts_scriptlets -n noto-serif-telugu-fonts + %reconfigure_fonts_scriptlets -n noto-serif-thai-fonts %files doc @@ -1594,11 +1939,21 @@ cp *.ttc %{buildroot}%{_ttfontsdir}/ %dir %{_ttfontsdir} %{_ttfontsdir}/NotoKufiArabic-*.?tf +%files -n noto-mono-fonts +%defattr(0644,root,root,755) +%dir %{_ttfontsdir} +%{_ttfontsdir}/NotoMono-*.?tf + %files -n noto-naskharabic-fonts %defattr(0644,root,root,755) %dir %{_ttfontsdir} %{_ttfontsdir}/NotoNaskhArabic-*.?tf +%files -n noto-naskharabic-ui-fonts +%defattr(0644,root,root,755) +%dir %{_ttfontsdir} +%{_ttfontsdir}/NotoNaskhArabicUI-*.?tf + %files -n noto-nastaliqurdu-fonts %defattr(0644,root,root,755) %dir %{_ttfontsdir} @@ -1639,6 +1994,11 @@ cp *.ttc %{buildroot}%{_ttfontsdir}/ %dir %{_ttfontsdir} %{_ttfontsdir}/NotoSansBengali-*.?tf +%files -n noto-sans-bengali-ui-fonts +%defattr(0644,root,root,755) +%dir %{_ttfontsdir} +%{_ttfontsdir}/NotoSansBengaliUI-*.?tf + %files -n noto-sans-brahmi-fonts %defattr(0644,root,root,755) %dir %{_ttfontsdir} @@ -1704,6 +2064,11 @@ cp *.ttc %{buildroot}%{_ttfontsdir}/ %dir %{_ttfontsdir} %{_ttfontsdir}/NotoSansDevanagari-*.?tf +%files -n noto-sans-devanagari-ui-fonts +%defattr(0644,root,root,755) +%dir %{_ttfontsdir} +%{_ttfontsdir}/NotoSansDevanagariUI-*.?tf + %files -n noto-sans-egyptianhieroglyphs-fonts %defattr(0644,root,root,755) %dir %{_ttfontsdir} @@ -1734,11 +2099,21 @@ cp *.ttc %{buildroot}%{_ttfontsdir}/ %dir %{_ttfontsdir} %{_ttfontsdir}/NotoSansGujarati-*.?tf +%files -n noto-sans-gujarati-ui-fonts +%defattr(0644,root,root,755) +%dir %{_ttfontsdir} +%{_ttfontsdir}/NotoSansGujaratiUI-*.?tf + %files -n noto-sans-gurmukhi-fonts %defattr(0644,root,root,755) %dir %{_ttfontsdir} %{_ttfontsdir}/NotoSansGurmukhi-*.?tf +%files -n noto-sans-gurmukhi-ui-fonts +%defattr(0644,root,root,755) +%dir %{_ttfontsdir} +%{_ttfontsdir}/NotoSansGurmukhiUI-*.?tf + %files -n noto-sans-hanunoo-fonts %defattr(0644,root,root,755) %dir %{_ttfontsdir} @@ -1779,6 +2154,11 @@ cp *.ttc %{buildroot}%{_ttfontsdir}/ %dir %{_ttfontsdir} %{_ttfontsdir}/NotoSansKannada-*.?tf +%files -n noto-sans-kannada-ui-fonts +%defattr(0644,root,root,755) +%dir %{_ttfontsdir} +%{_ttfontsdir}/NotoSansKannadaUI-*.?tf + %files -n noto-sans-kayahli-fonts %defattr(0644,root,root,755) %dir %{_ttfontsdir} @@ -1794,11 +2174,21 @@ cp *.ttc %{buildroot}%{_ttfontsdir}/ %dir %{_ttfontsdir} %{_ttfontsdir}/NotoSansKhmer-*.?tf +%files -n noto-sans-khmer-ui-fonts +%defattr(0644,root,root,755) +%dir %{_ttfontsdir} +%{_ttfontsdir}/NotoSansKhmerUI-*.?tf + %files -n noto-sans-lao-fonts %defattr(0644,root,root,755) %dir %{_ttfontsdir} %{_ttfontsdir}/NotoSansLao-*.?tf +%files -n noto-sans-lao-ui-fonts +%defattr(0644,root,root,755) +%dir %{_ttfontsdir} +%{_ttfontsdir}/NotoSansLaoUI-*.?tf + %files -n noto-sans-lepcha-fonts %defattr(0644,root,root,755) %dir %{_ttfontsdir} @@ -1834,6 +2224,11 @@ cp *.ttc %{buildroot}%{_ttfontsdir}/ %dir %{_ttfontsdir} %{_ttfontsdir}/NotoSansMalayalam-*.?tf +%files -n noto-sans-malayalam-ui-fonts +%defattr(0644,root,root,755) +%dir %{_ttfontsdir} +%{_ttfontsdir}/NotoSansMalayalamUI-*.?tf + %files -n noto-sans-mandaic-fonts %defattr(0644,root,root,755) %dir %{_ttfontsdir} @@ -1854,6 +2249,11 @@ cp *.ttc %{buildroot}%{_ttfontsdir}/ %dir %{_ttfontsdir} %{_ttfontsdir}/NotoSansMyanmar-*.?tf +%files -n noto-sans-myanmar-ui-fonts +%defattr(0644,root,root,755) +%dir %{_ttfontsdir} +%{_ttfontsdir}/NotoSansMyanmarUI-*.?tf + %files -n noto-sans-newtailue-fonts %defattr(0644,root,root,755) %dir %{_ttfontsdir} @@ -1899,6 +2299,11 @@ cp *.ttc %{buildroot}%{_ttfontsdir}/ %dir %{_ttfontsdir} %{_ttfontsdir}/NotoSansOriya-*.?tf +%files -n noto-sans-oriya-ui-fonts +%defattr(0644,root,root,755) +%dir %{_ttfontsdir} +%{_ttfontsdir}/NotoSansOriyaUI-*.?tf + %files -n noto-sans-osmanya-fonts %defattr(0644,root,root,755) %dir %{_ttfontsdir} @@ -2004,11 +2409,21 @@ cp *.ttc %{buildroot}%{_ttfontsdir}/ %dir %{_ttfontsdir} %{_ttfontsdir}/NotoSansTamil-*.?tf +%files -n noto-sans-tamil-ui-fonts +%defattr(0644,root,root,755) +%dir %{_ttfontsdir} +%{_ttfontsdir}/NotoSansTamilUI-*.?tf + %files -n noto-sans-telugu-fonts %defattr(0644,root,root,755) %dir %{_ttfontsdir} %{_ttfontsdir}/NotoSansTelugu-*.?tf +%files -n noto-sans-telugu-ui-fonts +%defattr(0644,root,root,755) +%dir %{_ttfontsdir} +%{_ttfontsdir}/NotoSansTeluguUI-*.?tf + %files -n noto-sans-thaana-fonts %defattr(0644,root,root,755) %dir %{_ttfontsdir} @@ -2019,6 +2434,11 @@ cp *.ttc %{buildroot}%{_ttfontsdir}/ %dir %{_ttfontsdir} %{_ttfontsdir}/NotoSansThai-*.?tf +%files -n noto-sans-thai-ui-fonts +%defattr(0644,root,root,755) +%dir %{_ttfontsdir} +%{_ttfontsdir}/NotoSansThaiUI-*.?tf + %files -n noto-sans-tibetan-fonts %defattr(0644,root,root,755) %dir %{_ttfontsdir} @@ -2034,6 +2454,11 @@ cp *.ttc %{buildroot}%{_ttfontsdir}/ %dir %{_ttfontsdir} %{_ttfontsdir}/NotoSansUgaritic-*.?tf +%files -n noto-sans-ui-fonts +%defattr(0644,root,root,755) +%dir %{_ttfontsdir} +%{_ttfontsdir}/NotoSansUI-*.?tf + %files -n noto-sans-vai-fonts %defattr(0644,root,root,755) %dir %{_ttfontsdir} @@ -2054,11 +2479,31 @@ cp *.ttc %{buildroot}%{_ttfontsdir}/ %dir %{_ttfontsdir} %{_ttfontsdir}/NotoSerifArmenian-*.?tf +%files -n noto-serif-bengali-fonts +%defattr(0644,root,root,755) +%dir %{_ttfontsdir} +%{_ttfontsdir}/NotoSerifBengali-*.?tf + +%files -n noto-serif-devanagari-fonts +%defattr(0644,root,root,755) +%dir %{_ttfontsdir} +%{_ttfontsdir}/NotoSerifDevanagari-*.?tf + %files -n noto-serif-georgian-fonts %defattr(0644,root,root,755) %dir %{_ttfontsdir} %{_ttfontsdir}/NotoSerifGeorgian-*.?tf +%files -n noto-serif-gujarati-fonts +%defattr(0644,root,root,755) +%dir %{_ttfontsdir} +%{_ttfontsdir}/NotoSerifGujarati-*.?tf + +%files -n noto-serif-kannada-fonts +%defattr(0644,root,root,755) +%dir %{_ttfontsdir} +%{_ttfontsdir}/NotoSerifKannada-*.?tf + %files -n noto-serif-khmer-fonts %defattr(0644,root,root,755) %dir %{_ttfontsdir} @@ -2069,6 +2514,21 @@ cp *.ttc %{buildroot}%{_ttfontsdir}/ %dir %{_ttfontsdir} %{_ttfontsdir}/NotoSerifLao-*.?tf +%files -n noto-serif-malayalam-fonts +%defattr(0644,root,root,755) +%dir %{_ttfontsdir} +%{_ttfontsdir}/NotoSerifMalayalam-*.?tf + +%files -n noto-serif-tamil-fonts +%defattr(0644,root,root,755) +%dir %{_ttfontsdir} +%{_ttfontsdir}/NotoSerifTamil-*.?tf + +%files -n noto-serif-telugu-fonts +%defattr(0644,root,root,755) +%dir %{_ttfontsdir} +%{_ttfontsdir}/NotoSerifTelugu-*.?tf + %files -n noto-serif-thai-fonts %defattr(0644,root,root,755) %dir %{_ttfontsdir} diff --git a/google-noto-fonts.spec.in b/google-noto-fonts.spec.in index 2e1889e..05c4ddb 100644 --- a/google-noto-fonts.spec.in +++ b/google-noto-fonts.spec.in @@ -15,9 +15,9 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # -%define hyear 2015 -%define hmonth 12 -%define hday 15 +%define hyear 2016 +%define hmonth 10 +%define hday 25 %define src_name NotoFonts # DO NOT EDIT THIS SPECFILE DIRECTLY, edit google-noto-fonts.spec.in and run generate-specfile.sh scriptZZ