diff --git a/LICENSE b/LICENSE deleted file mode 100644 index a0e97ca..0000000 --- a/LICENSE +++ /dev/null @@ -1,94 +0,0 @@ -Copyright 2018 The Noto Project Authors (github.com/googlei18n/noto-fonts) - -This Font Software is licensed under the SIL Open Font License, -Version 1.1. - -This license is copied below, and is also available with a FAQ at: -http://scripts.sil.org/OFL - ------------------------------------------------------------ -SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007 ------------------------------------------------------------ - -PREAMBLE -The goals of the Open Font License (OFL) are to stimulate worldwide -development of collaborative font projects, to support the font -creation efforts of academic and linguistic communities, and to -provide a free and open framework in which fonts may be shared and -improved in partnership with others. - -The OFL allows the licensed fonts to be used, studied, modified and -redistributed freely as long as they are not sold by themselves. The -fonts, including any derivative works, can be bundled, embedded, -redistributed and/or sold with any software provided that any reserved -names are not used by derivative works. The fonts and derivatives, -however, cannot be released under any other type of license. The -requirement for fonts to remain under this license does not apply to -any document created using the fonts or their derivatives. - -DEFINITIONS -"Font Software" refers to the set of files released by the Copyright -Holder(s) under this license and clearly marked as such. This may -include source files, build scripts and documentation. - -"Reserved Font Name" refers to any names specified as such after the -copyright statement(s). - -"Original Version" refers to the collection of Font Software -components as distributed by the Copyright Holder(s). - -"Modified Version" refers to any derivative made by adding to, -deleting, or substituting -- in part or in whole -- any of the -components of the Original Version, by changing formats or by porting -the Font Software to a new environment. - -"Author" refers to any designer, engineer, programmer, technical -writer or other person who contributed to the Font Software. - -PERMISSION & CONDITIONS -Permission is hereby granted, free of charge, to any person obtaining -a copy of the Font Software, to use, study, copy, merge, embed, -modify, redistribute, and sell modified and unmodified copies of the -Font Software, subject to the following conditions: - -1) Neither the Font Software nor any of its individual components, in -Original or Modified Versions, may be sold by itself. - -2) Original or Modified Versions of the Font Software may be bundled, -redistributed and/or sold with any software, provided that each copy -contains the above copyright notice and this license. These can be -included either as stand-alone text files, human-readable headers or -in the appropriate machine-readable metadata fields within text or -binary files as long as those fields can be easily viewed by the user. - -3) No Modified Version of the Font Software may use the Reserved Font -Name(s) unless explicit written permission is granted by the -corresponding Copyright Holder. This restriction only applies to the -primary font name as presented to the users. - -4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font -Software shall not be used to promote, endorse or advertise any -Modified Version, except to acknowledge the contribution(s) of the -Copyright Holder(s) and the Author(s) or with their explicit written -permission. - -5) The Font Software, modified or unmodified, in part or in whole, -must be distributed entirely under this license, and must not be -distributed under any other license. The requirement for fonts to -remain under this license does not apply to any document created using -the Font Software. - -TERMINATION -This license becomes null and void if any of the above conditions are -not met. - -DISCLAIMER -THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, -EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT -OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE -COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, -INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL -DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING -FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM -OTHER DEALINGS IN THE FONT SOFTWARE. diff --git a/README.FAQ b/README.FAQ index 4200e90..9c572d3 100644 --- a/README.FAQ +++ b/README.FAQ @@ -1,5 +1,5 @@ FAQ by Gordon Leung -Last reviewed: 2022-08-22 +Last reviewed: 2024-07-01 Q: Why are there so many Noto packages? A: Each Noto Font family is individually packaged to allow the user to pick and diff --git a/README.maintain b/README.maintain new file mode 100644 index 0000000..e46a383 --- /dev/null +++ b/README.maintain @@ -0,0 +1,16 @@ +Last reviewed: 2024-07-01 +1. Download the latest release tarball from here: https://github.com/notofonts/notofonts.github.io/releases +2. Rename the current specfile to old.spec then edit the versions in generate-specfile.sh and google-noto-fonts.spec.in +3. Run generate-specfile.sh to get the new specfile + - generate-specfile.sh untars your tarball and then based on the folders in fonts, generates a specfile with every package being a folder +4. Compare the two specfiles with some sort of diffing program and note any added, deleted, or renamed packages +5. Push to your branch (osc ci) to see if the package builds, osc build is of limited use + as your local vm will likely crash before the build is fully completed +6. If there are no noteworthy errors, then write the osc vc with the changes, + push, then send the submit request (osc sr). If there are, then fix them first + before submitting + +If you need to change the specfile, you change it programmatically in generate-specfile.sh + rather than directly edit google-noto-fonts.spec +That way the next person who runs the script does not need to redo your changes +Editing google-noto-fonts.spec.in however is fine diff --git a/fix-arimo.patch b/fix-arimo.patch deleted file mode 100644 index 9da05ed..0000000 --- a/fix-arimo.patch +++ /dev/null @@ -1,30 +0,0 @@ ---- ttf/Arimo/Arimo-BoldItalic.ttx 2022-08-22 15:32:43.920829321 -0600 -+++ ttf-patched/Arimo/Arimo-BoldItalic.ttx 2022-08-22 15:35:08.020159973 -0600 -@@ -3373,7 +3373,7 @@ - will be recalculated by the compiler --> - - -- -+ - - - -@@ -90165,7 +90165,7 @@ - Arimo Bold - - -- Italic -+ Bold Italic - - - 1.33;GOOG;Arimo-BoldItalic -@@ -90206,9 +90206,6 @@ - - Arimo - -- -- Bold Italic -- - - - diff --git a/generate-fonts-and-specfile.sh b/generate-fonts-and-specfile.sh deleted file mode 100644 index 47226c2..0000000 --- a/generate-fonts-and-specfile.sh +++ /dev/null @@ -1,89 +0,0 @@ -#!/bin/bash -pkg_name="google-noto-fonts" -font_dir="ttf" - -# Get only the hinted fonts -svn checkout https://github.com/googlefonts/noto-fonts/trunk/hinted/$font_dir -tar -cvzf $font_dir.tar.gz $font_dir/[!\.]* - -cp -f $pkg_name.spec.in $pkg_name.spec -ls $font_dir/ | sed -e 's:Noto::' -e 's:-.*\..tf::' -e 's:\..tf::' -e 's:\.ttc::' | sort -f | uniq | while read font; do - ui=`(echo $font | grep -q UI) && echo UI` - 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" - fi - if [ ! -z $ui ]; then - packagename="$packagename-$ui" - fi - packagename=`echo "$packagename" | tr [A-Z] [a-z]` - # NotoSansDisplay is already provided by NotoSans - # Also they have inconsistent family names: https://github.com/googlefonts/noto-fonts/issues/2315 - if [ $packagename == "noto-sans-display" ]; then - continue - fi - if [ $serif == "Sans" ]; then - serif_dsc="Sans Serif " - else - serif_dsc="Serif " - fi - if [ $packagename == "noto-sans" ]; then - OBSOLETES=($packagename 'noto-sans-display' 'noto-sans-display-fonts') - elif [ $packagename == "noto-serif-tibetan" ]; then - OBSOLETES=($packagename 'noto-sans-tibetan' 'noto-sans-tibetan-fonts') - elif [ $packagename == "noto-sans-syriac" ]; then - OBSOLETES=($packagename 'noto-sans-syriacwestern' 'noto-sans-syriacwestern-fonts' 'noto-sans-syriacestrangela' 'noto-sans-syriacestrangela-fonts' 'noto-sans-syriaceastern' 'noto-sans-syriaceastern-fonts') - elif [ $packagename == "noto-sans-mono" ]; then - OBSOLETES=($packagename 'noto-mono' 'noto-mono-fonts') - elif [ $packagename == "noto-arimo" ] || [ $packagename == "noto-cousine" ] || [ $packagename == "noto-tinos" ]; then - OBSOLETES=($packagename `echo "google-$serif-fonts" | tr [A-Z] [a-z]`) - else - OBSOLETES=($packagename) - fi - packagename="$packagename-fonts" - 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/@LIST_OF_SUBPACKAGES@/Requires: $packagename\n@LIST_OF_SUBPACKAGES@/" $pkg_name.spec - 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 - for i in "${OBSOLETES[@]}" ; do - sed -i "s/@SUBPACKAGE_HEADERS@/Obsoletes: $i < %{version}\n@SUBPACKAGE_HEADERS@/" $pkg_name.spec - sed -i "s/@SUBPACKAGE_HEADERS@/Provides: $i = %{version}\n@SUBPACKAGE_HEADERS@/" $pkg_name.spec - done - sed -i "s/@SUBPACKAGE_HEADERS@/%reconfigure_fonts_prereq\n@SUBPACKAGE_HEADERS@/" $pkg_name.spec - sed -i "s/@SUBPACKAGE_HEADERS@/\n@SUBPACKAGE_HEADERS@/" $pkg_name.spec - 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 - if [ ! -z "$script" ]; then - sed -i "s/@SUBPACKAGE_HEADERS@/$script ${serif_dsc}font, hinted.\n@SUBPACKAGE_HEADERS@/" $pkg_name.spec - else - sed -i "s/@SUBPACKAGE_HEADERS@/$serif font, hinted.\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 - - sed -i "s/@SUBPACKAGE_FILELISTS@/%files -n $packagename\n@SUBPACKAGE_FILELISTS@/" $pkg_name.spec - sed -i "s/@SUBPACKAGE_FILELISTS@/%defattr(0644,root,root,755)\n@SUBPACKAGE_FILELISTS@/" $pkg_name.spec - sed -i "s/@SUBPACKAGE_FILELISTS@/%license LICENSE\n@SUBPACKAGE_FILELISTS@/" $pkg_name.spec - sed -i "s/@SUBPACKAGE_FILELISTS@/%dir %{_ttfontsdir}\n@SUBPACKAGE_FILELISTS@/" $pkg_name.spec - if [ $serif == "Arimo" ] || [ $serif == "Cousine" ] || [ $serif == "Tinos" ]; then - sed -i "s:@SUBPACKAGE_FILELISTS@:%{_ttfontsdir}/$serif$script$ui-\*.?tf\n@SUBPACKAGE_FILELISTS@:" $pkg_name.spec - else - sed -i "s:@SUBPACKAGE_FILELISTS@:%{_ttfontsdir}/Noto$serif$script$ui-\*.?tf\n@SUBPACKAGE_FILELISTS@:" $pkg_name.spec - fi - sed -i "s/@SUBPACKAGE_FILELISTS@/\n@SUBPACKAGE_FILELISTS@/" $pkg_name.spec -done - -sed -i 's/@LIST_OF_SUBPACKAGES@//' $pkg_name.spec -sed -i 's/@SUBPACKAGE_HEADERS@//' $pkg_name.spec -sed -i 's/@SUBPACKAGE_SCRIPTLETS@//' $pkg_name.spec -sed -i 's/@SUBPACKAGE_FILELISTS@//' $pkg_name.spec diff --git a/generate-specfile.sh b/generate-specfile.sh new file mode 100644 index 0000000..be210ba --- /dev/null +++ b/generate-specfile.sh @@ -0,0 +1,133 @@ +#!/bin/bash +# This script is used to generate all of the many hundreds of font +# subpackages for google-noto-fonts. It generates a subpackage +# description based on each font folder in the tarball. +# Packagers should not change google-noto-fonts.spec directly but +# instead alter this and google-noto-fonts.spec.in to achieve the +# desired result. +# This is so that future packagers can simply run this script and +# get an updated specfile with all of the new subpackages. +# This is a bash script because POSIX-shell does not define +# arrays and they are needed to list the many obsoletes and provides +# that various subpackages need. + +# Make new seperate packages for arimo, cousine, and tinos + +# https://vaneyckt.io/posts/safer_bash_scripts_with_set_euxo_pipefail/ +set -euo pipefail + +pkg_name="google-noto-fonts" +font_dir="notofonts.github.io-noto-monthly-release-24.9.1" + +# Used to extract the tarball to generate the specfile. +# You can comment this out while testing out changes to the script, +# just remember to uncomment before commiting! +tar -x -f $font_dir.tar.gz + +cp -f $pkg_name.spec.in $pkg_name.spec +ls $font_dir/fonts | sed -e 's:Noto::' -e 's:-.*\..tf::' -e 's:\..tf::' -e 's:\.ttc::' | sort -f | uniq | while read -r font; do + + # DO NOT create font packages out of these folders. + if [ "$font" == "LICENSE" ] || [ "$font" == "SansTest" ] || [ "$font" == "SerifTest" ] || [ "$font" == "NaskhArabicUI" ] || [ "$font" == "SansArabicUI" ]; then + continue + fi + + # Generate the noto-* part of the package name. + serif=$(echo "$font" | sed 's:\(Sans\|Serif\).*:\1:') + script=$(echo "$font" | sed "s:$serif\(.*\):\1:") + packagename="noto-$serif" + if [ -n "$script" ]; then + packagename="$packagename-$script" + fi + packagename=$(echo "$packagename" | tr '[:upper:]' '[:lower:]') + if [ "$serif" == "Sans" ]; then + serif_dsc="Sans Serif " + else + serif_dsc="Serif " + fi + + ## Deal with all of the obsoletes and provides created by various font + ## renamings, mergers, and splits over the years. + # This block contains fonts which previously had an noto-*-ui-fonts subpackage + # but Google placed the UI fonts into the same folder as the noto-*-fonts folder + # so now they all belong to the same font. + if [ "$packagename" == "noto-sans-thailooped" ]; then + OBSOLETES=('noto-loopedthai' 'noto-loopedthai-fonts' 'noto-loopedthai-ui' 'noto-loopedthai-ui-fonts') + elif [ "$packagename" == "noto-sans-laolooped" ]; then + OBSOLETES=('noto-loopedlao' 'noto-loopedlao-fonts' 'noto-loopedlao-ui' 'noto-loopedlao-ui-fonts') + elif [ "$packagename" == "noto-naskharabic" ] || [ "$packagename" == "noto-sans-arabic" ] || [ "$packagename" == "noto-sans-bengali" ] || [ "$packagename" == "noto-sans-devanagari" ] || [ "$packagename" == "noto-sans-gujarati" ] || [ "$packagename" == "noto-sans-gurmukhi" ] || [ "$packagename" == "noto-sans-kannada" ] || [ "$packagename" == "noto-sans-khmer" ] || [ "$packagename" == "noto-sans-lao" ] || [ "$packagename" == "noto-sans-malayalam" ] || [ "$packagename" == "noto-sans-myanmar" ] || [ "$packagename" == "noto-sans-oriya" ] || [ "$packagename" == "noto-sans-sinhala" ] || [ "$packagename" == "noto-sans-tamil" ] || [ "$packagename" == "noto-sans-telugu" ] || [ "$packagename" == "noto-sans-thai" ]; then + OBSOLETES=("$packagename" "$packagename-fonts" "$packagename-ui" "$packagename-ui-fonts") + elif [ "$packagename" == "noto-serif-nphmong" ]; then + OBSOLETES+=('noto-serif-nyiakengpuachuehmong' 'noto-serif-nyiakengpuachuehmong-fonts') + # This block is for the rest of the fonts... + else + OBSOLETES=("$packagename" "$packagename-fonts") + if [ "$packagename" == "noto-sans" ]; then + OBSOLETES+=('noto-sans-display' 'noto-sans-display-fonts') + elif [ "$packagename" == "noto-serif-tibetan" ]; then + OBSOLETES+=('noto-sans-tibetan' 'noto-sans-tibetan-fonts') + elif [ "$packagename" == "noto-sans-syriac" ]; then + OBSOLETES+=('noto-sans-syriacestrangela' 'noto-sans-syriacestrangela-fonts') + elif [ "$packagename" == "noto-sans-mono" ]; then + OBSOLETES+=('noto-mono' 'noto-mono-fonts') + elif [ "$packagename" == "noto-arimo" ] || [ "$packagename" == "noto-cousine" ] || [ "$packagename" == "noto-tinos" ]; then + OBSOLETES+=("google-$serif-fonts") + elif [ "$packagename" == "noto-sans-hebrew" ]; then + OBSOLETES+=('noto-sans-hebrewnew' 'noto-sans-hebrewnew-fonts' 'noto-sans-hebrewdroid' 'noto-sans-hebrewdroid-fonts') + elif [ "$packagename" == "noto-sans-tifinagh" ]; then + OBSOLETES+=('noto-sans-tifinaghadrar' 'noto-sans-tifinaghadrar-fonts' 'noto-sans-tifinaghagrawimazighen' 'noto-sans-tifinaghagrawimazighen-fonts' 'noto-sans-tifinaghahaggar' 'noto-sans-tifinaghahaggar-fonts' 'noto-sans-tifinaghair' 'noto-sans-tifinaghair-fonts' 'noto-sans-tifinaghapt' 'noto-sans-tifinaghapt-fonts' 'noto-sans-tifinaghazawagh' 'noto-sans-tifinaghazawagh-fonts' 'noto-sans-tifinaghghat' 'noto-sans-tifinaghghat-fonts' 'noto-sans-tifinaghhawad' 'noto-sans-tifinaghhawad-fonts' 'noto-sans-tifinaghrhissaixa' 'noto-sans-tifinaghrhissaixa-fonts' 'noto-sans-tifinaghsil' 'noto-sans-tifinaghsil-fonts' 'noto-sans-tifinaghtawellemmet' 'noto-sans-tifinaghtawellemmet-fonts') + fi + fi + + packagename="google-$packagename-fonts" + + # Create the correct package description for fonts with or without an + # Sans/Serif in their name. + if [ -n "$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 + + # This chunk of sed commands puts the subpackages into the specfile. + # Check out google-noto-fonts.spec.in to see where the placeholder @@ + # are placed. + sed -i "s/@LIST_OF_SUBPACKAGES@/Requires: $packagename\n@LIST_OF_SUBPACKAGES@/" $pkg_name.spec + 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 + for i in "${OBSOLETES[@]}"; do + sed -i "s/@SUBPACKAGE_HEADERS@/Obsoletes: $i < %{version}\n@SUBPACKAGE_HEADERS@/" $pkg_name.spec + sed -i "s/@SUBPACKAGE_HEADERS@/Provides: $i = %{version}\n@SUBPACKAGE_HEADERS@/" $pkg_name.spec + done + sed -i "s/@SUBPACKAGE_HEADERS@/%reconfigure_fonts_prereq\n@SUBPACKAGE_HEADERS@/" $pkg_name.spec + sed -i "s/@SUBPACKAGE_HEADERS@/\n@SUBPACKAGE_HEADERS@/" $pkg_name.spec + 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 + if [ -n "$script" ]; then + sed -i "s/@SUBPACKAGE_HEADERS@/$script ${serif_dsc}font, hinted.\n@SUBPACKAGE_HEADERS@/" $pkg_name.spec + else + sed -i "s/@SUBPACKAGE_HEADERS@/$serif font, hinted.\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 + sed -i "s/@SUBPACKAGE_FILELISTS@/%files -n $packagename\n@SUBPACKAGE_FILELISTS@/" $pkg_name.spec + sed -i "s/@SUBPACKAGE_FILELISTS@/%license LICENSE\n@SUBPACKAGE_FILELISTS@/" $pkg_name.spec + sed -i "s/@SUBPACKAGE_FILELISTS@/%dir %{_ttfontsdir}\n@SUBPACKAGE_FILELISTS@/" $pkg_name.spec + + # These are exceptions for font files being named differently. + if [ "$packagename" == "google-noto-naskharabic-fonts" ] || [ "$packagename" == "google-noto-sans-bengali-fonts" ] || [ "$packagename" == "google-noto-sans-devanagari-fonts" ] || [ "$packagename" == "google-noto-sans-gujarati-fonts" ] || [ "$packagename" == "google-noto-sans-gurmukhi-fonts" ] || [ "$packagename" == "google-noto-sans-kannada-fonts" ] || [ "$packagename" == "google-noto-sans-malayalam-fonts" ] || [ "$packagename" == "google-noto-sans-sinhala-fonts" ] || [ "$packagename" == "google-noto-sans-tamil-fonts" ] || [ "$packagename" == "google-noto-sans-telugu-fonts" ]; then + sed -i "s:@SUBPACKAGE_FILELISTS@:%{_ttfontsdir}/Noto$serif$script-\*.?tf\n%{_ttfontsdir}/Noto$serif${script}UI-\*.?tf\n@SUBPACKAGE_FILELISTS@:" $pkg_name.spec + elif [ "$packagename" == "google-noto-sans-tifinagh-fonts" ]; then + sed -i "s:@SUBPACKAGE_FILELISTS@:%{_ttfontsdir}/Noto$serif$script\*.?tf\n@SUBPACKAGE_FILELISTS@:" $pkg_name.spec + else + sed -i "s:@SUBPACKAGE_FILELISTS@:%{_ttfontsdir}/Noto$serif$script-\*.?tf\n@SUBPACKAGE_FILELISTS@:" $pkg_name.spec + fi + sed -i "s/@SUBPACKAGE_FILELISTS@/\n@SUBPACKAGE_FILELISTS@/" $pkg_name.spec +done + +# Remove the @@ placeholders once we are done. +sed -i 's/@LIST_OF_SUBPACKAGES@//' $pkg_name.spec +sed -i 's/@SUBPACKAGE_HEADERS@//' $pkg_name.spec +sed -i 's/@SUBPACKAGE_SCRIPTLETS@//' $pkg_name.spec +sed -i 's/@SUBPACKAGE_FILELISTS@//' $pkg_name.spec diff --git a/google-noto-fonts.changes b/google-noto-fonts.changes index e733651..8d9e13c 100644 --- a/google-noto-fonts.changes +++ b/google-noto-fonts.changes @@ -1,3 +1,108 @@ +------------------------------------------------------------------- +Sun Sep 1 04:52:12 UTC 2024 - Gordon Leung + +- Update to 20240901 + * Various updates to fonts + +------------------------------------------------------------------- +Fri Aug 2 17:09:30 UTC 2024 - Gordon Leung + +- Update to 20240801 + * Sans Mongolian has its shaping rules updated to match UTN#57 + * Serif Balinese fixed some overlaps + * Nastaliq Urdu has most of its issues fixed + +------------------------------------------------------------------- +Tue Jul 2 04:51:35 UTC 2024 - Gordon Leung + +- Update to 20240701 + * Sans Kaithi, Sans Psalter Pahlavi, Serif Toto, Sans Nag Mundari, + Sans Old Italic, Sans Old Sogdian, Sans Old Turkic, Serif Old Uyghur, + Sans Masaram Gondi, Sans Hebrew, Sans Math, Sans Limbu, Sans Mandaic, + and Sans Marchen have all received updates + +------------------------------------------------------------------- +Sun Jun 2 16:19:02 UTC 2024 - Gordon Leung + +- Remove obsolete "Group" parameter +- Update to 20240601 + * Noto Znamenny Musical Notation has been added + * Other fonts have been updated + +------------------------------------------------------------------- +Wed May 1 05:43:37 UTC 2024 - Gordon Leung + +- Update to 20240501 + * Noto Rashi Hebrew + - Corrects the width and position of marks under double-yud and double-vov + - Improves the anchoring of yod + - Adds the U+053F yod triangle character + - Improves the spacing of tsadi + * Noto Egyptian Hieroglyphs + - Add codepoints from Unicode 14 + +------------------------------------------------------------------- +Mon Apr 1 01:23:39 UTC 2024 - Gordon Leung + +- Update to 20240401 + * Fix Oriya interpolation issues + +------------------------------------------------------------------- +Fri Mar 1 07:23:34 UTC 2024 - Gordon Leung + +- Update to 20240301 + * Fixes to Balinese, Sans Canadian Aboriginal, Sans Georgian + and Kufi Arabic + +------------------------------------------------------------------- +Wed Feb 28 16:12:05 UTC 2024 - Gordon Leung + +- Remove fonttools build requires + +------------------------------------------------------------------- +Wed Feb 28 12:01:34 UTC 2024 - Jan Engelhardt + +- Delete old specfile constructs. + +------------------------------------------------------------------- +Sat Jan 6 01:46:43 UTC 2024 - Gordon Leung + +- Update to 20240101 + * All fonts have been renamed from noto-*-fonts to + google-noto-*-fonts + * UI fonts have been merged into their non-UI packages due to + changes in how Google distributes the fonts + * New fonts: Khitan Small Script + (google-noto-fangsongkssrotated-fonts, + google-noto-fangsongkssvertical-fonts), Kawi + (google-noto-kawi-fonts), Nag Mundari + (google-noto-nagmundari-fonts) + * Font renames, splits, mergers and deprecations: + * Hebrew: + * Now hebrewnew and hebrewdroid have been deprecated and replaced + with google-noto-sans-hebrew-fonts + * Syriac: + * Used to be in one package. Now estrangela is + google-noto-sans-syriac-fonts, while + google-noto-sans-syriacwestern-fonts and + google-noto-sans-syriaceastern-fonts represent the west and + east syriac scripts + * Tifinagh: + * The various tifinagh font packages have all been merged into + google-noto-sans-tifinagh-fonts + * Thai and Lao: + * They have been renamed from noto-loopedthai-fonts and + noto-loopedlao-fonts to google-noto-thailooped-fonts and + google-noto-laolooped-fonts + * Arimo, Cousine and Tinos have been removed from the Noto Fonts + Github so they are now seperate specfiles again + * Remove fix-arimo.patch as Arimo is no longer being provided here + +------------------------------------------------------------------- +Fri Nov 17 08:38:12 UTC 2023 - Bernhard Wiedemann + +- make build reproducible (boo#1047218) + ------------------------------------------------------------------- Mon Aug 22 21:57:20 UTC 2022 - Gordon Leung diff --git a/google-noto-fonts.spec b/google-noto-fonts.spec index c3e64a2..9658af0 100644 --- a/google-noto-fonts.spec +++ b/google-noto-fonts.spec @@ -1,7 +1,7 @@ # # spec file for package google-noto-fonts # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2024 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -16,4806 +16,4381 @@ # -%define hyear 2022 -%define hmonth 06 -%define hday 07 +%define hyear 2024 +%define hmonth 09 +%define hday 01 %define src_name NotoFonts -# DO NOT EDIT THIS SPECFILE DIRECTLY, edit google-noto-fonts.spec.in and run generate-fonts-and-specfile.sh script +# DO NOT EDIT THIS SPECFILE DIRECTLY, edit google-noto-fonts.spec.in and run generate-specfile.sh script Name: google-noto-fonts Version: %{hyear}%{hmonth}%{hday} Release: 0 -Summary: Noto Font Families +Summary: All Noto Fonts except CJK and Emoji License: OFL-1.1 -Group: System/X11/Fonts -URL: https://github.com/googlefonts/noto-fonts -# Generate Source0 via generate-fonts-and-specfile.sh -Source0: ttf.tar.gz -Source1: generate-fonts-and-specfile.sh -Source2: LICENSE -Source3: README.FAQ -Patch0: fix-arimo.patch +URL: https://notofonts.github.io/ +# https://github.com/notofonts/notofonts.github.io/archive/refs/tags/noto-monthly-release-24.9.1.tar.gz +Source0: notofonts.github.io-noto-monthly-release-24.9.1.tar.gz +Source1: generate-specfile.sh +Source2: README.FAQ +Source3: README.maintain BuildRequires: fontpackages-devel -BuildRequires: fonttools -BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildArch: noarch +Obsoletes: noto-fonts < %{version} +Provides: noto-fonts = %{version} +Requires: google-noto-fangsongkssrotated-fonts +Requires: google-noto-fangsongkssvertical-fonts +Requires: google-noto-kufiarabic-fonts +Requires: google-noto-music-fonts +Requires: google-noto-naskharabic-fonts +Requires: google-noto-nastaliqurdu-fonts +Requires: google-noto-rashihebrew-fonts +Requires: google-noto-sans-adlam-fonts +Requires: google-noto-sans-adlamunjoined-fonts +Requires: google-noto-sans-anatolianhieroglyphs-fonts +Requires: google-noto-sans-arabic-fonts +Requires: google-noto-sans-armenian-fonts +Requires: google-noto-sans-avestan-fonts +Requires: google-noto-sans-balinese-fonts +Requires: google-noto-sans-bamum-fonts +Requires: google-noto-sans-bassavah-fonts +Requires: google-noto-sans-batak-fonts +Requires: google-noto-sans-bengali-fonts +Requires: google-noto-sans-bhaiksuki-fonts +Requires: google-noto-sans-brahmi-fonts +Requires: google-noto-sans-buginese-fonts +Requires: google-noto-sans-buhid-fonts +Requires: google-noto-sans-canadianaboriginal-fonts +Requires: google-noto-sans-carian-fonts +Requires: google-noto-sans-caucasianalbanian-fonts +Requires: google-noto-sans-chakma-fonts +Requires: google-noto-sans-cham-fonts +Requires: google-noto-sans-cherokee-fonts +Requires: google-noto-sans-chorasmian-fonts +Requires: google-noto-sans-coptic-fonts +Requires: google-noto-sans-cuneiform-fonts +Requires: google-noto-sans-cypriot-fonts +Requires: google-noto-sans-cyprominoan-fonts +Requires: google-noto-sans-deseret-fonts +Requires: google-noto-sans-devanagari-fonts +Requires: google-noto-sans-duployan-fonts +Requires: google-noto-sans-egyptianhieroglyphs-fonts +Requires: google-noto-sans-elbasan-fonts +Requires: google-noto-sans-elymaic-fonts +Requires: google-noto-sans-ethiopic-fonts +Requires: google-noto-sans-fonts +Requires: google-noto-sans-georgian-fonts +Requires: google-noto-sans-glagolitic-fonts +Requires: google-noto-sans-gothic-fonts +Requires: google-noto-sans-grantha-fonts +Requires: google-noto-sans-gujarati-fonts +Requires: google-noto-sans-gunjalagondi-fonts +Requires: google-noto-sans-gurmukhi-fonts +Requires: google-noto-sans-hanifirohingya-fonts +Requires: google-noto-sans-hanunoo-fonts +Requires: google-noto-sans-hatran-fonts +Requires: google-noto-sans-hebrew-fonts +Requires: google-noto-sans-imperialaramaic-fonts +Requires: google-noto-sans-indicsiyaqnumbers-fonts +Requires: google-noto-sans-inscriptionalpahlavi-fonts +Requires: google-noto-sans-inscriptionalparthian-fonts +Requires: google-noto-sans-javanese-fonts +Requires: google-noto-sans-kaithi-fonts +Requires: google-noto-sans-kannada-fonts +Requires: google-noto-sans-kawi-fonts +Requires: google-noto-sans-kayahli-fonts +Requires: google-noto-sans-kharoshthi-fonts +Requires: google-noto-sans-khmer-fonts +Requires: google-noto-sans-khojki-fonts +Requires: google-noto-sans-khudawadi-fonts +Requires: google-noto-sans-lao-fonts +Requires: google-noto-sans-laolooped-fonts +Requires: google-noto-sans-lepcha-fonts +Requires: google-noto-sans-limbu-fonts +Requires: google-noto-sans-lineara-fonts +Requires: google-noto-sans-linearb-fonts +Requires: google-noto-sans-lisu-fonts +Requires: google-noto-sans-lycian-fonts +Requires: google-noto-sans-lydian-fonts +Requires: google-noto-sans-mahajani-fonts +Requires: google-noto-sans-malayalam-fonts +Requires: google-noto-sans-mandaic-fonts +Requires: google-noto-sans-manichaean-fonts +Requires: google-noto-sans-marchen-fonts +Requires: google-noto-sans-masaramgondi-fonts +Requires: google-noto-sans-math-fonts +Requires: google-noto-sans-mayannumerals-fonts +Requires: google-noto-sans-medefaidrin-fonts +Requires: google-noto-sans-meeteimayek-fonts +Requires: google-noto-sans-mendekikakui-fonts +Requires: google-noto-sans-meroitic-fonts +Requires: google-noto-sans-miao-fonts +Requires: google-noto-sans-modi-fonts +Requires: google-noto-sans-mongolian-fonts +Requires: google-noto-sans-mono-fonts +Requires: google-noto-sans-mro-fonts +Requires: google-noto-sans-multani-fonts +Requires: google-noto-sans-myanmar-fonts +Requires: google-noto-sans-nabataean-fonts +Requires: google-noto-sans-nagmundari-fonts +Requires: google-noto-sans-nandinagari-fonts +Requires: google-noto-sans-newa-fonts +Requires: google-noto-sans-newtailue-fonts +Requires: google-noto-sans-nko-fonts +Requires: google-noto-sans-nkounjoined-fonts +Requires: google-noto-sans-nushu-fonts +Requires: google-noto-sans-ogham-fonts +Requires: google-noto-sans-olchiki-fonts +Requires: google-noto-sans-oldhungarian-fonts +Requires: google-noto-sans-olditalic-fonts +Requires: google-noto-sans-oldnortharabian-fonts +Requires: google-noto-sans-oldpermic-fonts +Requires: google-noto-sans-oldpersian-fonts +Requires: google-noto-sans-oldsogdian-fonts +Requires: google-noto-sans-oldsoutharabian-fonts +Requires: google-noto-sans-oldturkic-fonts +Requires: google-noto-sans-oriya-fonts +Requires: google-noto-sans-osage-fonts +Requires: google-noto-sans-osmanya-fonts +Requires: google-noto-sans-pahawhhmong-fonts +Requires: google-noto-sans-palmyrene-fonts +Requires: google-noto-sans-paucinhau-fonts +Requires: google-noto-sans-phagspa-fonts +Requires: google-noto-sans-phoenician-fonts +Requires: google-noto-sans-psalterpahlavi-fonts +Requires: google-noto-sans-rejang-fonts +Requires: google-noto-sans-runic-fonts +Requires: google-noto-sans-samaritan-fonts +Requires: google-noto-sans-saurashtra-fonts +Requires: google-noto-sans-sharada-fonts +Requires: google-noto-sans-shavian-fonts +Requires: google-noto-sans-siddham-fonts +Requires: google-noto-sans-signwriting-fonts +Requires: google-noto-sans-sinhala-fonts +Requires: google-noto-sans-sogdian-fonts +Requires: google-noto-sans-sorasompeng-fonts +Requires: google-noto-sans-soyombo-fonts +Requires: google-noto-sans-sundanese-fonts +Requires: google-noto-sans-sylotinagri-fonts +Requires: google-noto-sans-symbols-fonts +Requires: google-noto-sans-symbols2-fonts +Requires: google-noto-sans-syriac-fonts +Requires: google-noto-sans-syriaceastern-fonts +Requires: google-noto-sans-syriacwestern-fonts +Requires: google-noto-sans-tagalog-fonts +Requires: google-noto-sans-tagbanwa-fonts +Requires: google-noto-sans-taile-fonts +Requires: google-noto-sans-taitham-fonts +Requires: google-noto-sans-taiviet-fonts +Requires: google-noto-sans-takri-fonts +Requires: google-noto-sans-tamil-fonts +Requires: google-noto-sans-tamilsupplement-fonts +Requires: google-noto-sans-tangsa-fonts +Requires: google-noto-sans-telugu-fonts +Requires: google-noto-sans-thaana-fonts +Requires: google-noto-sans-thai-fonts +Requires: google-noto-sans-thailooped-fonts +Requires: google-noto-sans-tifinagh-fonts +Requires: google-noto-sans-tirhuta-fonts +Requires: google-noto-sans-ugaritic-fonts +Requires: google-noto-sans-vai-fonts +Requires: google-noto-sans-vithkuqi-fonts +Requires: google-noto-sans-wancho-fonts +Requires: google-noto-sans-warangciti-fonts +Requires: google-noto-sans-yi-fonts +Requires: google-noto-sans-zanabazarsquare-fonts +Requires: google-noto-serif-ahom-fonts +Requires: google-noto-serif-armenian-fonts +Requires: google-noto-serif-balinese-fonts +Requires: google-noto-serif-bengali-fonts +Requires: google-noto-serif-devanagari-fonts +Requires: google-noto-serif-display-fonts +Requires: google-noto-serif-divesakuru-fonts +Requires: google-noto-serif-dogra-fonts +Requires: google-noto-serif-ethiopic-fonts +Requires: google-noto-serif-fonts +Requires: google-noto-serif-georgian-fonts +Requires: google-noto-serif-grantha-fonts +Requires: google-noto-serif-gujarati-fonts +Requires: google-noto-serif-gurmukhi-fonts +Requires: google-noto-serif-hebrew-fonts +Requires: google-noto-serif-kannada-fonts +Requires: google-noto-serif-khitansmallscript-fonts +Requires: google-noto-serif-khmer-fonts +Requires: google-noto-serif-khojki-fonts +Requires: google-noto-serif-lao-fonts +Requires: google-noto-serif-makasar-fonts +Requires: google-noto-serif-malayalam-fonts +Requires: google-noto-serif-myanmar-fonts +Requires: google-noto-serif-nphmong-fonts +Requires: google-noto-serif-olduyghur-fonts +Requires: google-noto-serif-oriya-fonts +Requires: google-noto-serif-ottomansiyaq-fonts +Requires: google-noto-serif-sinhala-fonts +Requires: google-noto-serif-tamil-fonts +Requires: google-noto-serif-tangut-fonts +Requires: google-noto-serif-telugu-fonts +Requires: google-noto-serif-thai-fonts +Requires: google-noto-serif-tibetan-fonts +Requires: google-noto-serif-toto-fonts +Requires: google-noto-serif-vithkuqi-fonts +Requires: google-noto-serif-yezidi-fonts +Requires: google-noto-traditionalnushu-fonts +Requires: google-noto-znamennymusicalnotation-fonts %description Noto's design goal is to achieve visual harmonization (e.g., compatible heights and stroke -thicknesses) across languages. +thicknesses) across languages. This package contains most noto fonts except for CJK and Emoji. -%package -n noto-fonts -Summary: All Noto Fonts except CJK and Emoji -Group: System/X11/Fonts -Requires: noto-arimo-fonts -Requires: noto-cousine-fonts -Requires: noto-kufiarabic-fonts -Requires: noto-loopedlao-fonts -Requires: noto-loopedlao-ui-fonts -Requires: noto-loopedthai-fonts -Requires: noto-loopedthai-ui-fonts -Requires: noto-music-fonts -Requires: noto-naskharabic-fonts -Requires: noto-naskharabic-ui-fonts -Requires: noto-nastaliqurdu-fonts -Requires: noto-rashihebrew-fonts -Requires: noto-sans-adlam-fonts -Requires: noto-sans-adlamunjoined-fonts -Requires: noto-sans-anatolianhieroglyphs-fonts -Requires: noto-sans-arabic-fonts -Requires: noto-sans-arabic-ui-fonts -Requires: noto-sans-armenian-fonts -Requires: noto-sans-avestan-fonts -Requires: noto-sans-balinese-fonts -Requires: noto-sans-bamum-fonts -Requires: noto-sans-bassavah-fonts -Requires: noto-sans-batak-fonts -Requires: noto-sans-bengali-fonts -Requires: noto-sans-bengali-ui-fonts -Requires: noto-sans-bhaiksuki-fonts -Requires: noto-sans-brahmi-fonts -Requires: noto-sans-buginese-fonts -Requires: noto-sans-buhid-fonts -Requires: noto-sans-canadianaboriginal-fonts -Requires: noto-sans-carian-fonts -Requires: noto-sans-caucasianalbanian-fonts -Requires: noto-sans-chakma-fonts -Requires: noto-sans-cham-fonts -Requires: noto-sans-cherokee-fonts -Requires: noto-sans-chorasmian-fonts -Requires: noto-sans-coptic-fonts -Requires: noto-sans-cuneiform-fonts -Requires: noto-sans-cypriot-fonts -Requires: noto-sans-cyprominoan-fonts -Requires: noto-sans-deseret-fonts -Requires: noto-sans-devanagari-fonts -Requires: noto-sans-devanagari-ui-fonts -Requires: noto-sans-duployan-fonts -Requires: noto-sans-egyptianhieroglyphs-fonts -Requires: noto-sans-elbasan-fonts -Requires: noto-sans-elymaic-fonts -Requires: noto-sans-ethiopic-fonts -Requires: noto-sans-fonts -Requires: noto-sans-georgian-fonts -Requires: noto-sans-glagolitic-fonts -Requires: noto-sans-gothic-fonts -Requires: noto-sans-grantha-fonts -Requires: noto-sans-gujarati-fonts -Requires: noto-sans-gujarati-ui-fonts -Requires: noto-sans-gunjalagondi-fonts -Requires: noto-sans-gurmukhi-fonts -Requires: noto-sans-gurmukhi-ui-fonts -Requires: noto-sans-hanifirohingya-fonts -Requires: noto-sans-hanunoo-fonts -Requires: noto-sans-hatran-fonts -Requires: noto-sans-hebrew-fonts -Requires: noto-sans-hebrewdroid-fonts -Requires: noto-sans-hebrewnew-fonts -Requires: noto-sans-imperialaramaic-fonts -Requires: noto-sans-indicsiyaqnumbers-fonts -Requires: noto-sans-inscriptionalpahlavi-fonts -Requires: noto-sans-inscriptionalparthian-fonts -Requires: noto-sans-javanese-fonts -Requires: noto-sans-kaithi-fonts -Requires: noto-sans-kannada-fonts -Requires: noto-sans-kannada-ui-fonts -Requires: noto-sans-kayahli-fonts -Requires: noto-sans-kharoshthi-fonts -Requires: noto-sans-khmer-fonts -Requires: noto-sans-khmer-ui-fonts -Requires: noto-sans-khojki-fonts -Requires: noto-sans-khudawadi-fonts -Requires: noto-sans-lao-fonts -Requires: noto-sans-lao-ui-fonts -Requires: noto-sans-lepcha-fonts -Requires: noto-sans-limbu-fonts -Requires: noto-sans-lineara-fonts -Requires: noto-sans-linearb-fonts -Requires: noto-sans-lisu-fonts -Requires: noto-sans-lycian-fonts -Requires: noto-sans-lydian-fonts -Requires: noto-sans-mahajani-fonts -Requires: noto-sans-malayalam-fonts -Requires: noto-sans-malayalam-ui-fonts -Requires: noto-sans-mandaic-fonts -Requires: noto-sans-manichaean-fonts -Requires: noto-sans-marchen-fonts -Requires: noto-sans-masaramgondi-fonts -Requires: noto-sans-math-fonts -Requires: noto-sans-mayannumerals-fonts -Requires: noto-sans-medefaidrin-fonts -Requires: noto-sans-meeteimayek-fonts -Requires: noto-sans-mendekikakui-fonts -Requires: noto-sans-meroitic-fonts -Requires: noto-sans-miao-fonts -Requires: noto-sans-modi-fonts -Requires: noto-sans-mongolian-fonts -Requires: noto-sans-mono-fonts -Requires: noto-sans-mro-fonts -Requires: noto-sans-multani-fonts -Requires: noto-sans-myanmar-fonts -Requires: noto-sans-myanmar-ui-fonts -Requires: noto-sans-nabataean-fonts -Requires: noto-sans-nandinagari-fonts -Requires: noto-sans-newa-fonts -Requires: noto-sans-newtailue-fonts -Requires: noto-sans-nko-fonts -Requires: noto-sans-nushu-fonts -Requires: noto-sans-ogham-fonts -Requires: noto-sans-olchiki-fonts -Requires: noto-sans-oldhungarian-fonts -Requires: noto-sans-olditalic-fonts -Requires: noto-sans-oldnortharabian-fonts -Requires: noto-sans-oldpermic-fonts -Requires: noto-sans-oldpersian-fonts -Requires: noto-sans-oldsogdian-fonts -Requires: noto-sans-oldsoutharabian-fonts -Requires: noto-sans-oldturkic-fonts -Requires: noto-sans-oriya-fonts -Requires: noto-sans-oriya-ui-fonts -Requires: noto-sans-osage-fonts -Requires: noto-sans-osmanya-fonts -Requires: noto-sans-pahawhhmong-fonts -Requires: noto-sans-palmyrene-fonts -Requires: noto-sans-paucinhau-fonts -Requires: noto-sans-phagspa-fonts -Requires: noto-sans-phoenician-fonts -Requires: noto-sans-psalterpahlavi-fonts -Requires: noto-sans-rejang-fonts -Requires: noto-sans-runic-fonts -Requires: noto-sans-samaritan-fonts -Requires: noto-sans-saurashtra-fonts -Requires: noto-sans-sharada-fonts -Requires: noto-sans-shavian-fonts -Requires: noto-sans-siddham-fonts -Requires: noto-sans-signwriting-fonts -Requires: noto-sans-sinhala-fonts -Requires: noto-sans-sinhala-ui-fonts -Requires: noto-sans-sogdian-fonts -Requires: noto-sans-sorasompeng-fonts -Requires: noto-sans-soyombo-fonts -Requires: noto-sans-sundanese-fonts -Requires: noto-sans-sylotinagri-fonts -Requires: noto-sans-symbols-fonts -Requires: noto-sans-symbols2-fonts -Requires: noto-sans-syriac-fonts -Requires: noto-sans-tagalog-fonts -Requires: noto-sans-tagbanwa-fonts -Requires: noto-sans-taile-fonts -Requires: noto-sans-taitham-fonts -Requires: noto-sans-taiviet-fonts -Requires: noto-sans-takri-fonts -Requires: noto-sans-tamil-fonts -Requires: noto-sans-tamil-ui-fonts -Requires: noto-sans-tamilsupplement-fonts -Requires: noto-sans-tangsa-fonts -Requires: noto-sans-telugu-fonts -Requires: noto-sans-telugu-ui-fonts -Requires: noto-sans-thaana-fonts -Requires: noto-sans-thai-fonts -Requires: noto-sans-thai-ui-fonts -Requires: noto-sans-tifinagh-fonts -Requires: noto-sans-tifinaghadrar-fonts -Requires: noto-sans-tifinaghagrawimazighen-fonts -Requires: noto-sans-tifinaghahaggar-fonts -Requires: noto-sans-tifinaghair-fonts -Requires: noto-sans-tifinaghapt-fonts -Requires: noto-sans-tifinaghazawagh-fonts -Requires: noto-sans-tifinaghghat-fonts -Requires: noto-sans-tifinaghhawad-fonts -Requires: noto-sans-tifinaghrhissaixa-fonts -Requires: noto-sans-tifinaghsil-fonts -Requires: noto-sans-tifinaghtawellemmet-fonts -Requires: noto-sans-tirhuta-fonts -Requires: noto-sans-ugaritic-fonts -Requires: noto-sans-vai-fonts -Requires: noto-sans-vithkuqi-fonts -Requires: noto-sans-wancho-fonts -Requires: noto-sans-warangciti-fonts -Requires: noto-sans-yi-fonts -Requires: noto-sans-zanabazarsquare-fonts -Requires: noto-serif-ahom-fonts -Requires: noto-serif-armenian-fonts -Requires: noto-serif-balinese-fonts -Requires: noto-serif-bengali-fonts -Requires: noto-serif-devanagari-fonts -Requires: noto-serif-display-fonts -Requires: noto-serif-divesakuru-fonts -Requires: noto-serif-dogra-fonts -Requires: noto-serif-ethiopic-fonts -Requires: noto-serif-fonts -Requires: noto-serif-georgian-fonts -Requires: noto-serif-grantha-fonts -Requires: noto-serif-gujarati-fonts -Requires: noto-serif-gurmukhi-fonts -Requires: noto-serif-hebrew-fonts -Requires: noto-serif-kannada-fonts -Requires: noto-serif-khmer-fonts -Requires: noto-serif-khojki-fonts -Requires: noto-serif-lao-fonts -Requires: noto-serif-makasar-fonts -Requires: noto-serif-malayalam-fonts -Requires: noto-serif-myanmar-fonts -Requires: noto-serif-nyiakengpuachuehmong-fonts -Requires: noto-serif-olduyghur-fonts -Requires: noto-serif-oriya-fonts -Requires: noto-serif-sinhala-fonts -Requires: noto-serif-tamil-fonts -Requires: noto-serif-tamilslanted-fonts -Requires: noto-serif-tangut-fonts -Requires: noto-serif-telugu-fonts -Requires: noto-serif-thai-fonts -Requires: noto-serif-tibetan-fonts -Requires: noto-serif-toto-fonts -Requires: noto-serif-vithkuqi-fonts -Requires: noto-serif-yezidi-fonts -Requires: noto-tinos-fonts -Requires: noto-traditionalnushu-fonts - -%description -n noto-fonts -Noto's design goal is to achieve visual harmonization (e.g., compatible -heights and stroke thicknesses) across languages. This package contains -most noto fonts except for CJK and Emoji. - -%package -n noto-arimo-fonts -Summary: Noto Arimo Font -Group: System/X11/Fonts -Obsoletes: noto-arimo < %{version} -Provides: noto-arimo = %{version} -Obsoletes: google-arimo-fonts < %{version} -Provides: google-arimo-fonts = %{version} +%package -n google-noto-fangsongkssrotated-fonts +Summary: Noto Fangsong KSSRotated Font +Obsoletes: noto-fangsongkssrotated < %{version} +Provides: noto-fangsongkssrotated = %{version} +Obsoletes: noto-fangsongkssrotated-fonts < %{version} +Provides: noto-fangsongkssrotated-fonts = %{version} %reconfigure_fonts_prereq -%description -n noto-arimo-fonts +%description -n google-noto-fangsongkssrotated-fonts Noto's design goal is to achieve visual harmonization (e.g., compatible heights and stroke thicknesses) across languages. This package contains -Arimo font, hinted. +FangsongKSSRotated font, hinted. -%package -n noto-cousine-fonts -Summary: Noto Cousine Font -Group: System/X11/Fonts -Obsoletes: noto-cousine < %{version} -Provides: noto-cousine = %{version} -Obsoletes: google-cousine-fonts < %{version} -Provides: google-cousine-fonts = %{version} +%package -n google-noto-fangsongkssvertical-fonts +Summary: Noto Fangsong KSSVertical Font +Obsoletes: noto-fangsongkssvertical < %{version} +Provides: noto-fangsongkssvertical = %{version} +Obsoletes: noto-fangsongkssvertical-fonts < %{version} +Provides: noto-fangsongkssvertical-fonts = %{version} %reconfigure_fonts_prereq -%description -n noto-cousine-fonts +%description -n google-noto-fangsongkssvertical-fonts Noto's design goal is to achieve visual harmonization (e.g., compatible heights and stroke thicknesses) across languages. This package contains -Cousine font, hinted. +FangsongKSSVertical font, hinted. -%package -n noto-kufiarabic-fonts +%package -n google-noto-kufiarabic-fonts Summary: Noto Kufi Arabic Font -Group: System/X11/Fonts Obsoletes: noto-kufiarabic < %{version} Provides: noto-kufiarabic = %{version} +Obsoletes: noto-kufiarabic-fonts < %{version} +Provides: noto-kufiarabic-fonts = %{version} %reconfigure_fonts_prereq -%description -n noto-kufiarabic-fonts +%description -n google-noto-kufiarabic-fonts Noto's design goal is to achieve visual harmonization (e.g., compatible heights and stroke thicknesses) across languages. This package contains KufiArabic font, hinted. -%package -n noto-loopedlao-fonts -Summary: Noto Looped Lao Font -Group: System/X11/Fonts -Obsoletes: noto-loopedlao < %{version} -Provides: noto-loopedlao = %{version} -%reconfigure_fonts_prereq - -%description -n noto-loopedlao-fonts -Noto's design goal is to achieve visual harmonization (e.g., compatible -heights and stroke thicknesses) across languages. This package contains -LoopedLao font, hinted. - -%package -n noto-loopedlao-ui-fonts -Summary: Noto Looped Lao Font -Group: System/X11/Fonts -Obsoletes: noto-loopedlao-ui < %{version} -Provides: noto-loopedlao-ui = %{version} -%reconfigure_fonts_prereq - -%description -n noto-loopedlao-ui-fonts -Noto's design goal is to achieve visual harmonization (e.g., compatible -heights and stroke thicknesses) across languages. This package contains -LoopedLao font, hinted. - -%package -n noto-loopedthai-fonts -Summary: Noto Looped Thai Font -Group: System/X11/Fonts -Obsoletes: noto-loopedthai < %{version} -Provides: noto-loopedthai = %{version} -%reconfigure_fonts_prereq - -%description -n noto-loopedthai-fonts -Noto's design goal is to achieve visual harmonization (e.g., compatible -heights and stroke thicknesses) across languages. This package contains -LoopedThai font, hinted. - -%package -n noto-loopedthai-ui-fonts -Summary: Noto Looped Thai Font -Group: System/X11/Fonts -Obsoletes: noto-loopedthai-ui < %{version} -Provides: noto-loopedthai-ui = %{version} -%reconfigure_fonts_prereq - -%description -n noto-loopedthai-ui-fonts -Noto's design goal is to achieve visual harmonization (e.g., compatible -heights and stroke thicknesses) across languages. This package contains -LoopedThai font, hinted. - -%package -n noto-music-fonts +%package -n google-noto-music-fonts Summary: Noto Music Font -Group: System/X11/Fonts Obsoletes: noto-music < %{version} Provides: noto-music = %{version} +Obsoletes: noto-music-fonts < %{version} +Provides: noto-music-fonts = %{version} %reconfigure_fonts_prereq -%description -n noto-music-fonts +%description -n google-noto-music-fonts Noto's design goal is to achieve visual harmonization (e.g., compatible heights and stroke thicknesses) across languages. This package contains Music font, hinted. -%package -n noto-naskharabic-fonts +%package -n google-noto-naskharabic-fonts Summary: Noto Naskh Arabic Font -Group: System/X11/Fonts Obsoletes: noto-naskharabic < %{version} Provides: noto-naskharabic = %{version} -%reconfigure_fonts_prereq - -%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 -NaskhArabic font, hinted. - -%package -n noto-naskharabic-ui-fonts -Summary: Noto Naskh Arabic Font -Group: System/X11/Fonts +Obsoletes: noto-naskharabic-fonts < %{version} +Provides: noto-naskharabic-fonts = %{version} Obsoletes: noto-naskharabic-ui < %{version} Provides: noto-naskharabic-ui = %{version} +Obsoletes: noto-naskharabic-ui-fonts < %{version} +Provides: noto-naskharabic-ui-fonts = %{version} %reconfigure_fonts_prereq -%description -n noto-naskharabic-ui-fonts +%description -n google-noto-naskharabic-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 +%package -n google-noto-nastaliqurdu-fonts Summary: Noto Nastaliq Urdu Font -Group: System/X11/Fonts Obsoletes: noto-nastaliqurdu < %{version} Provides: noto-nastaliqurdu = %{version} +Obsoletes: noto-nastaliqurdu-fonts < %{version} +Provides: noto-nastaliqurdu-fonts = %{version} %reconfigure_fonts_prereq -%description -n noto-nastaliqurdu-fonts +%description -n google-noto-nastaliqurdu-fonts Noto's design goal is to achieve visual harmonization (e.g., compatible heights and stroke thicknesses) across languages. This package contains NastaliqUrdu font, hinted. -%package -n noto-rashihebrew-fonts +%package -n google-noto-rashihebrew-fonts Summary: Noto Rashi Hebrew Font -Group: System/X11/Fonts Obsoletes: noto-rashihebrew < %{version} Provides: noto-rashihebrew = %{version} +Obsoletes: noto-rashihebrew-fonts < %{version} +Provides: noto-rashihebrew-fonts = %{version} %reconfigure_fonts_prereq -%description -n noto-rashihebrew-fonts +%description -n google-noto-rashihebrew-fonts Noto's design goal is to achieve visual harmonization (e.g., compatible heights and stroke thicknesses) across languages. This package contains RashiHebrew font, hinted. -%package -n noto-sans-fonts +%package -n google-noto-sans-fonts Summary: Noto Sans Font -Group: System/X11/Fonts Obsoletes: noto-sans < %{version} Provides: noto-sans = %{version} +Obsoletes: noto-sans-fonts < %{version} +Provides: noto-sans-fonts = %{version} Obsoletes: noto-sans-display < %{version} Provides: noto-sans-display = %{version} Obsoletes: noto-sans-display-fonts < %{version} Provides: noto-sans-display-fonts = %{version} %reconfigure_fonts_prereq -%description -n noto-sans-fonts +%description -n google-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 font, hinted. -%package -n noto-sans-adlam-fonts +%package -n google-noto-sans-adlam-fonts Summary: Noto Adlam Sans Serif Font -Group: System/X11/Fonts Obsoletes: noto-sans-adlam < %{version} Provides: noto-sans-adlam = %{version} +Obsoletes: noto-sans-adlam-fonts < %{version} +Provides: noto-sans-adlam-fonts = %{version} %reconfigure_fonts_prereq -%description -n noto-sans-adlam-fonts +%description -n google-noto-sans-adlam-fonts Noto's design goal is to achieve visual harmonization (e.g., compatible heights and stroke thicknesses) across languages. This package contains Adlam Sans Serif font, hinted. -%package -n noto-sans-adlamunjoined-fonts +%package -n google-noto-sans-adlamunjoined-fonts Summary: Noto Adlam Unjoined Sans Serif Font -Group: System/X11/Fonts Obsoletes: noto-sans-adlamunjoined < %{version} Provides: noto-sans-adlamunjoined = %{version} +Obsoletes: noto-sans-adlamunjoined-fonts < %{version} +Provides: noto-sans-adlamunjoined-fonts = %{version} %reconfigure_fonts_prereq -%description -n noto-sans-adlamunjoined-fonts +%description -n google-noto-sans-adlamunjoined-fonts Noto's design goal is to achieve visual harmonization (e.g., compatible heights and stroke thicknesses) across languages. This package contains AdlamUnjoined Sans Serif font, hinted. -%package -n noto-sans-anatolianhieroglyphs-fonts +%package -n google-noto-sans-anatolianhieroglyphs-fonts Summary: Noto Anatolian Hieroglyphs Sans Serif Font -Group: System/X11/Fonts Obsoletes: noto-sans-anatolianhieroglyphs < %{version} Provides: noto-sans-anatolianhieroglyphs = %{version} +Obsoletes: noto-sans-anatolianhieroglyphs-fonts < %{version} +Provides: noto-sans-anatolianhieroglyphs-fonts = %{version} %reconfigure_fonts_prereq -%description -n noto-sans-anatolianhieroglyphs-fonts +%description -n google-noto-sans-anatolianhieroglyphs-fonts Noto's design goal is to achieve visual harmonization (e.g., compatible heights and stroke thicknesses) across languages. This package contains AnatolianHieroglyphs Sans Serif font, hinted. -%package -n noto-sans-arabic-fonts +%package -n google-noto-sans-arabic-fonts Summary: Noto Arabic Sans Serif Font -Group: System/X11/Fonts Obsoletes: noto-sans-arabic < %{version} Provides: noto-sans-arabic = %{version} -%reconfigure_fonts_prereq - -%description -n noto-sans-arabic-fonts -Noto's design goal is to achieve visual harmonization (e.g., compatible -heights and stroke thicknesses) across languages. This package contains -Arabic Sans Serif font, hinted. - -%package -n noto-sans-arabic-ui-fonts -Summary: Noto Arabic Sans Serif Font -Group: System/X11/Fonts +Obsoletes: noto-sans-arabic-fonts < %{version} +Provides: noto-sans-arabic-fonts = %{version} Obsoletes: noto-sans-arabic-ui < %{version} Provides: noto-sans-arabic-ui = %{version} +Obsoletes: noto-sans-arabic-ui-fonts < %{version} +Provides: noto-sans-arabic-ui-fonts = %{version} %reconfigure_fonts_prereq -%description -n noto-sans-arabic-ui-fonts +%description -n google-noto-sans-arabic-fonts Noto's design goal is to achieve visual harmonization (e.g., compatible heights and stroke thicknesses) across languages. This package contains Arabic Sans Serif font, hinted. -%package -n noto-sans-armenian-fonts +%package -n google-noto-sans-armenian-fonts Summary: Noto Armenian Sans Serif Font -Group: System/X11/Fonts Obsoletes: noto-sans-armenian < %{version} Provides: noto-sans-armenian = %{version} +Obsoletes: noto-sans-armenian-fonts < %{version} +Provides: noto-sans-armenian-fonts = %{version} %reconfigure_fonts_prereq -%description -n noto-sans-armenian-fonts +%description -n google-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. -%package -n noto-sans-avestan-fonts +%package -n google-noto-sans-avestan-fonts Summary: Noto Avestan Sans Serif Font -Group: System/X11/Fonts Obsoletes: noto-sans-avestan < %{version} Provides: noto-sans-avestan = %{version} +Obsoletes: noto-sans-avestan-fonts < %{version} +Provides: noto-sans-avestan-fonts = %{version} %reconfigure_fonts_prereq -%description -n noto-sans-avestan-fonts +%description -n google-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. -%package -n noto-sans-balinese-fonts +%package -n google-noto-sans-balinese-fonts Summary: Noto Balinese Sans Serif Font -Group: System/X11/Fonts Obsoletes: noto-sans-balinese < %{version} Provides: noto-sans-balinese = %{version} +Obsoletes: noto-sans-balinese-fonts < %{version} +Provides: noto-sans-balinese-fonts = %{version} %reconfigure_fonts_prereq -%description -n noto-sans-balinese-fonts +%description -n google-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. -%package -n noto-sans-bamum-fonts +%package -n google-noto-sans-bamum-fonts Summary: Noto Bamum Sans Serif Font -Group: System/X11/Fonts Obsoletes: noto-sans-bamum < %{version} Provides: noto-sans-bamum = %{version} +Obsoletes: noto-sans-bamum-fonts < %{version} +Provides: noto-sans-bamum-fonts = %{version} %reconfigure_fonts_prereq -%description -n noto-sans-bamum-fonts +%description -n google-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. -%package -n noto-sans-bassavah-fonts +%package -n google-noto-sans-bassavah-fonts Summary: Noto Bassa Vah Sans Serif Font -Group: System/X11/Fonts Obsoletes: noto-sans-bassavah < %{version} Provides: noto-sans-bassavah = %{version} +Obsoletes: noto-sans-bassavah-fonts < %{version} +Provides: noto-sans-bassavah-fonts = %{version} %reconfigure_fonts_prereq -%description -n noto-sans-bassavah-fonts +%description -n google-noto-sans-bassavah-fonts Noto's design goal is to achieve visual harmonization (e.g., compatible heights and stroke thicknesses) across languages. This package contains BassaVah Sans Serif font, hinted. -%package -n noto-sans-batak-fonts +%package -n google-noto-sans-batak-fonts Summary: Noto Batak Sans Serif Font -Group: System/X11/Fonts Obsoletes: noto-sans-batak < %{version} Provides: noto-sans-batak = %{version} +Obsoletes: noto-sans-batak-fonts < %{version} +Provides: noto-sans-batak-fonts = %{version} %reconfigure_fonts_prereq -%description -n noto-sans-batak-fonts +%description -n google-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. -%package -n noto-sans-bengali-fonts +%package -n google-noto-sans-bengali-fonts Summary: Noto Bengali Sans Serif Font -Group: System/X11/Fonts Obsoletes: noto-sans-bengali < %{version} Provides: noto-sans-bengali = %{version} -%reconfigure_fonts_prereq - -%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. - -%package -n noto-sans-bengali-ui-fonts -Summary: Noto Bengali Sans Serif Font -Group: System/X11/Fonts +Obsoletes: noto-sans-bengali-fonts < %{version} +Provides: noto-sans-bengali-fonts = %{version} Obsoletes: noto-sans-bengali-ui < %{version} Provides: noto-sans-bengali-ui = %{version} +Obsoletes: noto-sans-bengali-ui-fonts < %{version} +Provides: noto-sans-bengali-ui-fonts = %{version} %reconfigure_fonts_prereq -%description -n noto-sans-bengali-ui-fonts +%description -n google-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. -%package -n noto-sans-bhaiksuki-fonts +%package -n google-noto-sans-bhaiksuki-fonts Summary: Noto Bhaiksuki Sans Serif Font -Group: System/X11/Fonts Obsoletes: noto-sans-bhaiksuki < %{version} Provides: noto-sans-bhaiksuki = %{version} +Obsoletes: noto-sans-bhaiksuki-fonts < %{version} +Provides: noto-sans-bhaiksuki-fonts = %{version} %reconfigure_fonts_prereq -%description -n noto-sans-bhaiksuki-fonts +%description -n google-noto-sans-bhaiksuki-fonts Noto's design goal is to achieve visual harmonization (e.g., compatible heights and stroke thicknesses) across languages. This package contains Bhaiksuki Sans Serif font, hinted. -%package -n noto-sans-brahmi-fonts +%package -n google-noto-sans-brahmi-fonts Summary: Noto Brahmi Sans Serif Font -Group: System/X11/Fonts Obsoletes: noto-sans-brahmi < %{version} Provides: noto-sans-brahmi = %{version} +Obsoletes: noto-sans-brahmi-fonts < %{version} +Provides: noto-sans-brahmi-fonts = %{version} %reconfigure_fonts_prereq -%description -n noto-sans-brahmi-fonts +%description -n google-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. -%package -n noto-sans-buginese-fonts +%package -n google-noto-sans-buginese-fonts Summary: Noto Buginese Sans Serif Font -Group: System/X11/Fonts Obsoletes: noto-sans-buginese < %{version} Provides: noto-sans-buginese = %{version} +Obsoletes: noto-sans-buginese-fonts < %{version} +Provides: noto-sans-buginese-fonts = %{version} %reconfigure_fonts_prereq -%description -n noto-sans-buginese-fonts +%description -n google-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. -%package -n noto-sans-buhid-fonts +%package -n google-noto-sans-buhid-fonts Summary: Noto Buhid Sans Serif Font -Group: System/X11/Fonts Obsoletes: noto-sans-buhid < %{version} Provides: noto-sans-buhid = %{version} +Obsoletes: noto-sans-buhid-fonts < %{version} +Provides: noto-sans-buhid-fonts = %{version} %reconfigure_fonts_prereq -%description -n noto-sans-buhid-fonts +%description -n google-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. -%package -n noto-sans-canadianaboriginal-fonts +%package -n google-noto-sans-canadianaboriginal-fonts Summary: Noto Canadian Aboriginal Sans Serif Font -Group: System/X11/Fonts Obsoletes: noto-sans-canadianaboriginal < %{version} Provides: noto-sans-canadianaboriginal = %{version} +Obsoletes: noto-sans-canadianaboriginal-fonts < %{version} +Provides: noto-sans-canadianaboriginal-fonts = %{version} %reconfigure_fonts_prereq -%description -n noto-sans-canadianaboriginal-fonts +%description -n google-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. -%package -n noto-sans-carian-fonts +%package -n google-noto-sans-carian-fonts Summary: Noto Carian Sans Serif Font -Group: System/X11/Fonts Obsoletes: noto-sans-carian < %{version} Provides: noto-sans-carian = %{version} +Obsoletes: noto-sans-carian-fonts < %{version} +Provides: noto-sans-carian-fonts = %{version} %reconfigure_fonts_prereq -%description -n noto-sans-carian-fonts +%description -n google-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. -%package -n noto-sans-caucasianalbanian-fonts +%package -n google-noto-sans-caucasianalbanian-fonts Summary: Noto Caucasian Albanian Sans Serif Font -Group: System/X11/Fonts Obsoletes: noto-sans-caucasianalbanian < %{version} Provides: noto-sans-caucasianalbanian = %{version} +Obsoletes: noto-sans-caucasianalbanian-fonts < %{version} +Provides: noto-sans-caucasianalbanian-fonts = %{version} %reconfigure_fonts_prereq -%description -n noto-sans-caucasianalbanian-fonts +%description -n google-noto-sans-caucasianalbanian-fonts Noto's design goal is to achieve visual harmonization (e.g., compatible heights and stroke thicknesses) across languages. This package contains CaucasianAlbanian Sans Serif font, hinted. -%package -n noto-sans-chakma-fonts +%package -n google-noto-sans-chakma-fonts Summary: Noto Chakma Sans Serif Font -Group: System/X11/Fonts Obsoletes: noto-sans-chakma < %{version} Provides: noto-sans-chakma = %{version} +Obsoletes: noto-sans-chakma-fonts < %{version} +Provides: noto-sans-chakma-fonts = %{version} %reconfigure_fonts_prereq -%description -n noto-sans-chakma-fonts +%description -n google-noto-sans-chakma-fonts Noto's design goal is to achieve visual harmonization (e.g., compatible heights and stroke thicknesses) across languages. This package contains Chakma Sans Serif font, hinted. -%package -n noto-sans-cham-fonts +%package -n google-noto-sans-cham-fonts Summary: Noto Cham Sans Serif Font -Group: System/X11/Fonts Obsoletes: noto-sans-cham < %{version} Provides: noto-sans-cham = %{version} +Obsoletes: noto-sans-cham-fonts < %{version} +Provides: noto-sans-cham-fonts = %{version} %reconfigure_fonts_prereq -%description -n noto-sans-cham-fonts +%description -n google-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. -%package -n noto-sans-cherokee-fonts +%package -n google-noto-sans-cherokee-fonts Summary: Noto Cherokee Sans Serif Font -Group: System/X11/Fonts Obsoletes: noto-sans-cherokee < %{version} Provides: noto-sans-cherokee = %{version} +Obsoletes: noto-sans-cherokee-fonts < %{version} +Provides: noto-sans-cherokee-fonts = %{version} %reconfigure_fonts_prereq -%description -n noto-sans-cherokee-fonts +%description -n google-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. -%package -n noto-sans-chorasmian-fonts +%package -n google-noto-sans-chorasmian-fonts Summary: Noto Chorasmian Sans Serif Font -Group: System/X11/Fonts Obsoletes: noto-sans-chorasmian < %{version} Provides: noto-sans-chorasmian = %{version} +Obsoletes: noto-sans-chorasmian-fonts < %{version} +Provides: noto-sans-chorasmian-fonts = %{version} %reconfigure_fonts_prereq -%description -n noto-sans-chorasmian-fonts +%description -n google-noto-sans-chorasmian-fonts Noto's design goal is to achieve visual harmonization (e.g., compatible heights and stroke thicknesses) across languages. This package contains Chorasmian Sans Serif font, hinted. -%package -n noto-sans-coptic-fonts +%package -n google-noto-sans-coptic-fonts Summary: Noto Coptic Sans Serif Font -Group: System/X11/Fonts Obsoletes: noto-sans-coptic < %{version} Provides: noto-sans-coptic = %{version} +Obsoletes: noto-sans-coptic-fonts < %{version} +Provides: noto-sans-coptic-fonts = %{version} %reconfigure_fonts_prereq -%description -n noto-sans-coptic-fonts +%description -n google-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. -%package -n noto-sans-cuneiform-fonts +%package -n google-noto-sans-cuneiform-fonts Summary: Noto Cuneiform Sans Serif Font -Group: System/X11/Fonts Obsoletes: noto-sans-cuneiform < %{version} Provides: noto-sans-cuneiform = %{version} +Obsoletes: noto-sans-cuneiform-fonts < %{version} +Provides: noto-sans-cuneiform-fonts = %{version} %reconfigure_fonts_prereq -%description -n noto-sans-cuneiform-fonts +%description -n google-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. -%package -n noto-sans-cypriot-fonts +%package -n google-noto-sans-cypriot-fonts Summary: Noto Cypriot Sans Serif Font -Group: System/X11/Fonts Obsoletes: noto-sans-cypriot < %{version} Provides: noto-sans-cypriot = %{version} +Obsoletes: noto-sans-cypriot-fonts < %{version} +Provides: noto-sans-cypriot-fonts = %{version} %reconfigure_fonts_prereq -%description -n noto-sans-cypriot-fonts +%description -n google-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. -%package -n noto-sans-cyprominoan-fonts +%package -n google-noto-sans-cyprominoan-fonts Summary: Noto Cypro Minoan Sans Serif Font -Group: System/X11/Fonts Obsoletes: noto-sans-cyprominoan < %{version} Provides: noto-sans-cyprominoan = %{version} +Obsoletes: noto-sans-cyprominoan-fonts < %{version} +Provides: noto-sans-cyprominoan-fonts = %{version} %reconfigure_fonts_prereq -%description -n noto-sans-cyprominoan-fonts +%description -n google-noto-sans-cyprominoan-fonts Noto's design goal is to achieve visual harmonization (e.g., compatible heights and stroke thicknesses) across languages. This package contains CyproMinoan Sans Serif font, hinted. -%package -n noto-sans-deseret-fonts +%package -n google-noto-sans-deseret-fonts Summary: Noto Deseret Sans Serif Font -Group: System/X11/Fonts Obsoletes: noto-sans-deseret < %{version} Provides: noto-sans-deseret = %{version} +Obsoletes: noto-sans-deseret-fonts < %{version} +Provides: noto-sans-deseret-fonts = %{version} %reconfigure_fonts_prereq -%description -n noto-sans-deseret-fonts +%description -n google-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. -%package -n noto-sans-devanagari-fonts +%package -n google-noto-sans-devanagari-fonts Summary: Noto Devanagari Sans Serif Font -Group: System/X11/Fonts Obsoletes: noto-sans-devanagari < %{version} Provides: noto-sans-devanagari = %{version} -%reconfigure_fonts_prereq - -%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. - -%package -n noto-sans-devanagari-ui-fonts -Summary: Noto Devanagari Sans Serif Font -Group: System/X11/Fonts +Obsoletes: noto-sans-devanagari-fonts < %{version} +Provides: noto-sans-devanagari-fonts = %{version} Obsoletes: noto-sans-devanagari-ui < %{version} Provides: noto-sans-devanagari-ui = %{version} +Obsoletes: noto-sans-devanagari-ui-fonts < %{version} +Provides: noto-sans-devanagari-ui-fonts = %{version} %reconfigure_fonts_prereq -%description -n noto-sans-devanagari-ui-fonts +%description -n google-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. -%package -n noto-sans-duployan-fonts +%package -n google-noto-sans-duployan-fonts Summary: Noto Duployan Sans Serif Font -Group: System/X11/Fonts Obsoletes: noto-sans-duployan < %{version} Provides: noto-sans-duployan = %{version} +Obsoletes: noto-sans-duployan-fonts < %{version} +Provides: noto-sans-duployan-fonts = %{version} %reconfigure_fonts_prereq -%description -n noto-sans-duployan-fonts +%description -n google-noto-sans-duployan-fonts Noto's design goal is to achieve visual harmonization (e.g., compatible heights and stroke thicknesses) across languages. This package contains Duployan Sans Serif font, hinted. -%package -n noto-sans-egyptianhieroglyphs-fonts +%package -n google-noto-sans-egyptianhieroglyphs-fonts Summary: Noto Egyptian Hieroglyphs Sans Serif Font -Group: System/X11/Fonts Obsoletes: noto-sans-egyptianhieroglyphs < %{version} Provides: noto-sans-egyptianhieroglyphs = %{version} +Obsoletes: noto-sans-egyptianhieroglyphs-fonts < %{version} +Provides: noto-sans-egyptianhieroglyphs-fonts = %{version} %reconfigure_fonts_prereq -%description -n noto-sans-egyptianhieroglyphs-fonts +%description -n google-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. -%package -n noto-sans-elbasan-fonts +%package -n google-noto-sans-elbasan-fonts Summary: Noto Elbasan Sans Serif Font -Group: System/X11/Fonts Obsoletes: noto-sans-elbasan < %{version} Provides: noto-sans-elbasan = %{version} +Obsoletes: noto-sans-elbasan-fonts < %{version} +Provides: noto-sans-elbasan-fonts = %{version} %reconfigure_fonts_prereq -%description -n noto-sans-elbasan-fonts +%description -n google-noto-sans-elbasan-fonts Noto's design goal is to achieve visual harmonization (e.g., compatible heights and stroke thicknesses) across languages. This package contains Elbasan Sans Serif font, hinted. -%package -n noto-sans-elymaic-fonts +%package -n google-noto-sans-elymaic-fonts Summary: Noto Elymaic Sans Serif Font -Group: System/X11/Fonts Obsoletes: noto-sans-elymaic < %{version} Provides: noto-sans-elymaic = %{version} +Obsoletes: noto-sans-elymaic-fonts < %{version} +Provides: noto-sans-elymaic-fonts = %{version} %reconfigure_fonts_prereq -%description -n noto-sans-elymaic-fonts +%description -n google-noto-sans-elymaic-fonts Noto's design goal is to achieve visual harmonization (e.g., compatible heights and stroke thicknesses) across languages. This package contains Elymaic Sans Serif font, hinted. -%package -n noto-sans-ethiopic-fonts +%package -n google-noto-sans-ethiopic-fonts Summary: Noto Ethiopic Sans Serif Font -Group: System/X11/Fonts Obsoletes: noto-sans-ethiopic < %{version} Provides: noto-sans-ethiopic = %{version} +Obsoletes: noto-sans-ethiopic-fonts < %{version} +Provides: noto-sans-ethiopic-fonts = %{version} %reconfigure_fonts_prereq -%description -n noto-sans-ethiopic-fonts +%description -n google-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. -%package -n noto-sans-georgian-fonts +%package -n google-noto-sans-georgian-fonts Summary: Noto Georgian Sans Serif Font -Group: System/X11/Fonts Obsoletes: noto-sans-georgian < %{version} Provides: noto-sans-georgian = %{version} +Obsoletes: noto-sans-georgian-fonts < %{version} +Provides: noto-sans-georgian-fonts = %{version} %reconfigure_fonts_prereq -%description -n noto-sans-georgian-fonts +%description -n google-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. -%package -n noto-sans-glagolitic-fonts +%package -n google-noto-sans-glagolitic-fonts Summary: Noto Glagolitic Sans Serif Font -Group: System/X11/Fonts Obsoletes: noto-sans-glagolitic < %{version} Provides: noto-sans-glagolitic = %{version} +Obsoletes: noto-sans-glagolitic-fonts < %{version} +Provides: noto-sans-glagolitic-fonts = %{version} %reconfigure_fonts_prereq -%description -n noto-sans-glagolitic-fonts +%description -n google-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. -%package -n noto-sans-gothic-fonts +%package -n google-noto-sans-gothic-fonts Summary: Noto Gothic Sans Serif Font -Group: System/X11/Fonts Obsoletes: noto-sans-gothic < %{version} Provides: noto-sans-gothic = %{version} +Obsoletes: noto-sans-gothic-fonts < %{version} +Provides: noto-sans-gothic-fonts = %{version} %reconfigure_fonts_prereq -%description -n noto-sans-gothic-fonts +%description -n google-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. -%package -n noto-sans-grantha-fonts +%package -n google-noto-sans-grantha-fonts Summary: Noto Grantha Sans Serif Font -Group: System/X11/Fonts Obsoletes: noto-sans-grantha < %{version} Provides: noto-sans-grantha = %{version} +Obsoletes: noto-sans-grantha-fonts < %{version} +Provides: noto-sans-grantha-fonts = %{version} %reconfigure_fonts_prereq -%description -n noto-sans-grantha-fonts +%description -n google-noto-sans-grantha-fonts Noto's design goal is to achieve visual harmonization (e.g., compatible heights and stroke thicknesses) across languages. This package contains Grantha Sans Serif font, hinted. -%package -n noto-sans-gujarati-fonts +%package -n google-noto-sans-gujarati-fonts Summary: Noto Gujarati Sans Serif Font -Group: System/X11/Fonts Obsoletes: noto-sans-gujarati < %{version} Provides: noto-sans-gujarati = %{version} -%reconfigure_fonts_prereq - -%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. - -%package -n noto-sans-gujarati-ui-fonts -Summary: Noto Gujarati Sans Serif Font -Group: System/X11/Fonts +Obsoletes: noto-sans-gujarati-fonts < %{version} +Provides: noto-sans-gujarati-fonts = %{version} Obsoletes: noto-sans-gujarati-ui < %{version} Provides: noto-sans-gujarati-ui = %{version} +Obsoletes: noto-sans-gujarati-ui-fonts < %{version} +Provides: noto-sans-gujarati-ui-fonts = %{version} %reconfigure_fonts_prereq -%description -n noto-sans-gujarati-ui-fonts +%description -n google-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. -%package -n noto-sans-gunjalagondi-fonts +%package -n google-noto-sans-gunjalagondi-fonts Summary: Noto Gunjala Gondi Sans Serif Font -Group: System/X11/Fonts Obsoletes: noto-sans-gunjalagondi < %{version} Provides: noto-sans-gunjalagondi = %{version} +Obsoletes: noto-sans-gunjalagondi-fonts < %{version} +Provides: noto-sans-gunjalagondi-fonts = %{version} %reconfigure_fonts_prereq -%description -n noto-sans-gunjalagondi-fonts +%description -n google-noto-sans-gunjalagondi-fonts Noto's design goal is to achieve visual harmonization (e.g., compatible heights and stroke thicknesses) across languages. This package contains GunjalaGondi Sans Serif font, hinted. -%package -n noto-sans-gurmukhi-fonts +%package -n google-noto-sans-gurmukhi-fonts Summary: Noto Gurmukhi Sans Serif Font -Group: System/X11/Fonts Obsoletes: noto-sans-gurmukhi < %{version} Provides: noto-sans-gurmukhi = %{version} -%reconfigure_fonts_prereq - -%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. - -%package -n noto-sans-gurmukhi-ui-fonts -Summary: Noto Gurmukhi Sans Serif Font -Group: System/X11/Fonts +Obsoletes: noto-sans-gurmukhi-fonts < %{version} +Provides: noto-sans-gurmukhi-fonts = %{version} Obsoletes: noto-sans-gurmukhi-ui < %{version} Provides: noto-sans-gurmukhi-ui = %{version} +Obsoletes: noto-sans-gurmukhi-ui-fonts < %{version} +Provides: noto-sans-gurmukhi-ui-fonts = %{version} %reconfigure_fonts_prereq -%description -n noto-sans-gurmukhi-ui-fonts +%description -n google-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. -%package -n noto-sans-hanifirohingya-fonts +%package -n google-noto-sans-hanifirohingya-fonts Summary: Noto Hanifi Rohingya Sans Serif Font -Group: System/X11/Fonts Obsoletes: noto-sans-hanifirohingya < %{version} Provides: noto-sans-hanifirohingya = %{version} +Obsoletes: noto-sans-hanifirohingya-fonts < %{version} +Provides: noto-sans-hanifirohingya-fonts = %{version} %reconfigure_fonts_prereq -%description -n noto-sans-hanifirohingya-fonts +%description -n google-noto-sans-hanifirohingya-fonts Noto's design goal is to achieve visual harmonization (e.g., compatible heights and stroke thicknesses) across languages. This package contains HanifiRohingya Sans Serif font, hinted. -%package -n noto-sans-hanunoo-fonts +%package -n google-noto-sans-hanunoo-fonts Summary: Noto Hanunoo Sans Serif Font -Group: System/X11/Fonts Obsoletes: noto-sans-hanunoo < %{version} Provides: noto-sans-hanunoo = %{version} +Obsoletes: noto-sans-hanunoo-fonts < %{version} +Provides: noto-sans-hanunoo-fonts = %{version} %reconfigure_fonts_prereq -%description -n noto-sans-hanunoo-fonts +%description -n google-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. -%package -n noto-sans-hatran-fonts +%package -n google-noto-sans-hatran-fonts Summary: Noto Hatran Sans Serif Font -Group: System/X11/Fonts Obsoletes: noto-sans-hatran < %{version} Provides: noto-sans-hatran = %{version} +Obsoletes: noto-sans-hatran-fonts < %{version} +Provides: noto-sans-hatran-fonts = %{version} %reconfigure_fonts_prereq -%description -n noto-sans-hatran-fonts +%description -n google-noto-sans-hatran-fonts Noto's design goal is to achieve visual harmonization (e.g., compatible heights and stroke thicknesses) across languages. This package contains Hatran Sans Serif font, hinted. -%package -n noto-sans-hebrew-fonts +%package -n google-noto-sans-hebrew-fonts Summary: Noto Hebrew Sans Serif Font -Group: System/X11/Fonts Obsoletes: noto-sans-hebrew < %{version} Provides: noto-sans-hebrew = %{version} +Obsoletes: noto-sans-hebrew-fonts < %{version} +Provides: noto-sans-hebrew-fonts = %{version} +Obsoletes: noto-sans-hebrewnew < %{version} +Provides: noto-sans-hebrewnew = %{version} +Obsoletes: noto-sans-hebrewnew-fonts < %{version} +Provides: noto-sans-hebrewnew-fonts = %{version} +Obsoletes: noto-sans-hebrewdroid < %{version} +Provides: noto-sans-hebrewdroid = %{version} +Obsoletes: noto-sans-hebrewdroid-fonts < %{version} +Provides: noto-sans-hebrewdroid-fonts = %{version} %reconfigure_fonts_prereq -%description -n noto-sans-hebrew-fonts +%description -n google-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. -%package -n noto-sans-hebrewdroid-fonts -Summary: Noto Hebrew Droid Sans Serif Font -Group: System/X11/Fonts -Obsoletes: noto-sans-hebrewdroid < %{version} -Provides: noto-sans-hebrewdroid = %{version} -%reconfigure_fonts_prereq - -%description -n noto-sans-hebrewdroid-fonts -Noto's design goal is to achieve visual harmonization (e.g., compatible -heights and stroke thicknesses) across languages. This package contains -HebrewDroid Sans Serif font, hinted. - -%package -n noto-sans-hebrewnew-fonts -Summary: Noto Hebrew New Sans Serif Font -Group: System/X11/Fonts -Obsoletes: noto-sans-hebrewnew < %{version} -Provides: noto-sans-hebrewnew = %{version} -%reconfigure_fonts_prereq - -%description -n noto-sans-hebrewnew-fonts -Noto's design goal is to achieve visual harmonization (e.g., compatible -heights and stroke thicknesses) across languages. This package contains -HebrewNew Sans Serif font, hinted. - -%package -n noto-sans-imperialaramaic-fonts +%package -n google-noto-sans-imperialaramaic-fonts Summary: Noto Imperial Aramaic Sans Serif Font -Group: System/X11/Fonts Obsoletes: noto-sans-imperialaramaic < %{version} Provides: noto-sans-imperialaramaic = %{version} +Obsoletes: noto-sans-imperialaramaic-fonts < %{version} +Provides: noto-sans-imperialaramaic-fonts = %{version} %reconfigure_fonts_prereq -%description -n noto-sans-imperialaramaic-fonts +%description -n google-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. -%package -n noto-sans-indicsiyaqnumbers-fonts +%package -n google-noto-sans-indicsiyaqnumbers-fonts Summary: Noto Indic Siyaq Numbers Sans Serif Font -Group: System/X11/Fonts Obsoletes: noto-sans-indicsiyaqnumbers < %{version} Provides: noto-sans-indicsiyaqnumbers = %{version} +Obsoletes: noto-sans-indicsiyaqnumbers-fonts < %{version} +Provides: noto-sans-indicsiyaqnumbers-fonts = %{version} %reconfigure_fonts_prereq -%description -n noto-sans-indicsiyaqnumbers-fonts +%description -n google-noto-sans-indicsiyaqnumbers-fonts Noto's design goal is to achieve visual harmonization (e.g., compatible heights and stroke thicknesses) across languages. This package contains IndicSiyaqNumbers Sans Serif font, hinted. -%package -n noto-sans-inscriptionalpahlavi-fonts +%package -n google-noto-sans-inscriptionalpahlavi-fonts Summary: Noto Inscriptional Pahlavi Sans Serif Font -Group: System/X11/Fonts Obsoletes: noto-sans-inscriptionalpahlavi < %{version} Provides: noto-sans-inscriptionalpahlavi = %{version} +Obsoletes: noto-sans-inscriptionalpahlavi-fonts < %{version} +Provides: noto-sans-inscriptionalpahlavi-fonts = %{version} %reconfigure_fonts_prereq -%description -n noto-sans-inscriptionalpahlavi-fonts +%description -n google-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. -%package -n noto-sans-inscriptionalparthian-fonts +%package -n google-noto-sans-inscriptionalparthian-fonts Summary: Noto Inscriptional Parthian Sans Serif Font -Group: System/X11/Fonts Obsoletes: noto-sans-inscriptionalparthian < %{version} Provides: noto-sans-inscriptionalparthian = %{version} +Obsoletes: noto-sans-inscriptionalparthian-fonts < %{version} +Provides: noto-sans-inscriptionalparthian-fonts = %{version} %reconfigure_fonts_prereq -%description -n noto-sans-inscriptionalparthian-fonts +%description -n google-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. -%package -n noto-sans-javanese-fonts +%package -n google-noto-sans-javanese-fonts Summary: Noto Javanese Sans Serif Font -Group: System/X11/Fonts Obsoletes: noto-sans-javanese < %{version} Provides: noto-sans-javanese = %{version} +Obsoletes: noto-sans-javanese-fonts < %{version} +Provides: noto-sans-javanese-fonts = %{version} %reconfigure_fonts_prereq -%description -n noto-sans-javanese-fonts +%description -n google-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. -%package -n noto-sans-kaithi-fonts +%package -n google-noto-sans-kaithi-fonts Summary: Noto Kaithi Sans Serif Font -Group: System/X11/Fonts Obsoletes: noto-sans-kaithi < %{version} Provides: noto-sans-kaithi = %{version} +Obsoletes: noto-sans-kaithi-fonts < %{version} +Provides: noto-sans-kaithi-fonts = %{version} %reconfigure_fonts_prereq -%description -n noto-sans-kaithi-fonts +%description -n google-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. -%package -n noto-sans-kannada-fonts +%package -n google-noto-sans-kannada-fonts Summary: Noto Kannada Sans Serif Font -Group: System/X11/Fonts Obsoletes: noto-sans-kannada < %{version} Provides: noto-sans-kannada = %{version} -%reconfigure_fonts_prereq - -%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. - -%package -n noto-sans-kannada-ui-fonts -Summary: Noto Kannada Sans Serif Font -Group: System/X11/Fonts +Obsoletes: noto-sans-kannada-fonts < %{version} +Provides: noto-sans-kannada-fonts = %{version} Obsoletes: noto-sans-kannada-ui < %{version} Provides: noto-sans-kannada-ui = %{version} +Obsoletes: noto-sans-kannada-ui-fonts < %{version} +Provides: noto-sans-kannada-ui-fonts = %{version} %reconfigure_fonts_prereq -%description -n noto-sans-kannada-ui-fonts +%description -n google-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. -%package -n noto-sans-kayahli-fonts -Summary: Noto Kayah Li Sans Serif Font -Group: System/X11/Fonts -Obsoletes: noto-sans-kayahli < %{version} -Provides: noto-sans-kayahli = %{version} +%package -n google-noto-sans-kawi-fonts +Summary: Noto Kawi Sans Serif Font +Obsoletes: noto-sans-kawi < %{version} +Provides: noto-sans-kawi = %{version} +Obsoletes: noto-sans-kawi-fonts < %{version} +Provides: noto-sans-kawi-fonts = %{version} %reconfigure_fonts_prereq -%description -n noto-sans-kayahli-fonts +%description -n google-noto-sans-kawi-fonts +Noto's design goal is to achieve visual harmonization (e.g., compatible +heights and stroke thicknesses) across languages. This package contains +Kawi Sans Serif font, hinted. + +%package -n google-noto-sans-kayahli-fonts +Summary: Noto Kayah Li Sans Serif Font +Obsoletes: noto-sans-kayahli < %{version} +Provides: noto-sans-kayahli = %{version} +Obsoletes: noto-sans-kayahli-fonts < %{version} +Provides: noto-sans-kayahli-fonts = %{version} +%reconfigure_fonts_prereq + +%description -n google-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. -%package -n noto-sans-kharoshthi-fonts +%package -n google-noto-sans-kharoshthi-fonts Summary: Noto Kharoshthi Sans Serif Font -Group: System/X11/Fonts Obsoletes: noto-sans-kharoshthi < %{version} Provides: noto-sans-kharoshthi = %{version} +Obsoletes: noto-sans-kharoshthi-fonts < %{version} +Provides: noto-sans-kharoshthi-fonts = %{version} %reconfigure_fonts_prereq -%description -n noto-sans-kharoshthi-fonts +%description -n google-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. -%package -n noto-sans-khmer-fonts +%package -n google-noto-sans-khmer-fonts Summary: Noto Khmer Sans Serif Font -Group: System/X11/Fonts Obsoletes: noto-sans-khmer < %{version} Provides: noto-sans-khmer = %{version} -%reconfigure_fonts_prereq - -%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. - -%package -n noto-sans-khmer-ui-fonts -Summary: Noto Khmer Sans Serif Font -Group: System/X11/Fonts +Obsoletes: noto-sans-khmer-fonts < %{version} +Provides: noto-sans-khmer-fonts = %{version} Obsoletes: noto-sans-khmer-ui < %{version} Provides: noto-sans-khmer-ui = %{version} +Obsoletes: noto-sans-khmer-ui-fonts < %{version} +Provides: noto-sans-khmer-ui-fonts = %{version} %reconfigure_fonts_prereq -%description -n noto-sans-khmer-ui-fonts +%description -n google-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. -%package -n noto-sans-khojki-fonts +%package -n google-noto-sans-khojki-fonts Summary: Noto Khojki Sans Serif Font -Group: System/X11/Fonts Obsoletes: noto-sans-khojki < %{version} Provides: noto-sans-khojki = %{version} +Obsoletes: noto-sans-khojki-fonts < %{version} +Provides: noto-sans-khojki-fonts = %{version} %reconfigure_fonts_prereq -%description -n noto-sans-khojki-fonts +%description -n google-noto-sans-khojki-fonts Noto's design goal is to achieve visual harmonization (e.g., compatible heights and stroke thicknesses) across languages. This package contains Khojki Sans Serif font, hinted. -%package -n noto-sans-khudawadi-fonts +%package -n google-noto-sans-khudawadi-fonts Summary: Noto Khudawadi Sans Serif Font -Group: System/X11/Fonts Obsoletes: noto-sans-khudawadi < %{version} Provides: noto-sans-khudawadi = %{version} +Obsoletes: noto-sans-khudawadi-fonts < %{version} +Provides: noto-sans-khudawadi-fonts = %{version} %reconfigure_fonts_prereq -%description -n noto-sans-khudawadi-fonts +%description -n google-noto-sans-khudawadi-fonts Noto's design goal is to achieve visual harmonization (e.g., compatible heights and stroke thicknesses) across languages. This package contains Khudawadi Sans Serif font, hinted. -%package -n noto-sans-lao-fonts +%package -n google-noto-sans-lao-fonts Summary: Noto Lao Sans Serif Font -Group: System/X11/Fonts Obsoletes: noto-sans-lao < %{version} Provides: noto-sans-lao = %{version} -%reconfigure_fonts_prereq - -%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. - -%package -n noto-sans-lao-ui-fonts -Summary: Noto Lao Sans Serif Font -Group: System/X11/Fonts +Obsoletes: noto-sans-lao-fonts < %{version} +Provides: noto-sans-lao-fonts = %{version} Obsoletes: noto-sans-lao-ui < %{version} Provides: noto-sans-lao-ui = %{version} +Obsoletes: noto-sans-lao-ui-fonts < %{version} +Provides: noto-sans-lao-ui-fonts = %{version} %reconfigure_fonts_prereq -%description -n noto-sans-lao-ui-fonts +%description -n google-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. -%package -n noto-sans-lepcha-fonts -Summary: Noto Lepcha Sans Serif Font -Group: System/X11/Fonts -Obsoletes: noto-sans-lepcha < %{version} -Provides: noto-sans-lepcha = %{version} +%package -n google-noto-sans-laolooped-fonts +Summary: Noto Lao Looped Sans Serif Font +Obsoletes: noto-loopedlao < %{version} +Provides: noto-loopedlao = %{version} +Obsoletes: noto-loopedlao-fonts < %{version} +Provides: noto-loopedlao-fonts = %{version} +Obsoletes: noto-loopedlao-ui < %{version} +Provides: noto-loopedlao-ui = %{version} +Obsoletes: noto-loopedlao-ui-fonts < %{version} +Provides: noto-loopedlao-ui-fonts = %{version} %reconfigure_fonts_prereq -%description -n noto-sans-lepcha-fonts +%description -n google-noto-sans-laolooped-fonts +Noto's design goal is to achieve visual harmonization (e.g., compatible +heights and stroke thicknesses) across languages. This package contains +LaoLooped Sans Serif font, hinted. + +%package -n google-noto-sans-lepcha-fonts +Summary: Noto Lepcha Sans Serif Font +Obsoletes: noto-sans-lepcha < %{version} +Provides: noto-sans-lepcha = %{version} +Obsoletes: noto-sans-lepcha-fonts < %{version} +Provides: noto-sans-lepcha-fonts = %{version} +%reconfigure_fonts_prereq + +%description -n google-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. -%package -n noto-sans-limbu-fonts +%package -n google-noto-sans-limbu-fonts Summary: Noto Limbu Sans Serif Font -Group: System/X11/Fonts Obsoletes: noto-sans-limbu < %{version} Provides: noto-sans-limbu = %{version} +Obsoletes: noto-sans-limbu-fonts < %{version} +Provides: noto-sans-limbu-fonts = %{version} %reconfigure_fonts_prereq -%description -n noto-sans-limbu-fonts +%description -n google-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. -%package -n noto-sans-lineara-fonts +%package -n google-noto-sans-lineara-fonts Summary: Noto Linear A Sans Serif Font -Group: System/X11/Fonts Obsoletes: noto-sans-lineara < %{version} Provides: noto-sans-lineara = %{version} +Obsoletes: noto-sans-lineara-fonts < %{version} +Provides: noto-sans-lineara-fonts = %{version} %reconfigure_fonts_prereq -%description -n noto-sans-lineara-fonts +%description -n google-noto-sans-lineara-fonts Noto's design goal is to achieve visual harmonization (e.g., compatible heights and stroke thicknesses) across languages. This package contains LinearA Sans Serif font, hinted. -%package -n noto-sans-linearb-fonts +%package -n google-noto-sans-linearb-fonts Summary: Noto Linear B Sans Serif Font -Group: System/X11/Fonts Obsoletes: noto-sans-linearb < %{version} Provides: noto-sans-linearb = %{version} +Obsoletes: noto-sans-linearb-fonts < %{version} +Provides: noto-sans-linearb-fonts = %{version} %reconfigure_fonts_prereq -%description -n noto-sans-linearb-fonts +%description -n google-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. -%package -n noto-sans-lisu-fonts +%package -n google-noto-sans-lisu-fonts Summary: Noto Lisu Sans Serif Font -Group: System/X11/Fonts Obsoletes: noto-sans-lisu < %{version} Provides: noto-sans-lisu = %{version} +Obsoletes: noto-sans-lisu-fonts < %{version} +Provides: noto-sans-lisu-fonts = %{version} %reconfigure_fonts_prereq -%description -n noto-sans-lisu-fonts +%description -n google-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. -%package -n noto-sans-lycian-fonts +%package -n google-noto-sans-lycian-fonts Summary: Noto Lycian Sans Serif Font -Group: System/X11/Fonts Obsoletes: noto-sans-lycian < %{version} Provides: noto-sans-lycian = %{version} +Obsoletes: noto-sans-lycian-fonts < %{version} +Provides: noto-sans-lycian-fonts = %{version} %reconfigure_fonts_prereq -%description -n noto-sans-lycian-fonts +%description -n google-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. -%package -n noto-sans-lydian-fonts +%package -n google-noto-sans-lydian-fonts Summary: Noto Lydian Sans Serif Font -Group: System/X11/Fonts Obsoletes: noto-sans-lydian < %{version} Provides: noto-sans-lydian = %{version} +Obsoletes: noto-sans-lydian-fonts < %{version} +Provides: noto-sans-lydian-fonts = %{version} %reconfigure_fonts_prereq -%description -n noto-sans-lydian-fonts +%description -n google-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. -%package -n noto-sans-mahajani-fonts +%package -n google-noto-sans-mahajani-fonts Summary: Noto Mahajani Sans Serif Font -Group: System/X11/Fonts Obsoletes: noto-sans-mahajani < %{version} Provides: noto-sans-mahajani = %{version} +Obsoletes: noto-sans-mahajani-fonts < %{version} +Provides: noto-sans-mahajani-fonts = %{version} %reconfigure_fonts_prereq -%description -n noto-sans-mahajani-fonts +%description -n google-noto-sans-mahajani-fonts Noto's design goal is to achieve visual harmonization (e.g., compatible heights and stroke thicknesses) across languages. This package contains Mahajani Sans Serif font, hinted. -%package -n noto-sans-malayalam-fonts +%package -n google-noto-sans-malayalam-fonts Summary: Noto Malayalam Sans Serif Font -Group: System/X11/Fonts Obsoletes: noto-sans-malayalam < %{version} Provides: noto-sans-malayalam = %{version} -%reconfigure_fonts_prereq - -%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. - -%package -n noto-sans-malayalam-ui-fonts -Summary: Noto Malayalam Sans Serif Font -Group: System/X11/Fonts +Obsoletes: noto-sans-malayalam-fonts < %{version} +Provides: noto-sans-malayalam-fonts = %{version} Obsoletes: noto-sans-malayalam-ui < %{version} Provides: noto-sans-malayalam-ui = %{version} +Obsoletes: noto-sans-malayalam-ui-fonts < %{version} +Provides: noto-sans-malayalam-ui-fonts = %{version} %reconfigure_fonts_prereq -%description -n noto-sans-malayalam-ui-fonts +%description -n google-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. -%package -n noto-sans-mandaic-fonts +%package -n google-noto-sans-mandaic-fonts Summary: Noto Mandaic Sans Serif Font -Group: System/X11/Fonts Obsoletes: noto-sans-mandaic < %{version} Provides: noto-sans-mandaic = %{version} +Obsoletes: noto-sans-mandaic-fonts < %{version} +Provides: noto-sans-mandaic-fonts = %{version} %reconfigure_fonts_prereq -%description -n noto-sans-mandaic-fonts +%description -n google-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. -%package -n noto-sans-manichaean-fonts +%package -n google-noto-sans-manichaean-fonts Summary: Noto Manichaean Sans Serif Font -Group: System/X11/Fonts Obsoletes: noto-sans-manichaean < %{version} Provides: noto-sans-manichaean = %{version} +Obsoletes: noto-sans-manichaean-fonts < %{version} +Provides: noto-sans-manichaean-fonts = %{version} %reconfigure_fonts_prereq -%description -n noto-sans-manichaean-fonts +%description -n google-noto-sans-manichaean-fonts Noto's design goal is to achieve visual harmonization (e.g., compatible heights and stroke thicknesses) across languages. This package contains Manichaean Sans Serif font, hinted. -%package -n noto-sans-marchen-fonts +%package -n google-noto-sans-marchen-fonts Summary: Noto Marchen Sans Serif Font -Group: System/X11/Fonts Obsoletes: noto-sans-marchen < %{version} Provides: noto-sans-marchen = %{version} +Obsoletes: noto-sans-marchen-fonts < %{version} +Provides: noto-sans-marchen-fonts = %{version} %reconfigure_fonts_prereq -%description -n noto-sans-marchen-fonts +%description -n google-noto-sans-marchen-fonts Noto's design goal is to achieve visual harmonization (e.g., compatible heights and stroke thicknesses) across languages. This package contains Marchen Sans Serif font, hinted. -%package -n noto-sans-masaramgondi-fonts +%package -n google-noto-sans-masaramgondi-fonts Summary: Noto Masaram Gondi Sans Serif Font -Group: System/X11/Fonts Obsoletes: noto-sans-masaramgondi < %{version} Provides: noto-sans-masaramgondi = %{version} +Obsoletes: noto-sans-masaramgondi-fonts < %{version} +Provides: noto-sans-masaramgondi-fonts = %{version} %reconfigure_fonts_prereq -%description -n noto-sans-masaramgondi-fonts +%description -n google-noto-sans-masaramgondi-fonts Noto's design goal is to achieve visual harmonization (e.g., compatible heights and stroke thicknesses) across languages. This package contains MasaramGondi Sans Serif font, hinted. -%package -n noto-sans-math-fonts +%package -n google-noto-sans-math-fonts Summary: Noto Math Sans Serif Font -Group: System/X11/Fonts Obsoletes: noto-sans-math < %{version} Provides: noto-sans-math = %{version} +Obsoletes: noto-sans-math-fonts < %{version} +Provides: noto-sans-math-fonts = %{version} %reconfigure_fonts_prereq -%description -n noto-sans-math-fonts +%description -n google-noto-sans-math-fonts Noto's design goal is to achieve visual harmonization (e.g., compatible heights and stroke thicknesses) across languages. This package contains Math Sans Serif font, hinted. -%package -n noto-sans-mayannumerals-fonts +%package -n google-noto-sans-mayannumerals-fonts Summary: Noto Mayan Numerals Sans Serif Font -Group: System/X11/Fonts Obsoletes: noto-sans-mayannumerals < %{version} Provides: noto-sans-mayannumerals = %{version} +Obsoletes: noto-sans-mayannumerals-fonts < %{version} +Provides: noto-sans-mayannumerals-fonts = %{version} %reconfigure_fonts_prereq -%description -n noto-sans-mayannumerals-fonts +%description -n google-noto-sans-mayannumerals-fonts Noto's design goal is to achieve visual harmonization (e.g., compatible heights and stroke thicknesses) across languages. This package contains MayanNumerals Sans Serif font, hinted. -%package -n noto-sans-medefaidrin-fonts +%package -n google-noto-sans-medefaidrin-fonts Summary: Noto Medefaidrin Sans Serif Font -Group: System/X11/Fonts Obsoletes: noto-sans-medefaidrin < %{version} Provides: noto-sans-medefaidrin = %{version} +Obsoletes: noto-sans-medefaidrin-fonts < %{version} +Provides: noto-sans-medefaidrin-fonts = %{version} %reconfigure_fonts_prereq -%description -n noto-sans-medefaidrin-fonts +%description -n google-noto-sans-medefaidrin-fonts Noto's design goal is to achieve visual harmonization (e.g., compatible heights and stroke thicknesses) across languages. This package contains Medefaidrin Sans Serif font, hinted. -%package -n noto-sans-meeteimayek-fonts +%package -n google-noto-sans-meeteimayek-fonts Summary: Noto Meetei Mayek Sans Serif Font -Group: System/X11/Fonts Obsoletes: noto-sans-meeteimayek < %{version} Provides: noto-sans-meeteimayek = %{version} +Obsoletes: noto-sans-meeteimayek-fonts < %{version} +Provides: noto-sans-meeteimayek-fonts = %{version} %reconfigure_fonts_prereq -%description -n noto-sans-meeteimayek-fonts +%description -n google-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. -%package -n noto-sans-mendekikakui-fonts +%package -n google-noto-sans-mendekikakui-fonts Summary: Noto Mende Kikakui Sans Serif Font -Group: System/X11/Fonts Obsoletes: noto-sans-mendekikakui < %{version} Provides: noto-sans-mendekikakui = %{version} +Obsoletes: noto-sans-mendekikakui-fonts < %{version} +Provides: noto-sans-mendekikakui-fonts = %{version} %reconfigure_fonts_prereq -%description -n noto-sans-mendekikakui-fonts +%description -n google-noto-sans-mendekikakui-fonts Noto's design goal is to achieve visual harmonization (e.g., compatible heights and stroke thicknesses) across languages. This package contains MendeKikakui Sans Serif font, hinted. -%package -n noto-sans-meroitic-fonts +%package -n google-noto-sans-meroitic-fonts Summary: Noto Meroitic Sans Serif Font -Group: System/X11/Fonts Obsoletes: noto-sans-meroitic < %{version} Provides: noto-sans-meroitic = %{version} +Obsoletes: noto-sans-meroitic-fonts < %{version} +Provides: noto-sans-meroitic-fonts = %{version} %reconfigure_fonts_prereq -%description -n noto-sans-meroitic-fonts +%description -n google-noto-sans-meroitic-fonts Noto's design goal is to achieve visual harmonization (e.g., compatible heights and stroke thicknesses) across languages. This package contains Meroitic Sans Serif font, hinted. -%package -n noto-sans-miao-fonts +%package -n google-noto-sans-miao-fonts Summary: Noto Miao Sans Serif Font -Group: System/X11/Fonts Obsoletes: noto-sans-miao < %{version} Provides: noto-sans-miao = %{version} +Obsoletes: noto-sans-miao-fonts < %{version} +Provides: noto-sans-miao-fonts = %{version} %reconfigure_fonts_prereq -%description -n noto-sans-miao-fonts +%description -n google-noto-sans-miao-fonts Noto's design goal is to achieve visual harmonization (e.g., compatible heights and stroke thicknesses) across languages. This package contains Miao Sans Serif font, hinted. -%package -n noto-sans-modi-fonts +%package -n google-noto-sans-modi-fonts Summary: Noto Modi Sans Serif Font -Group: System/X11/Fonts Obsoletes: noto-sans-modi < %{version} Provides: noto-sans-modi = %{version} +Obsoletes: noto-sans-modi-fonts < %{version} +Provides: noto-sans-modi-fonts = %{version} %reconfigure_fonts_prereq -%description -n noto-sans-modi-fonts +%description -n google-noto-sans-modi-fonts Noto's design goal is to achieve visual harmonization (e.g., compatible heights and stroke thicknesses) across languages. This package contains Modi Sans Serif font, hinted. -%package -n noto-sans-mongolian-fonts +%package -n google-noto-sans-mongolian-fonts Summary: Noto Mongolian Sans Serif Font -Group: System/X11/Fonts Obsoletes: noto-sans-mongolian < %{version} Provides: noto-sans-mongolian = %{version} +Obsoletes: noto-sans-mongolian-fonts < %{version} +Provides: noto-sans-mongolian-fonts = %{version} %reconfigure_fonts_prereq -%description -n noto-sans-mongolian-fonts +%description -n google-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. -%package -n noto-sans-mono-fonts +%package -n google-noto-sans-mono-fonts Summary: Noto Mono Sans Serif Font -Group: System/X11/Fonts Obsoletes: noto-sans-mono < %{version} Provides: noto-sans-mono = %{version} +Obsoletes: noto-sans-mono-fonts < %{version} +Provides: noto-sans-mono-fonts = %{version} Obsoletes: noto-mono < %{version} Provides: noto-mono = %{version} Obsoletes: noto-mono-fonts < %{version} Provides: noto-mono-fonts = %{version} %reconfigure_fonts_prereq -%description -n noto-sans-mono-fonts +%description -n google-noto-sans-mono-fonts Noto's design goal is to achieve visual harmonization (e.g., compatible heights and stroke thicknesses) across languages. This package contains Mono Sans Serif font, hinted. -%package -n noto-sans-mro-fonts +%package -n google-noto-sans-mro-fonts Summary: Noto Mro Sans Serif Font -Group: System/X11/Fonts Obsoletes: noto-sans-mro < %{version} Provides: noto-sans-mro = %{version} +Obsoletes: noto-sans-mro-fonts < %{version} +Provides: noto-sans-mro-fonts = %{version} %reconfigure_fonts_prereq -%description -n noto-sans-mro-fonts +%description -n google-noto-sans-mro-fonts Noto's design goal is to achieve visual harmonization (e.g., compatible heights and stroke thicknesses) across languages. This package contains Mro Sans Serif font, hinted. -%package -n noto-sans-multani-fonts +%package -n google-noto-sans-multani-fonts Summary: Noto Multani Sans Serif Font -Group: System/X11/Fonts Obsoletes: noto-sans-multani < %{version} Provides: noto-sans-multani = %{version} +Obsoletes: noto-sans-multani-fonts < %{version} +Provides: noto-sans-multani-fonts = %{version} %reconfigure_fonts_prereq -%description -n noto-sans-multani-fonts +%description -n google-noto-sans-multani-fonts Noto's design goal is to achieve visual harmonization (e.g., compatible heights and stroke thicknesses) across languages. This package contains Multani Sans Serif font, hinted. -%package -n noto-sans-myanmar-fonts +%package -n google-noto-sans-myanmar-fonts Summary: Noto Myanmar Sans Serif Font -Group: System/X11/Fonts Obsoletes: noto-sans-myanmar < %{version} Provides: noto-sans-myanmar = %{version} -%reconfigure_fonts_prereq - -%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. - -%package -n noto-sans-myanmar-ui-fonts -Summary: Noto Myanmar Sans Serif Font -Group: System/X11/Fonts +Obsoletes: noto-sans-myanmar-fonts < %{version} +Provides: noto-sans-myanmar-fonts = %{version} Obsoletes: noto-sans-myanmar-ui < %{version} Provides: noto-sans-myanmar-ui = %{version} +Obsoletes: noto-sans-myanmar-ui-fonts < %{version} +Provides: noto-sans-myanmar-ui-fonts = %{version} %reconfigure_fonts_prereq -%description -n noto-sans-myanmar-ui-fonts +%description -n google-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. -%package -n noto-sans-nabataean-fonts +%package -n google-noto-sans-nabataean-fonts Summary: Noto Nabataean Sans Serif Font -Group: System/X11/Fonts Obsoletes: noto-sans-nabataean < %{version} Provides: noto-sans-nabataean = %{version} +Obsoletes: noto-sans-nabataean-fonts < %{version} +Provides: noto-sans-nabataean-fonts = %{version} %reconfigure_fonts_prereq -%description -n noto-sans-nabataean-fonts +%description -n google-noto-sans-nabataean-fonts Noto's design goal is to achieve visual harmonization (e.g., compatible heights and stroke thicknesses) across languages. This package contains Nabataean Sans Serif font, hinted. -%package -n noto-sans-nandinagari-fonts -Summary: Noto Nandinagari Sans Serif Font -Group: System/X11/Fonts -Obsoletes: noto-sans-nandinagari < %{version} -Provides: noto-sans-nandinagari = %{version} +%package -n google-noto-sans-nagmundari-fonts +Summary: Noto Nag Mundari Sans Serif Font +Obsoletes: noto-sans-nagmundari < %{version} +Provides: noto-sans-nagmundari = %{version} +Obsoletes: noto-sans-nagmundari-fonts < %{version} +Provides: noto-sans-nagmundari-fonts = %{version} %reconfigure_fonts_prereq -%description -n noto-sans-nandinagari-fonts +%description -n google-noto-sans-nagmundari-fonts +Noto's design goal is to achieve visual harmonization (e.g., compatible +heights and stroke thicknesses) across languages. This package contains +NagMundari Sans Serif font, hinted. + +%package -n google-noto-sans-nandinagari-fonts +Summary: Noto Nandinagari Sans Serif Font +Obsoletes: noto-sans-nandinagari < %{version} +Provides: noto-sans-nandinagari = %{version} +Obsoletes: noto-sans-nandinagari-fonts < %{version} +Provides: noto-sans-nandinagari-fonts = %{version} +%reconfigure_fonts_prereq + +%description -n google-noto-sans-nandinagari-fonts Noto's design goal is to achieve visual harmonization (e.g., compatible heights and stroke thicknesses) across languages. This package contains Nandinagari Sans Serif font, hinted. -%package -n noto-sans-newa-fonts +%package -n google-noto-sans-newa-fonts Summary: Noto Newa Sans Serif Font -Group: System/X11/Fonts Obsoletes: noto-sans-newa < %{version} Provides: noto-sans-newa = %{version} +Obsoletes: noto-sans-newa-fonts < %{version} +Provides: noto-sans-newa-fonts = %{version} %reconfigure_fonts_prereq -%description -n noto-sans-newa-fonts +%description -n google-noto-sans-newa-fonts Noto's design goal is to achieve visual harmonization (e.g., compatible heights and stroke thicknesses) across languages. This package contains Newa Sans Serif font, hinted. -%package -n noto-sans-newtailue-fonts +%package -n google-noto-sans-newtailue-fonts Summary: Noto New Tai Lue Sans Serif Font -Group: System/X11/Fonts Obsoletes: noto-sans-newtailue < %{version} Provides: noto-sans-newtailue = %{version} +Obsoletes: noto-sans-newtailue-fonts < %{version} +Provides: noto-sans-newtailue-fonts = %{version} %reconfigure_fonts_prereq -%description -n noto-sans-newtailue-fonts +%description -n google-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. -%package -n noto-sans-nko-fonts +%package -n google-noto-sans-nko-fonts Summary: Noto NKo Sans Serif Font -Group: System/X11/Fonts Obsoletes: noto-sans-nko < %{version} Provides: noto-sans-nko = %{version} +Obsoletes: noto-sans-nko-fonts < %{version} +Provides: noto-sans-nko-fonts = %{version} %reconfigure_fonts_prereq -%description -n noto-sans-nko-fonts +%description -n google-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. -%package -n noto-sans-nushu-fonts -Summary: Noto Nushu Sans Serif Font -Group: System/X11/Fonts -Obsoletes: noto-sans-nushu < %{version} -Provides: noto-sans-nushu = %{version} +%package -n google-noto-sans-nkounjoined-fonts +Summary: Noto NKo Unjoined Sans Serif Font +Obsoletes: noto-sans-nkounjoined < %{version} +Provides: noto-sans-nkounjoined = %{version} +Obsoletes: noto-sans-nkounjoined-fonts < %{version} +Provides: noto-sans-nkounjoined-fonts = %{version} %reconfigure_fonts_prereq -%description -n noto-sans-nushu-fonts +%description -n google-noto-sans-nkounjoined-fonts +Noto's design goal is to achieve visual harmonization (e.g., compatible +heights and stroke thicknesses) across languages. This package contains +NKoUnjoined Sans Serif font, hinted. + +%package -n google-noto-sans-nushu-fonts +Summary: Noto Nushu Sans Serif Font +Obsoletes: noto-sans-nushu < %{version} +Provides: noto-sans-nushu = %{version} +Obsoletes: noto-sans-nushu-fonts < %{version} +Provides: noto-sans-nushu-fonts = %{version} +%reconfigure_fonts_prereq + +%description -n google-noto-sans-nushu-fonts Noto's design goal is to achieve visual harmonization (e.g., compatible heights and stroke thicknesses) across languages. This package contains Nushu Sans Serif font, hinted. -%package -n noto-sans-ogham-fonts +%package -n google-noto-sans-ogham-fonts Summary: Noto Ogham Sans Serif Font -Group: System/X11/Fonts Obsoletes: noto-sans-ogham < %{version} Provides: noto-sans-ogham = %{version} +Obsoletes: noto-sans-ogham-fonts < %{version} +Provides: noto-sans-ogham-fonts = %{version} %reconfigure_fonts_prereq -%description -n noto-sans-ogham-fonts +%description -n google-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. -%package -n noto-sans-olchiki-fonts +%package -n google-noto-sans-olchiki-fonts Summary: Noto Ol Chiki Sans Serif Font -Group: System/X11/Fonts Obsoletes: noto-sans-olchiki < %{version} Provides: noto-sans-olchiki = %{version} +Obsoletes: noto-sans-olchiki-fonts < %{version} +Provides: noto-sans-olchiki-fonts = %{version} %reconfigure_fonts_prereq -%description -n noto-sans-olchiki-fonts +%description -n google-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. -%package -n noto-sans-oldhungarian-fonts +%package -n google-noto-sans-oldhungarian-fonts Summary: Noto Old Hungarian Sans Serif Font -Group: System/X11/Fonts Obsoletes: noto-sans-oldhungarian < %{version} Provides: noto-sans-oldhungarian = %{version} +Obsoletes: noto-sans-oldhungarian-fonts < %{version} +Provides: noto-sans-oldhungarian-fonts = %{version} %reconfigure_fonts_prereq -%description -n noto-sans-oldhungarian-fonts +%description -n google-noto-sans-oldhungarian-fonts Noto's design goal is to achieve visual harmonization (e.g., compatible heights and stroke thicknesses) across languages. This package contains OldHungarian Sans Serif font, hinted. -%package -n noto-sans-olditalic-fonts +%package -n google-noto-sans-olditalic-fonts Summary: Noto Old Italic Sans Serif Font -Group: System/X11/Fonts Obsoletes: noto-sans-olditalic < %{version} Provides: noto-sans-olditalic = %{version} +Obsoletes: noto-sans-olditalic-fonts < %{version} +Provides: noto-sans-olditalic-fonts = %{version} %reconfigure_fonts_prereq -%description -n noto-sans-olditalic-fonts +%description -n google-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. -%package -n noto-sans-oldnortharabian-fonts +%package -n google-noto-sans-oldnortharabian-fonts Summary: Noto Old North Arabian Sans Serif Font -Group: System/X11/Fonts Obsoletes: noto-sans-oldnortharabian < %{version} Provides: noto-sans-oldnortharabian = %{version} +Obsoletes: noto-sans-oldnortharabian-fonts < %{version} +Provides: noto-sans-oldnortharabian-fonts = %{version} %reconfigure_fonts_prereq -%description -n noto-sans-oldnortharabian-fonts +%description -n google-noto-sans-oldnortharabian-fonts Noto's design goal is to achieve visual harmonization (e.g., compatible heights and stroke thicknesses) across languages. This package contains OldNorthArabian Sans Serif font, hinted. -%package -n noto-sans-oldpermic-fonts +%package -n google-noto-sans-oldpermic-fonts Summary: Noto Old Permic Sans Serif Font -Group: System/X11/Fonts Obsoletes: noto-sans-oldpermic < %{version} Provides: noto-sans-oldpermic = %{version} +Obsoletes: noto-sans-oldpermic-fonts < %{version} +Provides: noto-sans-oldpermic-fonts = %{version} %reconfigure_fonts_prereq -%description -n noto-sans-oldpermic-fonts +%description -n google-noto-sans-oldpermic-fonts Noto's design goal is to achieve visual harmonization (e.g., compatible heights and stroke thicknesses) across languages. This package contains OldPermic Sans Serif font, hinted. -%package -n noto-sans-oldpersian-fonts +%package -n google-noto-sans-oldpersian-fonts Summary: Noto Old Persian Sans Serif Font -Group: System/X11/Fonts Obsoletes: noto-sans-oldpersian < %{version} Provides: noto-sans-oldpersian = %{version} +Obsoletes: noto-sans-oldpersian-fonts < %{version} +Provides: noto-sans-oldpersian-fonts = %{version} %reconfigure_fonts_prereq -%description -n noto-sans-oldpersian-fonts +%description -n google-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. -%package -n noto-sans-oldsogdian-fonts +%package -n google-noto-sans-oldsogdian-fonts Summary: Noto Old Sogdian Sans Serif Font -Group: System/X11/Fonts Obsoletes: noto-sans-oldsogdian < %{version} Provides: noto-sans-oldsogdian = %{version} +Obsoletes: noto-sans-oldsogdian-fonts < %{version} +Provides: noto-sans-oldsogdian-fonts = %{version} %reconfigure_fonts_prereq -%description -n noto-sans-oldsogdian-fonts +%description -n google-noto-sans-oldsogdian-fonts Noto's design goal is to achieve visual harmonization (e.g., compatible heights and stroke thicknesses) across languages. This package contains OldSogdian Sans Serif font, hinted. -%package -n noto-sans-oldsoutharabian-fonts +%package -n google-noto-sans-oldsoutharabian-fonts Summary: Noto Old South Arabian Sans Serif Font -Group: System/X11/Fonts Obsoletes: noto-sans-oldsoutharabian < %{version} Provides: noto-sans-oldsoutharabian = %{version} +Obsoletes: noto-sans-oldsoutharabian-fonts < %{version} +Provides: noto-sans-oldsoutharabian-fonts = %{version} %reconfigure_fonts_prereq -%description -n noto-sans-oldsoutharabian-fonts +%description -n google-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. -%package -n noto-sans-oldturkic-fonts +%package -n google-noto-sans-oldturkic-fonts Summary: Noto Old Turkic Sans Serif Font -Group: System/X11/Fonts Obsoletes: noto-sans-oldturkic < %{version} Provides: noto-sans-oldturkic = %{version} +Obsoletes: noto-sans-oldturkic-fonts < %{version} +Provides: noto-sans-oldturkic-fonts = %{version} %reconfigure_fonts_prereq -%description -n noto-sans-oldturkic-fonts +%description -n google-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. -%package -n noto-sans-oriya-fonts +%package -n google-noto-sans-oriya-fonts Summary: Noto Oriya Sans Serif Font -Group: System/X11/Fonts Obsoletes: noto-sans-oriya < %{version} Provides: noto-sans-oriya = %{version} -%reconfigure_fonts_prereq - -%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. - -%package -n noto-sans-oriya-ui-fonts -Summary: Noto Oriya Sans Serif Font -Group: System/X11/Fonts +Obsoletes: noto-sans-oriya-fonts < %{version} +Provides: noto-sans-oriya-fonts = %{version} Obsoletes: noto-sans-oriya-ui < %{version} Provides: noto-sans-oriya-ui = %{version} +Obsoletes: noto-sans-oriya-ui-fonts < %{version} +Provides: noto-sans-oriya-ui-fonts = %{version} %reconfigure_fonts_prereq -%description -n noto-sans-oriya-ui-fonts +%description -n google-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. -%package -n noto-sans-osage-fonts +%package -n google-noto-sans-osage-fonts Summary: Noto Osage Sans Serif Font -Group: System/X11/Fonts Obsoletes: noto-sans-osage < %{version} Provides: noto-sans-osage = %{version} +Obsoletes: noto-sans-osage-fonts < %{version} +Provides: noto-sans-osage-fonts = %{version} %reconfigure_fonts_prereq -%description -n noto-sans-osage-fonts +%description -n google-noto-sans-osage-fonts Noto's design goal is to achieve visual harmonization (e.g., compatible heights and stroke thicknesses) across languages. This package contains Osage Sans Serif font, hinted. -%package -n noto-sans-osmanya-fonts +%package -n google-noto-sans-osmanya-fonts Summary: Noto Osmanya Sans Serif Font -Group: System/X11/Fonts Obsoletes: noto-sans-osmanya < %{version} Provides: noto-sans-osmanya = %{version} +Obsoletes: noto-sans-osmanya-fonts < %{version} +Provides: noto-sans-osmanya-fonts = %{version} %reconfigure_fonts_prereq -%description -n noto-sans-osmanya-fonts +%description -n google-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. -%package -n noto-sans-pahawhhmong-fonts +%package -n google-noto-sans-pahawhhmong-fonts Summary: Noto Pahawh Hmong Sans Serif Font -Group: System/X11/Fonts Obsoletes: noto-sans-pahawhhmong < %{version} Provides: noto-sans-pahawhhmong = %{version} +Obsoletes: noto-sans-pahawhhmong-fonts < %{version} +Provides: noto-sans-pahawhhmong-fonts = %{version} %reconfigure_fonts_prereq -%description -n noto-sans-pahawhhmong-fonts +%description -n google-noto-sans-pahawhhmong-fonts Noto's design goal is to achieve visual harmonization (e.g., compatible heights and stroke thicknesses) across languages. This package contains PahawhHmong Sans Serif font, hinted. -%package -n noto-sans-palmyrene-fonts +%package -n google-noto-sans-palmyrene-fonts Summary: Noto Palmyrene Sans Serif Font -Group: System/X11/Fonts Obsoletes: noto-sans-palmyrene < %{version} Provides: noto-sans-palmyrene = %{version} +Obsoletes: noto-sans-palmyrene-fonts < %{version} +Provides: noto-sans-palmyrene-fonts = %{version} %reconfigure_fonts_prereq -%description -n noto-sans-palmyrene-fonts +%description -n google-noto-sans-palmyrene-fonts Noto's design goal is to achieve visual harmonization (e.g., compatible heights and stroke thicknesses) across languages. This package contains Palmyrene Sans Serif font, hinted. -%package -n noto-sans-paucinhau-fonts +%package -n google-noto-sans-paucinhau-fonts Summary: Noto Pau Cin Hau Sans Serif Font -Group: System/X11/Fonts Obsoletes: noto-sans-paucinhau < %{version} Provides: noto-sans-paucinhau = %{version} +Obsoletes: noto-sans-paucinhau-fonts < %{version} +Provides: noto-sans-paucinhau-fonts = %{version} %reconfigure_fonts_prereq -%description -n noto-sans-paucinhau-fonts +%description -n google-noto-sans-paucinhau-fonts Noto's design goal is to achieve visual harmonization (e.g., compatible heights and stroke thicknesses) across languages. This package contains PauCinHau Sans Serif font, hinted. -%package -n noto-sans-phagspa-fonts +%package -n google-noto-sans-phagspa-fonts Summary: Noto Phags Pa Sans Serif Font -Group: System/X11/Fonts Obsoletes: noto-sans-phagspa < %{version} Provides: noto-sans-phagspa = %{version} +Obsoletes: noto-sans-phagspa-fonts < %{version} +Provides: noto-sans-phagspa-fonts = %{version} %reconfigure_fonts_prereq -%description -n noto-sans-phagspa-fonts +%description -n google-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. -%package -n noto-sans-phoenician-fonts +%package -n google-noto-sans-phoenician-fonts Summary: Noto Phoenician Sans Serif Font -Group: System/X11/Fonts Obsoletes: noto-sans-phoenician < %{version} Provides: noto-sans-phoenician = %{version} +Obsoletes: noto-sans-phoenician-fonts < %{version} +Provides: noto-sans-phoenician-fonts = %{version} %reconfigure_fonts_prereq -%description -n noto-sans-phoenician-fonts +%description -n google-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. -%package -n noto-sans-psalterpahlavi-fonts +%package -n google-noto-sans-psalterpahlavi-fonts Summary: Noto Psalter Pahlavi Sans Serif Font -Group: System/X11/Fonts Obsoletes: noto-sans-psalterpahlavi < %{version} Provides: noto-sans-psalterpahlavi = %{version} +Obsoletes: noto-sans-psalterpahlavi-fonts < %{version} +Provides: noto-sans-psalterpahlavi-fonts = %{version} %reconfigure_fonts_prereq -%description -n noto-sans-psalterpahlavi-fonts +%description -n google-noto-sans-psalterpahlavi-fonts Noto's design goal is to achieve visual harmonization (e.g., compatible heights and stroke thicknesses) across languages. This package contains PsalterPahlavi Sans Serif font, hinted. -%package -n noto-sans-rejang-fonts +%package -n google-noto-sans-rejang-fonts Summary: Noto Rejang Sans Serif Font -Group: System/X11/Fonts Obsoletes: noto-sans-rejang < %{version} Provides: noto-sans-rejang = %{version} +Obsoletes: noto-sans-rejang-fonts < %{version} +Provides: noto-sans-rejang-fonts = %{version} %reconfigure_fonts_prereq -%description -n noto-sans-rejang-fonts +%description -n google-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. -%package -n noto-sans-runic-fonts +%package -n google-noto-sans-runic-fonts Summary: Noto Runic Sans Serif Font -Group: System/X11/Fonts Obsoletes: noto-sans-runic < %{version} Provides: noto-sans-runic = %{version} +Obsoletes: noto-sans-runic-fonts < %{version} +Provides: noto-sans-runic-fonts = %{version} %reconfigure_fonts_prereq -%description -n noto-sans-runic-fonts +%description -n google-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. -%package -n noto-sans-samaritan-fonts +%package -n google-noto-sans-samaritan-fonts Summary: Noto Samaritan Sans Serif Font -Group: System/X11/Fonts Obsoletes: noto-sans-samaritan < %{version} Provides: noto-sans-samaritan = %{version} +Obsoletes: noto-sans-samaritan-fonts < %{version} +Provides: noto-sans-samaritan-fonts = %{version} %reconfigure_fonts_prereq -%description -n noto-sans-samaritan-fonts +%description -n google-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. -%package -n noto-sans-saurashtra-fonts +%package -n google-noto-sans-saurashtra-fonts Summary: Noto Saurashtra Sans Serif Font -Group: System/X11/Fonts Obsoletes: noto-sans-saurashtra < %{version} Provides: noto-sans-saurashtra = %{version} +Obsoletes: noto-sans-saurashtra-fonts < %{version} +Provides: noto-sans-saurashtra-fonts = %{version} %reconfigure_fonts_prereq -%description -n noto-sans-saurashtra-fonts +%description -n google-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. -%package -n noto-sans-sharada-fonts +%package -n google-noto-sans-sharada-fonts Summary: Noto Sharada Sans Serif Font -Group: System/X11/Fonts Obsoletes: noto-sans-sharada < %{version} Provides: noto-sans-sharada = %{version} +Obsoletes: noto-sans-sharada-fonts < %{version} +Provides: noto-sans-sharada-fonts = %{version} %reconfigure_fonts_prereq -%description -n noto-sans-sharada-fonts +%description -n google-noto-sans-sharada-fonts Noto's design goal is to achieve visual harmonization (e.g., compatible heights and stroke thicknesses) across languages. This package contains Sharada Sans Serif font, hinted. -%package -n noto-sans-shavian-fonts +%package -n google-noto-sans-shavian-fonts Summary: Noto Shavian Sans Serif Font -Group: System/X11/Fonts Obsoletes: noto-sans-shavian < %{version} Provides: noto-sans-shavian = %{version} +Obsoletes: noto-sans-shavian-fonts < %{version} +Provides: noto-sans-shavian-fonts = %{version} %reconfigure_fonts_prereq -%description -n noto-sans-shavian-fonts +%description -n google-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. -%package -n noto-sans-siddham-fonts +%package -n google-noto-sans-siddham-fonts Summary: Noto Siddham Sans Serif Font -Group: System/X11/Fonts Obsoletes: noto-sans-siddham < %{version} Provides: noto-sans-siddham = %{version} +Obsoletes: noto-sans-siddham-fonts < %{version} +Provides: noto-sans-siddham-fonts = %{version} %reconfigure_fonts_prereq -%description -n noto-sans-siddham-fonts +%description -n google-noto-sans-siddham-fonts Noto's design goal is to achieve visual harmonization (e.g., compatible heights and stroke thicknesses) across languages. This package contains Siddham Sans Serif font, hinted. -%package -n noto-sans-signwriting-fonts +%package -n google-noto-sans-signwriting-fonts Summary: Noto Sign Writing Sans Serif Font -Group: System/X11/Fonts Obsoletes: noto-sans-signwriting < %{version} Provides: noto-sans-signwriting = %{version} +Obsoletes: noto-sans-signwriting-fonts < %{version} +Provides: noto-sans-signwriting-fonts = %{version} %reconfigure_fonts_prereq -%description -n noto-sans-signwriting-fonts +%description -n google-noto-sans-signwriting-fonts Noto's design goal is to achieve visual harmonization (e.g., compatible heights and stroke thicknesses) across languages. This package contains SignWriting Sans Serif font, hinted. -%package -n noto-sans-sinhala-fonts +%package -n google-noto-sans-sinhala-fonts Summary: Noto Sinhala Sans Serif Font -Group: System/X11/Fonts Obsoletes: noto-sans-sinhala < %{version} Provides: noto-sans-sinhala = %{version} -%reconfigure_fonts_prereq - -%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. - -%package -n noto-sans-sinhala-ui-fonts -Summary: Noto Sinhala Sans Serif Font -Group: System/X11/Fonts +Obsoletes: noto-sans-sinhala-fonts < %{version} +Provides: noto-sans-sinhala-fonts = %{version} Obsoletes: noto-sans-sinhala-ui < %{version} Provides: noto-sans-sinhala-ui = %{version} +Obsoletes: noto-sans-sinhala-ui-fonts < %{version} +Provides: noto-sans-sinhala-ui-fonts = %{version} %reconfigure_fonts_prereq -%description -n noto-sans-sinhala-ui-fonts +%description -n google-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. -%package -n noto-sans-sogdian-fonts +%package -n google-noto-sans-sogdian-fonts Summary: Noto Sogdian Sans Serif Font -Group: System/X11/Fonts Obsoletes: noto-sans-sogdian < %{version} Provides: noto-sans-sogdian = %{version} +Obsoletes: noto-sans-sogdian-fonts < %{version} +Provides: noto-sans-sogdian-fonts = %{version} %reconfigure_fonts_prereq -%description -n noto-sans-sogdian-fonts +%description -n google-noto-sans-sogdian-fonts Noto's design goal is to achieve visual harmonization (e.g., compatible heights and stroke thicknesses) across languages. This package contains Sogdian Sans Serif font, hinted. -%package -n noto-sans-sorasompeng-fonts +%package -n google-noto-sans-sorasompeng-fonts Summary: Noto Sora Sompeng Sans Serif Font -Group: System/X11/Fonts Obsoletes: noto-sans-sorasompeng < %{version} Provides: noto-sans-sorasompeng = %{version} +Obsoletes: noto-sans-sorasompeng-fonts < %{version} +Provides: noto-sans-sorasompeng-fonts = %{version} %reconfigure_fonts_prereq -%description -n noto-sans-sorasompeng-fonts +%description -n google-noto-sans-sorasompeng-fonts Noto's design goal is to achieve visual harmonization (e.g., compatible heights and stroke thicknesses) across languages. This package contains SoraSompeng Sans Serif font, hinted. -%package -n noto-sans-soyombo-fonts +%package -n google-noto-sans-soyombo-fonts Summary: Noto Soyombo Sans Serif Font -Group: System/X11/Fonts Obsoletes: noto-sans-soyombo < %{version} Provides: noto-sans-soyombo = %{version} +Obsoletes: noto-sans-soyombo-fonts < %{version} +Provides: noto-sans-soyombo-fonts = %{version} %reconfigure_fonts_prereq -%description -n noto-sans-soyombo-fonts +%description -n google-noto-sans-soyombo-fonts Noto's design goal is to achieve visual harmonization (e.g., compatible heights and stroke thicknesses) across languages. This package contains Soyombo Sans Serif font, hinted. -%package -n noto-sans-sundanese-fonts +%package -n google-noto-sans-sundanese-fonts Summary: Noto Sundanese Sans Serif Font -Group: System/X11/Fonts Obsoletes: noto-sans-sundanese < %{version} Provides: noto-sans-sundanese = %{version} +Obsoletes: noto-sans-sundanese-fonts < %{version} +Provides: noto-sans-sundanese-fonts = %{version} %reconfigure_fonts_prereq -%description -n noto-sans-sundanese-fonts +%description -n google-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. -%package -n noto-sans-sylotinagri-fonts +%package -n google-noto-sans-sylotinagri-fonts Summary: Noto Syloti Nagri Sans Serif Font -Group: System/X11/Fonts Obsoletes: noto-sans-sylotinagri < %{version} Provides: noto-sans-sylotinagri = %{version} +Obsoletes: noto-sans-sylotinagri-fonts < %{version} +Provides: noto-sans-sylotinagri-fonts = %{version} %reconfigure_fonts_prereq -%description -n noto-sans-sylotinagri-fonts +%description -n google-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. -%package -n noto-sans-symbols-fonts +%package -n google-noto-sans-symbols-fonts Summary: Noto Symbols Sans Serif Font -Group: System/X11/Fonts Obsoletes: noto-sans-symbols < %{version} Provides: noto-sans-symbols = %{version} +Obsoletes: noto-sans-symbols-fonts < %{version} +Provides: noto-sans-symbols-fonts = %{version} %reconfigure_fonts_prereq -%description -n noto-sans-symbols-fonts +%description -n google-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. -%package -n noto-sans-symbols2-fonts +%package -n google-noto-sans-symbols2-fonts Summary: Noto Symbols2 Sans Serif Font -Group: System/X11/Fonts Obsoletes: noto-sans-symbols2 < %{version} Provides: noto-sans-symbols2 = %{version} +Obsoletes: noto-sans-symbols2-fonts < %{version} +Provides: noto-sans-symbols2-fonts = %{version} %reconfigure_fonts_prereq -%description -n noto-sans-symbols2-fonts +%description -n google-noto-sans-symbols2-fonts Noto's design goal is to achieve visual harmonization (e.g., compatible heights and stroke thicknesses) across languages. This package contains Symbols2 Sans Serif font, hinted. -%package -n noto-sans-syriac-fonts +%package -n google-noto-sans-syriac-fonts Summary: Noto Syriac Sans Serif Font -Group: System/X11/Fonts Obsoletes: noto-sans-syriac < %{version} Provides: noto-sans-syriac = %{version} -Obsoletes: noto-sans-syriacwestern < %{version} -Provides: noto-sans-syriacwestern = %{version} -Obsoletes: noto-sans-syriacwestern-fonts < %{version} -Provides: noto-sans-syriacwestern-fonts = %{version} +Obsoletes: noto-sans-syriac-fonts < %{version} +Provides: noto-sans-syriac-fonts = %{version} Obsoletes: noto-sans-syriacestrangela < %{version} Provides: noto-sans-syriacestrangela = %{version} Obsoletes: noto-sans-syriacestrangela-fonts < %{version} Provides: noto-sans-syriacestrangela-fonts = %{version} +%reconfigure_fonts_prereq + +%description -n google-noto-sans-syriac-fonts +Noto's design goal is to achieve visual harmonization (e.g., compatible +heights and stroke thicknesses) across languages. This package contains +Syriac Sans Serif font, hinted. + +%package -n google-noto-sans-syriaceastern-fonts +Summary: Noto Syriac Eastern Sans Serif Font Obsoletes: noto-sans-syriaceastern < %{version} Provides: noto-sans-syriaceastern = %{version} Obsoletes: noto-sans-syriaceastern-fonts < %{version} Provides: noto-sans-syriaceastern-fonts = %{version} %reconfigure_fonts_prereq -%description -n noto-sans-syriac-fonts +%description -n google-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 -Syriac Sans Serif font, hinted. +SyriacEastern Sans Serif font, hinted. -%package -n noto-sans-tagalog-fonts -Summary: Noto Tagalog Sans Serif Font -Group: System/X11/Fonts -Obsoletes: noto-sans-tagalog < %{version} -Provides: noto-sans-tagalog = %{version} +%package -n google-noto-sans-syriacwestern-fonts +Summary: Noto Syriac Western Sans Serif Font +Obsoletes: noto-sans-syriacwestern < %{version} +Provides: noto-sans-syriacwestern = %{version} +Obsoletes: noto-sans-syriacwestern-fonts < %{version} +Provides: noto-sans-syriacwestern-fonts = %{version} %reconfigure_fonts_prereq -%description -n noto-sans-tagalog-fonts +%description -n google-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. + +%package -n google-noto-sans-tagalog-fonts +Summary: Noto Tagalog Sans Serif Font +Obsoletes: noto-sans-tagalog < %{version} +Provides: noto-sans-tagalog = %{version} +Obsoletes: noto-sans-tagalog-fonts < %{version} +Provides: noto-sans-tagalog-fonts = %{version} +%reconfigure_fonts_prereq + +%description -n google-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. -%package -n noto-sans-tagbanwa-fonts +%package -n google-noto-sans-tagbanwa-fonts Summary: Noto Tagbanwa Sans Serif Font -Group: System/X11/Fonts Obsoletes: noto-sans-tagbanwa < %{version} Provides: noto-sans-tagbanwa = %{version} +Obsoletes: noto-sans-tagbanwa-fonts < %{version} +Provides: noto-sans-tagbanwa-fonts = %{version} %reconfigure_fonts_prereq -%description -n noto-sans-tagbanwa-fonts +%description -n google-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. -%package -n noto-sans-taile-fonts +%package -n google-noto-sans-taile-fonts Summary: Noto Tai Le Sans Serif Font -Group: System/X11/Fonts Obsoletes: noto-sans-taile < %{version} Provides: noto-sans-taile = %{version} +Obsoletes: noto-sans-taile-fonts < %{version} +Provides: noto-sans-taile-fonts = %{version} %reconfigure_fonts_prereq -%description -n noto-sans-taile-fonts +%description -n google-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. -%package -n noto-sans-taitham-fonts +%package -n google-noto-sans-taitham-fonts Summary: Noto Tai Tham Sans Serif Font -Group: System/X11/Fonts Obsoletes: noto-sans-taitham < %{version} Provides: noto-sans-taitham = %{version} +Obsoletes: noto-sans-taitham-fonts < %{version} +Provides: noto-sans-taitham-fonts = %{version} %reconfigure_fonts_prereq -%description -n noto-sans-taitham-fonts +%description -n google-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. -%package -n noto-sans-taiviet-fonts +%package -n google-noto-sans-taiviet-fonts Summary: Noto Tai Viet Sans Serif Font -Group: System/X11/Fonts Obsoletes: noto-sans-taiviet < %{version} Provides: noto-sans-taiviet = %{version} +Obsoletes: noto-sans-taiviet-fonts < %{version} +Provides: noto-sans-taiviet-fonts = %{version} %reconfigure_fonts_prereq -%description -n noto-sans-taiviet-fonts +%description -n google-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. -%package -n noto-sans-takri-fonts +%package -n google-noto-sans-takri-fonts Summary: Noto Takri Sans Serif Font -Group: System/X11/Fonts Obsoletes: noto-sans-takri < %{version} Provides: noto-sans-takri = %{version} +Obsoletes: noto-sans-takri-fonts < %{version} +Provides: noto-sans-takri-fonts = %{version} %reconfigure_fonts_prereq -%description -n noto-sans-takri-fonts +%description -n google-noto-sans-takri-fonts Noto's design goal is to achieve visual harmonization (e.g., compatible heights and stroke thicknesses) across languages. This package contains Takri Sans Serif font, hinted. -%package -n noto-sans-tamil-fonts +%package -n google-noto-sans-tamil-fonts Summary: Noto Tamil Sans Serif Font -Group: System/X11/Fonts Obsoletes: noto-sans-tamil < %{version} Provides: noto-sans-tamil = %{version} +Obsoletes: noto-sans-tamil-fonts < %{version} +Provides: noto-sans-tamil-fonts = %{version} +Obsoletes: noto-sans-tamil-ui < %{version} +Provides: noto-sans-tamil-ui = %{version} +Obsoletes: noto-sans-tamil-ui-fonts < %{version} +Provides: noto-sans-tamil-ui-fonts = %{version} %reconfigure_fonts_prereq -%description -n noto-sans-tamil-fonts +%description -n google-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. -%package -n noto-sans-tamilsupplement-fonts +%package -n google-noto-sans-tamilsupplement-fonts Summary: Noto Tamil Supplement Sans Serif Font -Group: System/X11/Fonts Obsoletes: noto-sans-tamilsupplement < %{version} Provides: noto-sans-tamilsupplement = %{version} +Obsoletes: noto-sans-tamilsupplement-fonts < %{version} +Provides: noto-sans-tamilsupplement-fonts = %{version} %reconfigure_fonts_prereq -%description -n noto-sans-tamilsupplement-fonts +%description -n google-noto-sans-tamilsupplement-fonts Noto's design goal is to achieve visual harmonization (e.g., compatible heights and stroke thicknesses) across languages. This package contains TamilSupplement Sans Serif font, hinted. -%package -n noto-sans-tamil-ui-fonts -Summary: Noto Tamil Sans Serif Font -Group: System/X11/Fonts -Obsoletes: noto-sans-tamil-ui < %{version} -Provides: noto-sans-tamil-ui = %{version} -%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-tangsa-fonts +%package -n google-noto-sans-tangsa-fonts Summary: Noto Tangsa Sans Serif Font -Group: System/X11/Fonts Obsoletes: noto-sans-tangsa < %{version} Provides: noto-sans-tangsa = %{version} +Obsoletes: noto-sans-tangsa-fonts < %{version} +Provides: noto-sans-tangsa-fonts = %{version} %reconfigure_fonts_prereq -%description -n noto-sans-tangsa-fonts +%description -n google-noto-sans-tangsa-fonts Noto's design goal is to achieve visual harmonization (e.g., compatible heights and stroke thicknesses) across languages. This package contains Tangsa Sans Serif font, hinted. -%package -n noto-sans-telugu-fonts +%package -n google-noto-sans-telugu-fonts Summary: Noto Telugu Sans Serif Font -Group: System/X11/Fonts Obsoletes: noto-sans-telugu < %{version} Provides: noto-sans-telugu = %{version} -%reconfigure_fonts_prereq - -%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. - -%package -n noto-sans-telugu-ui-fonts -Summary: Noto Telugu Sans Serif Font -Group: System/X11/Fonts +Obsoletes: noto-sans-telugu-fonts < %{version} +Provides: noto-sans-telugu-fonts = %{version} Obsoletes: noto-sans-telugu-ui < %{version} Provides: noto-sans-telugu-ui = %{version} +Obsoletes: noto-sans-telugu-ui-fonts < %{version} +Provides: noto-sans-telugu-ui-fonts = %{version} %reconfigure_fonts_prereq -%description -n noto-sans-telugu-ui-fonts +%description -n google-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. -%package -n noto-sans-thaana-fonts +%package -n google-noto-sans-thaana-fonts Summary: Noto Thaana Sans Serif Font -Group: System/X11/Fonts Obsoletes: noto-sans-thaana < %{version} Provides: noto-sans-thaana = %{version} +Obsoletes: noto-sans-thaana-fonts < %{version} +Provides: noto-sans-thaana-fonts = %{version} %reconfigure_fonts_prereq -%description -n noto-sans-thaana-fonts +%description -n google-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. -%package -n noto-sans-thai-fonts +%package -n google-noto-sans-thai-fonts Summary: Noto Thai Sans Serif Font -Group: System/X11/Fonts Obsoletes: noto-sans-thai < %{version} Provides: noto-sans-thai = %{version} -%reconfigure_fonts_prereq - -%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. - -%package -n noto-sans-thai-ui-fonts -Summary: Noto Thai Sans Serif Font -Group: System/X11/Fonts +Obsoletes: noto-sans-thai-fonts < %{version} +Provides: noto-sans-thai-fonts = %{version} Obsoletes: noto-sans-thai-ui < %{version} Provides: noto-sans-thai-ui = %{version} +Obsoletes: noto-sans-thai-ui-fonts < %{version} +Provides: noto-sans-thai-ui-fonts = %{version} %reconfigure_fonts_prereq -%description -n noto-sans-thai-ui-fonts +%description -n google-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. -%package -n noto-sans-tifinagh-fonts -Summary: Noto Tifinagh Sans Serif Font -Group: System/X11/Fonts -Obsoletes: noto-sans-tifinagh < %{version} -Provides: noto-sans-tifinagh = %{version} +%package -n google-noto-sans-thailooped-fonts +Summary: Noto Thai Looped Sans Serif Font +Obsoletes: noto-loopedthai < %{version} +Provides: noto-loopedthai = %{version} +Obsoletes: noto-loopedthai-fonts < %{version} +Provides: noto-loopedthai-fonts = %{version} +Obsoletes: noto-loopedthai-ui < %{version} +Provides: noto-loopedthai-ui = %{version} +Obsoletes: noto-loopedthai-ui-fonts < %{version} +Provides: noto-loopedthai-ui-fonts = %{version} %reconfigure_fonts_prereq -%description -n noto-sans-tifinagh-fonts +%description -n google-noto-sans-thailooped-fonts +Noto's design goal is to achieve visual harmonization (e.g., compatible +heights and stroke thicknesses) across languages. This package contains +ThaiLooped Sans Serif font, hinted. + +%package -n google-noto-sans-tifinagh-fonts +Summary: Noto Tifinagh Sans Serif Font +Obsoletes: noto-sans-tifinagh < %{version} +Provides: noto-sans-tifinagh = %{version} +Obsoletes: noto-sans-tifinagh-fonts < %{version} +Provides: noto-sans-tifinagh-fonts = %{version} +Obsoletes: noto-sans-tifinaghadrar < %{version} +Provides: noto-sans-tifinaghadrar = %{version} +Obsoletes: noto-sans-tifinaghadrar-fonts < %{version} +Provides: noto-sans-tifinaghadrar-fonts = %{version} +Obsoletes: noto-sans-tifinaghagrawimazighen < %{version} +Provides: noto-sans-tifinaghagrawimazighen = %{version} +Obsoletes: noto-sans-tifinaghagrawimazighen-fonts < %{version} +Provides: noto-sans-tifinaghagrawimazighen-fonts = %{version} +Obsoletes: noto-sans-tifinaghahaggar < %{version} +Provides: noto-sans-tifinaghahaggar = %{version} +Obsoletes: noto-sans-tifinaghahaggar-fonts < %{version} +Provides: noto-sans-tifinaghahaggar-fonts = %{version} +Obsoletes: noto-sans-tifinaghair < %{version} +Provides: noto-sans-tifinaghair = %{version} +Obsoletes: noto-sans-tifinaghair-fonts < %{version} +Provides: noto-sans-tifinaghair-fonts = %{version} +Obsoletes: noto-sans-tifinaghapt < %{version} +Provides: noto-sans-tifinaghapt = %{version} +Obsoletes: noto-sans-tifinaghapt-fonts < %{version} +Provides: noto-sans-tifinaghapt-fonts = %{version} +Obsoletes: noto-sans-tifinaghazawagh < %{version} +Provides: noto-sans-tifinaghazawagh = %{version} +Obsoletes: noto-sans-tifinaghazawagh-fonts < %{version} +Provides: noto-sans-tifinaghazawagh-fonts = %{version} +Obsoletes: noto-sans-tifinaghghat < %{version} +Provides: noto-sans-tifinaghghat = %{version} +Obsoletes: noto-sans-tifinaghghat-fonts < %{version} +Provides: noto-sans-tifinaghghat-fonts = %{version} +Obsoletes: noto-sans-tifinaghhawad < %{version} +Provides: noto-sans-tifinaghhawad = %{version} +Obsoletes: noto-sans-tifinaghhawad-fonts < %{version} +Provides: noto-sans-tifinaghhawad-fonts = %{version} +Obsoletes: noto-sans-tifinaghrhissaixa < %{version} +Provides: noto-sans-tifinaghrhissaixa = %{version} +Obsoletes: noto-sans-tifinaghrhissaixa-fonts < %{version} +Provides: noto-sans-tifinaghrhissaixa-fonts = %{version} +Obsoletes: noto-sans-tifinaghsil < %{version} +Provides: noto-sans-tifinaghsil = %{version} +Obsoletes: noto-sans-tifinaghsil-fonts < %{version} +Provides: noto-sans-tifinaghsil-fonts = %{version} +Obsoletes: noto-sans-tifinaghtawellemmet < %{version} +Provides: noto-sans-tifinaghtawellemmet = %{version} +Obsoletes: noto-sans-tifinaghtawellemmet-fonts < %{version} +Provides: noto-sans-tifinaghtawellemmet-fonts = %{version} +%reconfigure_fonts_prereq + +%description -n google-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. -%package -n noto-sans-tifinaghadrar-fonts -Summary: Noto Tifinagh Adrar Sans Serif Font -Group: System/X11/Fonts -Obsoletes: noto-sans-tifinaghadrar < %{version} -Provides: noto-sans-tifinaghadrar = %{version} -%reconfigure_fonts_prereq - -%description -n noto-sans-tifinaghadrar-fonts -Noto's design goal is to achieve visual harmonization (e.g., compatible -heights and stroke thicknesses) across languages. This package contains -TifinaghAdrar Sans Serif font, hinted. - -%package -n noto-sans-tifinaghagrawimazighen-fonts -Summary: Noto Tifinagh Agraw Imazighen Sans Serif Font -Group: System/X11/Fonts -Obsoletes: noto-sans-tifinaghagrawimazighen < %{version} -Provides: noto-sans-tifinaghagrawimazighen = %{version} -%reconfigure_fonts_prereq - -%description -n noto-sans-tifinaghagrawimazighen-fonts -Noto's design goal is to achieve visual harmonization (e.g., compatible -heights and stroke thicknesses) across languages. This package contains -TifinaghAgrawImazighen Sans Serif font, hinted. - -%package -n noto-sans-tifinaghahaggar-fonts -Summary: Noto Tifinagh Ahaggar Sans Serif Font -Group: System/X11/Fonts -Obsoletes: noto-sans-tifinaghahaggar < %{version} -Provides: noto-sans-tifinaghahaggar = %{version} -%reconfigure_fonts_prereq - -%description -n noto-sans-tifinaghahaggar-fonts -Noto's design goal is to achieve visual harmonization (e.g., compatible -heights and stroke thicknesses) across languages. This package contains -TifinaghAhaggar Sans Serif font, hinted. - -%package -n noto-sans-tifinaghair-fonts -Summary: Noto Tifinagh Air Sans Serif Font -Group: System/X11/Fonts -Obsoletes: noto-sans-tifinaghair < %{version} -Provides: noto-sans-tifinaghair = %{version} -%reconfigure_fonts_prereq - -%description -n noto-sans-tifinaghair-fonts -Noto's design goal is to achieve visual harmonization (e.g., compatible -heights and stroke thicknesses) across languages. This package contains -TifinaghAir Sans Serif font, hinted. - -%package -n noto-sans-tifinaghapt-fonts -Summary: Noto Tifinagh APT Sans Serif Font -Group: System/X11/Fonts -Obsoletes: noto-sans-tifinaghapt < %{version} -Provides: noto-sans-tifinaghapt = %{version} -%reconfigure_fonts_prereq - -%description -n noto-sans-tifinaghapt-fonts -Noto's design goal is to achieve visual harmonization (e.g., compatible -heights and stroke thicknesses) across languages. This package contains -TifinaghAPT Sans Serif font, hinted. - -%package -n noto-sans-tifinaghazawagh-fonts -Summary: Noto Tifinagh Azawagh Sans Serif Font -Group: System/X11/Fonts -Obsoletes: noto-sans-tifinaghazawagh < %{version} -Provides: noto-sans-tifinaghazawagh = %{version} -%reconfigure_fonts_prereq - -%description -n noto-sans-tifinaghazawagh-fonts -Noto's design goal is to achieve visual harmonization (e.g., compatible -heights and stroke thicknesses) across languages. This package contains -TifinaghAzawagh Sans Serif font, hinted. - -%package -n noto-sans-tifinaghghat-fonts -Summary: Noto Tifinagh Ghat Sans Serif Font -Group: System/X11/Fonts -Obsoletes: noto-sans-tifinaghghat < %{version} -Provides: noto-sans-tifinaghghat = %{version} -%reconfigure_fonts_prereq - -%description -n noto-sans-tifinaghghat-fonts -Noto's design goal is to achieve visual harmonization (e.g., compatible -heights and stroke thicknesses) across languages. This package contains -TifinaghGhat Sans Serif font, hinted. - -%package -n noto-sans-tifinaghhawad-fonts -Summary: Noto Tifinagh Hawad Sans Serif Font -Group: System/X11/Fonts -Obsoletes: noto-sans-tifinaghhawad < %{version} -Provides: noto-sans-tifinaghhawad = %{version} -%reconfigure_fonts_prereq - -%description -n noto-sans-tifinaghhawad-fonts -Noto's design goal is to achieve visual harmonization (e.g., compatible -heights and stroke thicknesses) across languages. This package contains -TifinaghHawad Sans Serif font, hinted. - -%package -n noto-sans-tifinaghrhissaixa-fonts -Summary: Noto Tifinagh Rhissa Ixa Sans Serif Font -Group: System/X11/Fonts -Obsoletes: noto-sans-tifinaghrhissaixa < %{version} -Provides: noto-sans-tifinaghrhissaixa = %{version} -%reconfigure_fonts_prereq - -%description -n noto-sans-tifinaghrhissaixa-fonts -Noto's design goal is to achieve visual harmonization (e.g., compatible -heights and stroke thicknesses) across languages. This package contains -TifinaghRhissaIxa Sans Serif font, hinted. - -%package -n noto-sans-tifinaghsil-fonts -Summary: Noto Tifinagh SIL Sans Serif Font -Group: System/X11/Fonts -Obsoletes: noto-sans-tifinaghsil < %{version} -Provides: noto-sans-tifinaghsil = %{version} -%reconfigure_fonts_prereq - -%description -n noto-sans-tifinaghsil-fonts -Noto's design goal is to achieve visual harmonization (e.g., compatible -heights and stroke thicknesses) across languages. This package contains -TifinaghSIL Sans Serif font, hinted. - -%package -n noto-sans-tifinaghtawellemmet-fonts -Summary: Noto Tifinagh Tawellemmet Sans Serif Font -Group: System/X11/Fonts -Obsoletes: noto-sans-tifinaghtawellemmet < %{version} -Provides: noto-sans-tifinaghtawellemmet = %{version} -%reconfigure_fonts_prereq - -%description -n noto-sans-tifinaghtawellemmet-fonts -Noto's design goal is to achieve visual harmonization (e.g., compatible -heights and stroke thicknesses) across languages. This package contains -TifinaghTawellemmet Sans Serif font, hinted. - -%package -n noto-sans-tirhuta-fonts +%package -n google-noto-sans-tirhuta-fonts Summary: Noto Tirhuta Sans Serif Font -Group: System/X11/Fonts Obsoletes: noto-sans-tirhuta < %{version} Provides: noto-sans-tirhuta = %{version} +Obsoletes: noto-sans-tirhuta-fonts < %{version} +Provides: noto-sans-tirhuta-fonts = %{version} %reconfigure_fonts_prereq -%description -n noto-sans-tirhuta-fonts +%description -n google-noto-sans-tirhuta-fonts Noto's design goal is to achieve visual harmonization (e.g., compatible heights and stroke thicknesses) across languages. This package contains Tirhuta Sans Serif font, hinted. -%package -n noto-sans-ugaritic-fonts +%package -n google-noto-sans-ugaritic-fonts Summary: Noto Ugaritic Sans Serif Font -Group: System/X11/Fonts Obsoletes: noto-sans-ugaritic < %{version} Provides: noto-sans-ugaritic = %{version} +Obsoletes: noto-sans-ugaritic-fonts < %{version} +Provides: noto-sans-ugaritic-fonts = %{version} %reconfigure_fonts_prereq -%description -n noto-sans-ugaritic-fonts +%description -n google-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. -%package -n noto-sans-vai-fonts +%package -n google-noto-sans-vai-fonts Summary: Noto Vai Sans Serif Font -Group: System/X11/Fonts Obsoletes: noto-sans-vai < %{version} Provides: noto-sans-vai = %{version} +Obsoletes: noto-sans-vai-fonts < %{version} +Provides: noto-sans-vai-fonts = %{version} %reconfigure_fonts_prereq -%description -n noto-sans-vai-fonts +%description -n google-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. -%package -n noto-sans-vithkuqi-fonts +%package -n google-noto-sans-vithkuqi-fonts Summary: Noto Vithkuqi Sans Serif Font -Group: System/X11/Fonts Obsoletes: noto-sans-vithkuqi < %{version} Provides: noto-sans-vithkuqi = %{version} +Obsoletes: noto-sans-vithkuqi-fonts < %{version} +Provides: noto-sans-vithkuqi-fonts = %{version} %reconfigure_fonts_prereq -%description -n noto-sans-vithkuqi-fonts +%description -n google-noto-sans-vithkuqi-fonts Noto's design goal is to achieve visual harmonization (e.g., compatible heights and stroke thicknesses) across languages. This package contains Vithkuqi Sans Serif font, hinted. -%package -n noto-sans-wancho-fonts +%package -n google-noto-sans-wancho-fonts Summary: Noto Wancho Sans Serif Font -Group: System/X11/Fonts Obsoletes: noto-sans-wancho < %{version} Provides: noto-sans-wancho = %{version} +Obsoletes: noto-sans-wancho-fonts < %{version} +Provides: noto-sans-wancho-fonts = %{version} %reconfigure_fonts_prereq -%description -n noto-sans-wancho-fonts +%description -n google-noto-sans-wancho-fonts Noto's design goal is to achieve visual harmonization (e.g., compatible heights and stroke thicknesses) across languages. This package contains Wancho Sans Serif font, hinted. -%package -n noto-sans-warangciti-fonts +%package -n google-noto-sans-warangciti-fonts Summary: Noto Warang Citi Sans Serif Font -Group: System/X11/Fonts Obsoletes: noto-sans-warangciti < %{version} Provides: noto-sans-warangciti = %{version} +Obsoletes: noto-sans-warangciti-fonts < %{version} +Provides: noto-sans-warangciti-fonts = %{version} %reconfigure_fonts_prereq -%description -n noto-sans-warangciti-fonts +%description -n google-noto-sans-warangciti-fonts Noto's design goal is to achieve visual harmonization (e.g., compatible heights and stroke thicknesses) across languages. This package contains WarangCiti Sans Serif font, hinted. -%package -n noto-sans-yi-fonts +%package -n google-noto-sans-yi-fonts Summary: Noto Yi Sans Serif Font -Group: System/X11/Fonts Obsoletes: noto-sans-yi < %{version} Provides: noto-sans-yi = %{version} +Obsoletes: noto-sans-yi-fonts < %{version} +Provides: noto-sans-yi-fonts = %{version} %reconfigure_fonts_prereq -%description -n noto-sans-yi-fonts +%description -n google-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. -%package -n noto-sans-zanabazarsquare-fonts +%package -n google-noto-sans-zanabazarsquare-fonts Summary: Noto Zanabazar Square Sans Serif Font -Group: System/X11/Fonts Obsoletes: noto-sans-zanabazarsquare < %{version} Provides: noto-sans-zanabazarsquare = %{version} +Obsoletes: noto-sans-zanabazarsquare-fonts < %{version} +Provides: noto-sans-zanabazarsquare-fonts = %{version} %reconfigure_fonts_prereq -%description -n noto-sans-zanabazarsquare-fonts +%description -n google-noto-sans-zanabazarsquare-fonts Noto's design goal is to achieve visual harmonization (e.g., compatible heights and stroke thicknesses) across languages. This package contains ZanabazarSquare Sans Serif font, hinted. -%package -n noto-serif-fonts +%package -n google-noto-serif-fonts Summary: Noto Serif Font -Group: System/X11/Fonts Obsoletes: noto-serif < %{version} Provides: noto-serif = %{version} +Obsoletes: noto-serif-fonts < %{version} +Provides: noto-serif-fonts = %{version} %reconfigure_fonts_prereq -%description -n noto-serif-fonts +%description -n google-noto-serif-fonts Noto's design goal is to achieve visual harmonization (e.g., compatible heights and stroke thicknesses) across languages. This package contains Serif font, hinted. -%package -n noto-serif-ahom-fonts +%package -n google-noto-serif-ahom-fonts Summary: Noto Ahom Serif Font -Group: System/X11/Fonts Obsoletes: noto-serif-ahom < %{version} Provides: noto-serif-ahom = %{version} +Obsoletes: noto-serif-ahom-fonts < %{version} +Provides: noto-serif-ahom-fonts = %{version} %reconfigure_fonts_prereq -%description -n noto-serif-ahom-fonts +%description -n google-noto-serif-ahom-fonts Noto's design goal is to achieve visual harmonization (e.g., compatible heights and stroke thicknesses) across languages. This package contains Ahom Serif font, hinted. -%package -n noto-serif-armenian-fonts +%package -n google-noto-serif-armenian-fonts Summary: Noto Armenian Serif Font -Group: System/X11/Fonts Obsoletes: noto-serif-armenian < %{version} Provides: noto-serif-armenian = %{version} +Obsoletes: noto-serif-armenian-fonts < %{version} +Provides: noto-serif-armenian-fonts = %{version} %reconfigure_fonts_prereq -%description -n noto-serif-armenian-fonts +%description -n google-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 Serif font, hinted. -%package -n noto-serif-balinese-fonts +%package -n google-noto-serif-balinese-fonts Summary: Noto Balinese Serif Font -Group: System/X11/Fonts Obsoletes: noto-serif-balinese < %{version} Provides: noto-serif-balinese = %{version} +Obsoletes: noto-serif-balinese-fonts < %{version} +Provides: noto-serif-balinese-fonts = %{version} %reconfigure_fonts_prereq -%description -n noto-serif-balinese-fonts +%description -n google-noto-serif-balinese-fonts Noto's design goal is to achieve visual harmonization (e.g., compatible heights and stroke thicknesses) across languages. This package contains Balinese Serif font, hinted. -%package -n noto-serif-bengali-fonts +%package -n google-noto-serif-bengali-fonts Summary: Noto Bengali Serif Font -Group: System/X11/Fonts Obsoletes: noto-serif-bengali < %{version} Provides: noto-serif-bengali = %{version} +Obsoletes: noto-serif-bengali-fonts < %{version} +Provides: noto-serif-bengali-fonts = %{version} %reconfigure_fonts_prereq -%description -n noto-serif-bengali-fonts +%description -n google-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 Serif font, hinted. -%package -n noto-serif-devanagari-fonts +%package -n google-noto-serif-devanagari-fonts Summary: Noto Devanagari Serif Font -Group: System/X11/Fonts Obsoletes: noto-serif-devanagari < %{version} Provides: noto-serif-devanagari = %{version} +Obsoletes: noto-serif-devanagari-fonts < %{version} +Provides: noto-serif-devanagari-fonts = %{version} %reconfigure_fonts_prereq -%description -n noto-serif-devanagari-fonts +%description -n google-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 Serif font, hinted. -%package -n noto-serif-display-fonts +%package -n google-noto-serif-display-fonts Summary: Noto Display Serif Font -Group: System/X11/Fonts Obsoletes: noto-serif-display < %{version} Provides: noto-serif-display = %{version} +Obsoletes: noto-serif-display-fonts < %{version} +Provides: noto-serif-display-fonts = %{version} %reconfigure_fonts_prereq -%description -n noto-serif-display-fonts +%description -n google-noto-serif-display-fonts Noto's design goal is to achieve visual harmonization (e.g., compatible heights and stroke thicknesses) across languages. This package contains Display Serif font, hinted. -%package -n noto-serif-divesakuru-fonts +%package -n google-noto-serif-divesakuru-fonts Summary: Noto Dives Akuru Serif Font -Group: System/X11/Fonts Obsoletes: noto-serif-divesakuru < %{version} Provides: noto-serif-divesakuru = %{version} +Obsoletes: noto-serif-divesakuru-fonts < %{version} +Provides: noto-serif-divesakuru-fonts = %{version} %reconfigure_fonts_prereq -%description -n noto-serif-divesakuru-fonts +%description -n google-noto-serif-divesakuru-fonts Noto's design goal is to achieve visual harmonization (e.g., compatible heights and stroke thicknesses) across languages. This package contains DivesAkuru Serif font, hinted. -%package -n noto-serif-dogra-fonts +%package -n google-noto-serif-dogra-fonts Summary: Noto Dogra Serif Font -Group: System/X11/Fonts Obsoletes: noto-serif-dogra < %{version} Provides: noto-serif-dogra = %{version} +Obsoletes: noto-serif-dogra-fonts < %{version} +Provides: noto-serif-dogra-fonts = %{version} %reconfigure_fonts_prereq -%description -n noto-serif-dogra-fonts +%description -n google-noto-serif-dogra-fonts Noto's design goal is to achieve visual harmonization (e.g., compatible heights and stroke thicknesses) across languages. This package contains Dogra Serif font, hinted. -%package -n noto-serif-ethiopic-fonts +%package -n google-noto-serif-ethiopic-fonts Summary: Noto Ethiopic Serif Font -Group: System/X11/Fonts Obsoletes: noto-serif-ethiopic < %{version} Provides: noto-serif-ethiopic = %{version} +Obsoletes: noto-serif-ethiopic-fonts < %{version} +Provides: noto-serif-ethiopic-fonts = %{version} %reconfigure_fonts_prereq -%description -n noto-serif-ethiopic-fonts +%description -n google-noto-serif-ethiopic-fonts Noto's design goal is to achieve visual harmonization (e.g., compatible heights and stroke thicknesses) across languages. This package contains Ethiopic Serif font, hinted. -%package -n noto-serif-georgian-fonts +%package -n google-noto-serif-georgian-fonts Summary: Noto Georgian Serif Font -Group: System/X11/Fonts Obsoletes: noto-serif-georgian < %{version} Provides: noto-serif-georgian = %{version} +Obsoletes: noto-serif-georgian-fonts < %{version} +Provides: noto-serif-georgian-fonts = %{version} %reconfigure_fonts_prereq -%description -n noto-serif-georgian-fonts +%description -n google-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 Serif font, hinted. -%package -n noto-serif-grantha-fonts +%package -n google-noto-serif-grantha-fonts Summary: Noto Grantha Serif Font -Group: System/X11/Fonts Obsoletes: noto-serif-grantha < %{version} Provides: noto-serif-grantha = %{version} +Obsoletes: noto-serif-grantha-fonts < %{version} +Provides: noto-serif-grantha-fonts = %{version} %reconfigure_fonts_prereq -%description -n noto-serif-grantha-fonts +%description -n google-noto-serif-grantha-fonts Noto's design goal is to achieve visual harmonization (e.g., compatible heights and stroke thicknesses) across languages. This package contains Grantha Serif font, hinted. -%package -n noto-serif-gujarati-fonts +%package -n google-noto-serif-gujarati-fonts Summary: Noto Gujarati Serif Font -Group: System/X11/Fonts Obsoletes: noto-serif-gujarati < %{version} Provides: noto-serif-gujarati = %{version} +Obsoletes: noto-serif-gujarati-fonts < %{version} +Provides: noto-serif-gujarati-fonts = %{version} %reconfigure_fonts_prereq -%description -n noto-serif-gujarati-fonts +%description -n google-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 Serif font, hinted. -%package -n noto-serif-gurmukhi-fonts +%package -n google-noto-serif-gurmukhi-fonts Summary: Noto Gurmukhi Serif Font -Group: System/X11/Fonts Obsoletes: noto-serif-gurmukhi < %{version} Provides: noto-serif-gurmukhi = %{version} +Obsoletes: noto-serif-gurmukhi-fonts < %{version} +Provides: noto-serif-gurmukhi-fonts = %{version} %reconfigure_fonts_prereq -%description -n noto-serif-gurmukhi-fonts +%description -n google-noto-serif-gurmukhi-fonts Noto's design goal is to achieve visual harmonization (e.g., compatible heights and stroke thicknesses) across languages. This package contains Gurmukhi Serif font, hinted. -%package -n noto-serif-hebrew-fonts +%package -n google-noto-serif-hebrew-fonts Summary: Noto Hebrew Serif Font -Group: System/X11/Fonts Obsoletes: noto-serif-hebrew < %{version} Provides: noto-serif-hebrew = %{version} +Obsoletes: noto-serif-hebrew-fonts < %{version} +Provides: noto-serif-hebrew-fonts = %{version} %reconfigure_fonts_prereq -%description -n noto-serif-hebrew-fonts +%description -n google-noto-serif-hebrew-fonts Noto's design goal is to achieve visual harmonization (e.g., compatible heights and stroke thicknesses) across languages. This package contains Hebrew Serif font, hinted. -%package -n noto-serif-kannada-fonts +%package -n google-noto-serif-kannada-fonts Summary: Noto Kannada Serif Font -Group: System/X11/Fonts Obsoletes: noto-serif-kannada < %{version} Provides: noto-serif-kannada = %{version} +Obsoletes: noto-serif-kannada-fonts < %{version} +Provides: noto-serif-kannada-fonts = %{version} %reconfigure_fonts_prereq -%description -n noto-serif-kannada-fonts +%description -n google-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 Serif font, hinted. -%package -n noto-serif-khmer-fonts -Summary: Noto Khmer Serif Font -Group: System/X11/Fonts -Obsoletes: noto-serif-khmer < %{version} -Provides: noto-serif-khmer = %{version} +%package -n google-noto-serif-khitansmallscript-fonts +Summary: Noto Khitan Small Script Serif Font +Obsoletes: noto-serif-khitansmallscript < %{version} +Provides: noto-serif-khitansmallscript = %{version} +Obsoletes: noto-serif-khitansmallscript-fonts < %{version} +Provides: noto-serif-khitansmallscript-fonts = %{version} %reconfigure_fonts_prereq -%description -n noto-serif-khmer-fonts +%description -n google-noto-serif-khitansmallscript-fonts +Noto's design goal is to achieve visual harmonization (e.g., compatible +heights and stroke thicknesses) across languages. This package contains +KhitanSmallScript Serif font, hinted. + +%package -n google-noto-serif-khmer-fonts +Summary: Noto Khmer Serif Font +Obsoletes: noto-serif-khmer < %{version} +Provides: noto-serif-khmer = %{version} +Obsoletes: noto-serif-khmer-fonts < %{version} +Provides: noto-serif-khmer-fonts = %{version} +%reconfigure_fonts_prereq + +%description -n google-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 Serif font, hinted. -%package -n noto-serif-khojki-fonts +%package -n google-noto-serif-khojki-fonts Summary: Noto Khojki Serif Font -Group: System/X11/Fonts Obsoletes: noto-serif-khojki < %{version} Provides: noto-serif-khojki = %{version} +Obsoletes: noto-serif-khojki-fonts < %{version} +Provides: noto-serif-khojki-fonts = %{version} %reconfigure_fonts_prereq -%description -n noto-serif-khojki-fonts +%description -n google-noto-serif-khojki-fonts Noto's design goal is to achieve visual harmonization (e.g., compatible heights and stroke thicknesses) across languages. This package contains Khojki Serif font, hinted. -%package -n noto-serif-lao-fonts +%package -n google-noto-serif-lao-fonts Summary: Noto Lao Serif Font -Group: System/X11/Fonts Obsoletes: noto-serif-lao < %{version} Provides: noto-serif-lao = %{version} +Obsoletes: noto-serif-lao-fonts < %{version} +Provides: noto-serif-lao-fonts = %{version} %reconfigure_fonts_prereq -%description -n noto-serif-lao-fonts +%description -n google-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 Serif font, hinted. -%package -n noto-serif-makasar-fonts +%package -n google-noto-serif-makasar-fonts Summary: Noto Makasar Serif Font -Group: System/X11/Fonts Obsoletes: noto-serif-makasar < %{version} Provides: noto-serif-makasar = %{version} +Obsoletes: noto-serif-makasar-fonts < %{version} +Provides: noto-serif-makasar-fonts = %{version} %reconfigure_fonts_prereq -%description -n noto-serif-makasar-fonts +%description -n google-noto-serif-makasar-fonts Noto's design goal is to achieve visual harmonization (e.g., compatible heights and stroke thicknesses) across languages. This package contains Makasar Serif font, hinted. -%package -n noto-serif-malayalam-fonts +%package -n google-noto-serif-malayalam-fonts Summary: Noto Malayalam Serif Font -Group: System/X11/Fonts Obsoletes: noto-serif-malayalam < %{version} Provides: noto-serif-malayalam = %{version} +Obsoletes: noto-serif-malayalam-fonts < %{version} +Provides: noto-serif-malayalam-fonts = %{version} %reconfigure_fonts_prereq -%description -n noto-serif-malayalam-fonts +%description -n google-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 Serif font, hinted. -%package -n noto-serif-myanmar-fonts +%package -n google-noto-serif-myanmar-fonts Summary: Noto Myanmar Serif Font -Group: System/X11/Fonts Obsoletes: noto-serif-myanmar < %{version} Provides: noto-serif-myanmar = %{version} +Obsoletes: noto-serif-myanmar-fonts < %{version} +Provides: noto-serif-myanmar-fonts = %{version} %reconfigure_fonts_prereq -%description -n noto-serif-myanmar-fonts +%description -n google-noto-serif-myanmar-fonts Noto's design goal is to achieve visual harmonization (e.g., compatible heights and stroke thicknesses) across languages. This package contains Myanmar Serif font, hinted. -%package -n noto-serif-nyiakengpuachuehmong-fonts -Summary: Noto Nyiakeng Puachue Hmong Serif Font -Group: System/X11/Fonts +%package -n google-noto-serif-nphmong-fonts +Summary: Noto NPHmong Serif Font +Obsoletes: noto-serif-myanmar < %{version} +Provides: noto-serif-myanmar = %{version} +Obsoletes: noto-serif-myanmar-fonts < %{version} +Provides: noto-serif-myanmar-fonts = %{version} Obsoletes: noto-serif-nyiakengpuachuehmong < %{version} Provides: noto-serif-nyiakengpuachuehmong = %{version} +Obsoletes: noto-serif-nyiakengpuachuehmong-fonts < %{version} +Provides: noto-serif-nyiakengpuachuehmong-fonts = %{version} %reconfigure_fonts_prereq -%description -n noto-serif-nyiakengpuachuehmong-fonts +%description -n google-noto-serif-nphmong-fonts Noto's design goal is to achieve visual harmonization (e.g., compatible heights and stroke thicknesses) across languages. This package contains -NyiakengPuachueHmong Serif font, hinted. +NPHmong Serif font, hinted. -%package -n noto-serif-olduyghur-fonts +%package -n google-noto-serif-olduyghur-fonts Summary: Noto Old Uyghur Serif Font -Group: System/X11/Fonts Obsoletes: noto-serif-olduyghur < %{version} Provides: noto-serif-olduyghur = %{version} +Obsoletes: noto-serif-olduyghur-fonts < %{version} +Provides: noto-serif-olduyghur-fonts = %{version} %reconfigure_fonts_prereq -%description -n noto-serif-olduyghur-fonts +%description -n google-noto-serif-olduyghur-fonts Noto's design goal is to achieve visual harmonization (e.g., compatible heights and stroke thicknesses) across languages. This package contains OldUyghur Serif font, hinted. -%package -n noto-serif-oriya-fonts +%package -n google-noto-serif-oriya-fonts Summary: Noto Oriya Serif Font -Group: System/X11/Fonts Obsoletes: noto-serif-oriya < %{version} Provides: noto-serif-oriya = %{version} +Obsoletes: noto-serif-oriya-fonts < %{version} +Provides: noto-serif-oriya-fonts = %{version} %reconfigure_fonts_prereq -%description -n noto-serif-oriya-fonts +%description -n google-noto-serif-oriya-fonts Noto's design goal is to achieve visual harmonization (e.g., compatible heights and stroke thicknesses) across languages. This package contains Oriya Serif font, hinted. -%package -n noto-serif-sinhala-fonts -Summary: Noto Sinhala Serif Font -Group: System/X11/Fonts -Obsoletes: noto-serif-sinhala < %{version} -Provides: noto-serif-sinhala = %{version} +%package -n google-noto-serif-ottomansiyaq-fonts +Summary: Noto Ottoman Siyaq Serif Font +Obsoletes: noto-serif-ottomansiyaq < %{version} +Provides: noto-serif-ottomansiyaq = %{version} +Obsoletes: noto-serif-ottomansiyaq-fonts < %{version} +Provides: noto-serif-ottomansiyaq-fonts = %{version} %reconfigure_fonts_prereq -%description -n noto-serif-sinhala-fonts +%description -n google-noto-serif-ottomansiyaq-fonts +Noto's design goal is to achieve visual harmonization (e.g., compatible +heights and stroke thicknesses) across languages. This package contains +OttomanSiyaq Serif font, hinted. + +%package -n google-noto-serif-sinhala-fonts +Summary: Noto Sinhala Serif Font +Obsoletes: noto-serif-sinhala < %{version} +Provides: noto-serif-sinhala = %{version} +Obsoletes: noto-serif-sinhala-fonts < %{version} +Provides: noto-serif-sinhala-fonts = %{version} +%reconfigure_fonts_prereq + +%description -n google-noto-serif-sinhala-fonts Noto's design goal is to achieve visual harmonization (e.g., compatible heights and stroke thicknesses) across languages. This package contains Sinhala Serif font, hinted. -%package -n noto-serif-tamil-fonts +%package -n google-noto-serif-tamil-fonts Summary: Noto Tamil Serif Font -Group: System/X11/Fonts Obsoletes: noto-serif-tamil < %{version} Provides: noto-serif-tamil = %{version} +Obsoletes: noto-serif-tamil-fonts < %{version} +Provides: noto-serif-tamil-fonts = %{version} %reconfigure_fonts_prereq -%description -n noto-serif-tamil-fonts +%description -n google-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 Serif font, hinted. -%package -n noto-serif-tamilslanted-fonts -Summary: Noto Tamil Slanted Serif Font -Group: System/X11/Fonts -Obsoletes: noto-serif-tamilslanted < %{version} -Provides: noto-serif-tamilslanted = %{version} -%reconfigure_fonts_prereq - -%description -n noto-serif-tamilslanted-fonts -Noto's design goal is to achieve visual harmonization (e.g., compatible -heights and stroke thicknesses) across languages. This package contains -TamilSlanted Serif font, hinted. - -%package -n noto-serif-tangut-fonts +%package -n google-noto-serif-tangut-fonts Summary: Noto Tangut Serif Font -Group: System/X11/Fonts Obsoletes: noto-serif-tangut < %{version} Provides: noto-serif-tangut = %{version} +Obsoletes: noto-serif-tangut-fonts < %{version} +Provides: noto-serif-tangut-fonts = %{version} %reconfigure_fonts_prereq -%description -n noto-serif-tangut-fonts +%description -n google-noto-serif-tangut-fonts Noto's design goal is to achieve visual harmonization (e.g., compatible heights and stroke thicknesses) across languages. This package contains Tangut Serif font, hinted. -%package -n noto-serif-telugu-fonts +%package -n google-noto-serif-telugu-fonts Summary: Noto Telugu Serif Font -Group: System/X11/Fonts Obsoletes: noto-serif-telugu < %{version} Provides: noto-serif-telugu = %{version} +Obsoletes: noto-serif-telugu-fonts < %{version} +Provides: noto-serif-telugu-fonts = %{version} %reconfigure_fonts_prereq -%description -n noto-serif-telugu-fonts +%description -n google-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 Serif font, hinted. -%package -n noto-serif-thai-fonts +%package -n google-noto-serif-thai-fonts Summary: Noto Thai Serif Font -Group: System/X11/Fonts Obsoletes: noto-serif-thai < %{version} Provides: noto-serif-thai = %{version} +Obsoletes: noto-serif-thai-fonts < %{version} +Provides: noto-serif-thai-fonts = %{version} %reconfigure_fonts_prereq -%description -n noto-serif-thai-fonts +%description -n google-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 Serif font, hinted. -%package -n noto-serif-tibetan-fonts +%package -n google-noto-serif-tibetan-fonts Summary: Noto Tibetan Serif Font -Group: System/X11/Fonts Obsoletes: noto-serif-tibetan < %{version} Provides: noto-serif-tibetan = %{version} +Obsoletes: noto-serif-tibetan-fonts < %{version} +Provides: noto-serif-tibetan-fonts = %{version} Obsoletes: noto-sans-tibetan < %{version} Provides: noto-sans-tibetan = %{version} Obsoletes: noto-sans-tibetan-fonts < %{version} Provides: noto-sans-tibetan-fonts = %{version} %reconfigure_fonts_prereq -%description -n noto-serif-tibetan-fonts +%description -n google-noto-serif-tibetan-fonts Noto's design goal is to achieve visual harmonization (e.g., compatible heights and stroke thicknesses) across languages. This package contains Tibetan Serif font, hinted. -%package -n noto-serif-toto-fonts +%package -n google-noto-serif-toto-fonts Summary: Noto Toto Serif Font -Group: System/X11/Fonts Obsoletes: noto-serif-toto < %{version} Provides: noto-serif-toto = %{version} +Obsoletes: noto-serif-toto-fonts < %{version} +Provides: noto-serif-toto-fonts = %{version} %reconfigure_fonts_prereq -%description -n noto-serif-toto-fonts +%description -n google-noto-serif-toto-fonts Noto's design goal is to achieve visual harmonization (e.g., compatible heights and stroke thicknesses) across languages. This package contains Toto Serif font, hinted. -%package -n noto-serif-vithkuqi-fonts +%package -n google-noto-serif-vithkuqi-fonts Summary: Noto Vithkuqi Serif Font -Group: System/X11/Fonts Obsoletes: noto-serif-vithkuqi < %{version} Provides: noto-serif-vithkuqi = %{version} +Obsoletes: noto-serif-vithkuqi-fonts < %{version} +Provides: noto-serif-vithkuqi-fonts = %{version} %reconfigure_fonts_prereq -%description -n noto-serif-vithkuqi-fonts +%description -n google-noto-serif-vithkuqi-fonts Noto's design goal is to achieve visual harmonization (e.g., compatible heights and stroke thicknesses) across languages. This package contains Vithkuqi Serif font, hinted. -%package -n noto-serif-yezidi-fonts +%package -n google-noto-serif-yezidi-fonts Summary: Noto Yezidi Serif Font -Group: System/X11/Fonts Obsoletes: noto-serif-yezidi < %{version} Provides: noto-serif-yezidi = %{version} +Obsoletes: noto-serif-yezidi-fonts < %{version} +Provides: noto-serif-yezidi-fonts = %{version} %reconfigure_fonts_prereq -%description -n noto-serif-yezidi-fonts +%description -n google-noto-serif-yezidi-fonts Noto's design goal is to achieve visual harmonization (e.g., compatible heights and stroke thicknesses) across languages. This package contains Yezidi Serif font, hinted. -%package -n noto-tinos-fonts -Summary: Noto Tinos Font -Group: System/X11/Fonts -Obsoletes: noto-tinos < %{version} -Provides: noto-tinos = %{version} -Obsoletes: google-tinos-fonts < %{version} -Provides: google-tinos-fonts = %{version} -%reconfigure_fonts_prereq - -%description -n noto-tinos-fonts -Noto's design goal is to achieve visual harmonization (e.g., compatible -heights and stroke thicknesses) across languages. This package contains -Tinos font, hinted. - -%package -n noto-traditionalnushu-fonts +%package -n google-noto-traditionalnushu-fonts Summary: Noto Traditional Nushu Font -Group: System/X11/Fonts Obsoletes: noto-traditionalnushu < %{version} Provides: noto-traditionalnushu = %{version} +Obsoletes: noto-traditionalnushu-fonts < %{version} +Provides: noto-traditionalnushu-fonts = %{version} %reconfigure_fonts_prereq -%description -n noto-traditionalnushu-fonts +%description -n google-noto-traditionalnushu-fonts Noto's design goal is to achieve visual harmonization (e.g., compatible heights and stroke thicknesses) across languages. This package contains TraditionalNushu font, hinted. +%package -n google-noto-znamennymusicalnotation-fonts +Summary: Noto Znamenny Musical Notation Font +Obsoletes: noto-znamennymusicalnotation < %{version} +Provides: noto-znamennymusicalnotation = %{version} +Obsoletes: noto-znamennymusicalnotation-fonts < %{version} +Provides: noto-znamennymusicalnotation-fonts = %{version} +%reconfigure_fonts_prereq + +%description -n google-noto-znamennymusicalnotation-fonts +Noto's design goal is to achieve visual harmonization (e.g., compatible +heights and stroke thicknesses) across languages. This package contains +ZnamennyMusicalNotation font, hinted. + %prep -tar -xzf %{SOURCE0} -C . +%autosetup -c -# Arimo BoldItalic has an extra "Italic" style -# https://bugzilla.suse.com/show_bug.cgi?id=1202279 and https://github.com/notofonts/Arimo/issues/14 -# Fix weight too https://github.com/notofonts/Arimo/issues/13 -ttx ttf/Arimo/Arimo-BoldItalic.ttf -%patch0 -ttx -f ttf/Arimo/Arimo-BoldItalic.ttx -rm ttf/Arimo/Arimo-BoldItalic.ttx - -cp %{SOURCE2} . +cp notofonts.github.io-noto-monthly-release-24.9.1/fonts/LICENSE . %build %install -# Tifinagh fonts have duplicates in NotoSansTifinagh folder -# https://github.com/googlefonts/noto-fonts/issues/2177 and https://github.com/googlefonts/noto-fonts/issues/2326 -rm ttf/NotoSansTifinagh/NotoSansTifinagh[!\-]* -# NotoSansDisplay is already provided by NotoSans -# Also they have inconsistent family names: https://github.com/googlefonts/noto-fonts/issues/2315 -rm -r ttf/NotoSansDisplay/ +rm -r notofonts.github.io-noto-monthly-release-24.9.1/fonts/Noto*Test +rm -r notofonts.github.io-noto-monthly-release-24.9.1/fonts/NotoSansArabicUI -install -Dm 644 -t %{buildroot}%{_ttfontsdir} ttf/*/*.ttf +install -Dm 644 -t %{buildroot}%{_ttfontsdir} notofonts.github.io-noto-monthly-release-24.9.1/fonts/*/hinted/ttf/* -%reconfigure_fonts_scriptlets -n noto-arimo-fonts +%reconfigure_fonts_scriptlets -n google-noto-fangsongkssrotated-fonts -%reconfigure_fonts_scriptlets -n noto-cousine-fonts +%reconfigure_fonts_scriptlets -n google-noto-fangsongkssvertical-fonts -%reconfigure_fonts_scriptlets -n noto-kufiarabic-fonts +%reconfigure_fonts_scriptlets -n google-noto-kufiarabic-fonts -%reconfigure_fonts_scriptlets -n noto-loopedlao-fonts +%reconfigure_fonts_scriptlets -n google-noto-music-fonts -%reconfigure_fonts_scriptlets -n noto-loopedlao-ui-fonts +%reconfigure_fonts_scriptlets -n google-noto-naskharabic-fonts -%reconfigure_fonts_scriptlets -n noto-loopedthai-fonts +%reconfigure_fonts_scriptlets -n google-noto-nastaliqurdu-fonts -%reconfigure_fonts_scriptlets -n noto-loopedthai-ui-fonts +%reconfigure_fonts_scriptlets -n google-noto-rashihebrew-fonts -%reconfigure_fonts_scriptlets -n noto-music-fonts +%reconfigure_fonts_scriptlets -n google-noto-sans-fonts -%reconfigure_fonts_scriptlets -n noto-naskharabic-fonts +%reconfigure_fonts_scriptlets -n google-noto-sans-adlam-fonts -%reconfigure_fonts_scriptlets -n noto-naskharabic-ui-fonts +%reconfigure_fonts_scriptlets -n google-noto-sans-adlamunjoined-fonts -%reconfigure_fonts_scriptlets -n noto-nastaliqurdu-fonts +%reconfigure_fonts_scriptlets -n google-noto-sans-anatolianhieroglyphs-fonts -%reconfigure_fonts_scriptlets -n noto-rashihebrew-fonts +%reconfigure_fonts_scriptlets -n google-noto-sans-arabic-fonts -%reconfigure_fonts_scriptlets -n noto-sans-fonts +%reconfigure_fonts_scriptlets -n google-noto-sans-armenian-fonts -%reconfigure_fonts_scriptlets -n noto-sans-adlam-fonts +%reconfigure_fonts_scriptlets -n google-noto-sans-avestan-fonts -%reconfigure_fonts_scriptlets -n noto-sans-adlamunjoined-fonts +%reconfigure_fonts_scriptlets -n google-noto-sans-balinese-fonts -%reconfigure_fonts_scriptlets -n noto-sans-anatolianhieroglyphs-fonts +%reconfigure_fonts_scriptlets -n google-noto-sans-bamum-fonts -%reconfigure_fonts_scriptlets -n noto-sans-arabic-fonts +%reconfigure_fonts_scriptlets -n google-noto-sans-bassavah-fonts -%reconfigure_fonts_scriptlets -n noto-sans-arabic-ui-fonts +%reconfigure_fonts_scriptlets -n google-noto-sans-batak-fonts -%reconfigure_fonts_scriptlets -n noto-sans-armenian-fonts +%reconfigure_fonts_scriptlets -n google-noto-sans-bengali-fonts -%reconfigure_fonts_scriptlets -n noto-sans-avestan-fonts +%reconfigure_fonts_scriptlets -n google-noto-sans-bhaiksuki-fonts -%reconfigure_fonts_scriptlets -n noto-sans-balinese-fonts +%reconfigure_fonts_scriptlets -n google-noto-sans-brahmi-fonts -%reconfigure_fonts_scriptlets -n noto-sans-bamum-fonts +%reconfigure_fonts_scriptlets -n google-noto-sans-buginese-fonts -%reconfigure_fonts_scriptlets -n noto-sans-bassavah-fonts +%reconfigure_fonts_scriptlets -n google-noto-sans-buhid-fonts -%reconfigure_fonts_scriptlets -n noto-sans-batak-fonts +%reconfigure_fonts_scriptlets -n google-noto-sans-canadianaboriginal-fonts -%reconfigure_fonts_scriptlets -n noto-sans-bengali-fonts +%reconfigure_fonts_scriptlets -n google-noto-sans-carian-fonts -%reconfigure_fonts_scriptlets -n noto-sans-bengali-ui-fonts +%reconfigure_fonts_scriptlets -n google-noto-sans-caucasianalbanian-fonts -%reconfigure_fonts_scriptlets -n noto-sans-bhaiksuki-fonts +%reconfigure_fonts_scriptlets -n google-noto-sans-chakma-fonts -%reconfigure_fonts_scriptlets -n noto-sans-brahmi-fonts +%reconfigure_fonts_scriptlets -n google-noto-sans-cham-fonts -%reconfigure_fonts_scriptlets -n noto-sans-buginese-fonts +%reconfigure_fonts_scriptlets -n google-noto-sans-cherokee-fonts -%reconfigure_fonts_scriptlets -n noto-sans-buhid-fonts +%reconfigure_fonts_scriptlets -n google-noto-sans-chorasmian-fonts -%reconfigure_fonts_scriptlets -n noto-sans-canadianaboriginal-fonts +%reconfigure_fonts_scriptlets -n google-noto-sans-coptic-fonts -%reconfigure_fonts_scriptlets -n noto-sans-carian-fonts +%reconfigure_fonts_scriptlets -n google-noto-sans-cuneiform-fonts -%reconfigure_fonts_scriptlets -n noto-sans-caucasianalbanian-fonts +%reconfigure_fonts_scriptlets -n google-noto-sans-cypriot-fonts -%reconfigure_fonts_scriptlets -n noto-sans-chakma-fonts +%reconfigure_fonts_scriptlets -n google-noto-sans-cyprominoan-fonts -%reconfigure_fonts_scriptlets -n noto-sans-cham-fonts +%reconfigure_fonts_scriptlets -n google-noto-sans-deseret-fonts -%reconfigure_fonts_scriptlets -n noto-sans-cherokee-fonts +%reconfigure_fonts_scriptlets -n google-noto-sans-devanagari-fonts -%reconfigure_fonts_scriptlets -n noto-sans-chorasmian-fonts +%reconfigure_fonts_scriptlets -n google-noto-sans-duployan-fonts -%reconfigure_fonts_scriptlets -n noto-sans-coptic-fonts +%reconfigure_fonts_scriptlets -n google-noto-sans-egyptianhieroglyphs-fonts -%reconfigure_fonts_scriptlets -n noto-sans-cuneiform-fonts +%reconfigure_fonts_scriptlets -n google-noto-sans-elbasan-fonts -%reconfigure_fonts_scriptlets -n noto-sans-cypriot-fonts +%reconfigure_fonts_scriptlets -n google-noto-sans-elymaic-fonts -%reconfigure_fonts_scriptlets -n noto-sans-cyprominoan-fonts +%reconfigure_fonts_scriptlets -n google-noto-sans-ethiopic-fonts -%reconfigure_fonts_scriptlets -n noto-sans-deseret-fonts +%reconfigure_fonts_scriptlets -n google-noto-sans-georgian-fonts -%reconfigure_fonts_scriptlets -n noto-sans-devanagari-fonts +%reconfigure_fonts_scriptlets -n google-noto-sans-glagolitic-fonts -%reconfigure_fonts_scriptlets -n noto-sans-devanagari-ui-fonts +%reconfigure_fonts_scriptlets -n google-noto-sans-gothic-fonts -%reconfigure_fonts_scriptlets -n noto-sans-duployan-fonts +%reconfigure_fonts_scriptlets -n google-noto-sans-grantha-fonts -%reconfigure_fonts_scriptlets -n noto-sans-egyptianhieroglyphs-fonts +%reconfigure_fonts_scriptlets -n google-noto-sans-gujarati-fonts -%reconfigure_fonts_scriptlets -n noto-sans-elbasan-fonts +%reconfigure_fonts_scriptlets -n google-noto-sans-gunjalagondi-fonts -%reconfigure_fonts_scriptlets -n noto-sans-elymaic-fonts +%reconfigure_fonts_scriptlets -n google-noto-sans-gurmukhi-fonts -%reconfigure_fonts_scriptlets -n noto-sans-ethiopic-fonts +%reconfigure_fonts_scriptlets -n google-noto-sans-hanifirohingya-fonts -%reconfigure_fonts_scriptlets -n noto-sans-georgian-fonts +%reconfigure_fonts_scriptlets -n google-noto-sans-hanunoo-fonts -%reconfigure_fonts_scriptlets -n noto-sans-glagolitic-fonts +%reconfigure_fonts_scriptlets -n google-noto-sans-hatran-fonts -%reconfigure_fonts_scriptlets -n noto-sans-gothic-fonts +%reconfigure_fonts_scriptlets -n google-noto-sans-hebrew-fonts -%reconfigure_fonts_scriptlets -n noto-sans-grantha-fonts +%reconfigure_fonts_scriptlets -n google-noto-sans-imperialaramaic-fonts -%reconfigure_fonts_scriptlets -n noto-sans-gujarati-fonts +%reconfigure_fonts_scriptlets -n google-noto-sans-indicsiyaqnumbers-fonts -%reconfigure_fonts_scriptlets -n noto-sans-gujarati-ui-fonts +%reconfigure_fonts_scriptlets -n google-noto-sans-inscriptionalpahlavi-fonts -%reconfigure_fonts_scriptlets -n noto-sans-gunjalagondi-fonts +%reconfigure_fonts_scriptlets -n google-noto-sans-inscriptionalparthian-fonts -%reconfigure_fonts_scriptlets -n noto-sans-gurmukhi-fonts +%reconfigure_fonts_scriptlets -n google-noto-sans-javanese-fonts -%reconfigure_fonts_scriptlets -n noto-sans-gurmukhi-ui-fonts +%reconfigure_fonts_scriptlets -n google-noto-sans-kaithi-fonts -%reconfigure_fonts_scriptlets -n noto-sans-hanifirohingya-fonts +%reconfigure_fonts_scriptlets -n google-noto-sans-kannada-fonts -%reconfigure_fonts_scriptlets -n noto-sans-hanunoo-fonts +%reconfigure_fonts_scriptlets -n google-noto-sans-kawi-fonts -%reconfigure_fonts_scriptlets -n noto-sans-hatran-fonts +%reconfigure_fonts_scriptlets -n google-noto-sans-kayahli-fonts -%reconfigure_fonts_scriptlets -n noto-sans-hebrew-fonts +%reconfigure_fonts_scriptlets -n google-noto-sans-kharoshthi-fonts -%reconfigure_fonts_scriptlets -n noto-sans-hebrewdroid-fonts +%reconfigure_fonts_scriptlets -n google-noto-sans-khmer-fonts -%reconfigure_fonts_scriptlets -n noto-sans-hebrewnew-fonts +%reconfigure_fonts_scriptlets -n google-noto-sans-khojki-fonts -%reconfigure_fonts_scriptlets -n noto-sans-imperialaramaic-fonts +%reconfigure_fonts_scriptlets -n google-noto-sans-khudawadi-fonts -%reconfigure_fonts_scriptlets -n noto-sans-indicsiyaqnumbers-fonts +%reconfigure_fonts_scriptlets -n google-noto-sans-lao-fonts -%reconfigure_fonts_scriptlets -n noto-sans-inscriptionalpahlavi-fonts +%reconfigure_fonts_scriptlets -n google-noto-sans-laolooped-fonts -%reconfigure_fonts_scriptlets -n noto-sans-inscriptionalparthian-fonts +%reconfigure_fonts_scriptlets -n google-noto-sans-lepcha-fonts -%reconfigure_fonts_scriptlets -n noto-sans-javanese-fonts +%reconfigure_fonts_scriptlets -n google-noto-sans-limbu-fonts -%reconfigure_fonts_scriptlets -n noto-sans-kaithi-fonts +%reconfigure_fonts_scriptlets -n google-noto-sans-lineara-fonts -%reconfigure_fonts_scriptlets -n noto-sans-kannada-fonts +%reconfigure_fonts_scriptlets -n google-noto-sans-linearb-fonts -%reconfigure_fonts_scriptlets -n noto-sans-kannada-ui-fonts +%reconfigure_fonts_scriptlets -n google-noto-sans-lisu-fonts -%reconfigure_fonts_scriptlets -n noto-sans-kayahli-fonts +%reconfigure_fonts_scriptlets -n google-noto-sans-lycian-fonts -%reconfigure_fonts_scriptlets -n noto-sans-kharoshthi-fonts +%reconfigure_fonts_scriptlets -n google-noto-sans-lydian-fonts -%reconfigure_fonts_scriptlets -n noto-sans-khmer-fonts +%reconfigure_fonts_scriptlets -n google-noto-sans-mahajani-fonts -%reconfigure_fonts_scriptlets -n noto-sans-khmer-ui-fonts +%reconfigure_fonts_scriptlets -n google-noto-sans-malayalam-fonts -%reconfigure_fonts_scriptlets -n noto-sans-khojki-fonts +%reconfigure_fonts_scriptlets -n google-noto-sans-mandaic-fonts -%reconfigure_fonts_scriptlets -n noto-sans-khudawadi-fonts +%reconfigure_fonts_scriptlets -n google-noto-sans-manichaean-fonts -%reconfigure_fonts_scriptlets -n noto-sans-lao-fonts +%reconfigure_fonts_scriptlets -n google-noto-sans-marchen-fonts -%reconfigure_fonts_scriptlets -n noto-sans-lao-ui-fonts +%reconfigure_fonts_scriptlets -n google-noto-sans-masaramgondi-fonts -%reconfigure_fonts_scriptlets -n noto-sans-lepcha-fonts +%reconfigure_fonts_scriptlets -n google-noto-sans-math-fonts -%reconfigure_fonts_scriptlets -n noto-sans-limbu-fonts +%reconfigure_fonts_scriptlets -n google-noto-sans-mayannumerals-fonts -%reconfigure_fonts_scriptlets -n noto-sans-lineara-fonts +%reconfigure_fonts_scriptlets -n google-noto-sans-medefaidrin-fonts -%reconfigure_fonts_scriptlets -n noto-sans-linearb-fonts +%reconfigure_fonts_scriptlets -n google-noto-sans-meeteimayek-fonts -%reconfigure_fonts_scriptlets -n noto-sans-lisu-fonts +%reconfigure_fonts_scriptlets -n google-noto-sans-mendekikakui-fonts -%reconfigure_fonts_scriptlets -n noto-sans-lycian-fonts +%reconfigure_fonts_scriptlets -n google-noto-sans-meroitic-fonts -%reconfigure_fonts_scriptlets -n noto-sans-lydian-fonts +%reconfigure_fonts_scriptlets -n google-noto-sans-miao-fonts -%reconfigure_fonts_scriptlets -n noto-sans-mahajani-fonts +%reconfigure_fonts_scriptlets -n google-noto-sans-modi-fonts -%reconfigure_fonts_scriptlets -n noto-sans-malayalam-fonts +%reconfigure_fonts_scriptlets -n google-noto-sans-mongolian-fonts -%reconfigure_fonts_scriptlets -n noto-sans-malayalam-ui-fonts +%reconfigure_fonts_scriptlets -n google-noto-sans-mono-fonts -%reconfigure_fonts_scriptlets -n noto-sans-mandaic-fonts +%reconfigure_fonts_scriptlets -n google-noto-sans-mro-fonts -%reconfigure_fonts_scriptlets -n noto-sans-manichaean-fonts +%reconfigure_fonts_scriptlets -n google-noto-sans-multani-fonts -%reconfigure_fonts_scriptlets -n noto-sans-marchen-fonts +%reconfigure_fonts_scriptlets -n google-noto-sans-myanmar-fonts -%reconfigure_fonts_scriptlets -n noto-sans-masaramgondi-fonts +%reconfigure_fonts_scriptlets -n google-noto-sans-nabataean-fonts -%reconfigure_fonts_scriptlets -n noto-sans-math-fonts +%reconfigure_fonts_scriptlets -n google-noto-sans-nagmundari-fonts -%reconfigure_fonts_scriptlets -n noto-sans-mayannumerals-fonts +%reconfigure_fonts_scriptlets -n google-noto-sans-nandinagari-fonts -%reconfigure_fonts_scriptlets -n noto-sans-medefaidrin-fonts +%reconfigure_fonts_scriptlets -n google-noto-sans-newa-fonts -%reconfigure_fonts_scriptlets -n noto-sans-meeteimayek-fonts +%reconfigure_fonts_scriptlets -n google-noto-sans-newtailue-fonts -%reconfigure_fonts_scriptlets -n noto-sans-mendekikakui-fonts +%reconfigure_fonts_scriptlets -n google-noto-sans-nko-fonts -%reconfigure_fonts_scriptlets -n noto-sans-meroitic-fonts +%reconfigure_fonts_scriptlets -n google-noto-sans-nkounjoined-fonts -%reconfigure_fonts_scriptlets -n noto-sans-miao-fonts +%reconfigure_fonts_scriptlets -n google-noto-sans-nushu-fonts -%reconfigure_fonts_scriptlets -n noto-sans-modi-fonts +%reconfigure_fonts_scriptlets -n google-noto-sans-ogham-fonts -%reconfigure_fonts_scriptlets -n noto-sans-mongolian-fonts +%reconfigure_fonts_scriptlets -n google-noto-sans-olchiki-fonts -%reconfigure_fonts_scriptlets -n noto-sans-mono-fonts +%reconfigure_fonts_scriptlets -n google-noto-sans-oldhungarian-fonts -%reconfigure_fonts_scriptlets -n noto-sans-mro-fonts +%reconfigure_fonts_scriptlets -n google-noto-sans-olditalic-fonts -%reconfigure_fonts_scriptlets -n noto-sans-multani-fonts +%reconfigure_fonts_scriptlets -n google-noto-sans-oldnortharabian-fonts -%reconfigure_fonts_scriptlets -n noto-sans-myanmar-fonts +%reconfigure_fonts_scriptlets -n google-noto-sans-oldpermic-fonts -%reconfigure_fonts_scriptlets -n noto-sans-myanmar-ui-fonts +%reconfigure_fonts_scriptlets -n google-noto-sans-oldpersian-fonts -%reconfigure_fonts_scriptlets -n noto-sans-nabataean-fonts +%reconfigure_fonts_scriptlets -n google-noto-sans-oldsogdian-fonts -%reconfigure_fonts_scriptlets -n noto-sans-nandinagari-fonts +%reconfigure_fonts_scriptlets -n google-noto-sans-oldsoutharabian-fonts -%reconfigure_fonts_scriptlets -n noto-sans-newa-fonts +%reconfigure_fonts_scriptlets -n google-noto-sans-oldturkic-fonts -%reconfigure_fonts_scriptlets -n noto-sans-newtailue-fonts +%reconfigure_fonts_scriptlets -n google-noto-sans-oriya-fonts -%reconfigure_fonts_scriptlets -n noto-sans-nko-fonts +%reconfigure_fonts_scriptlets -n google-noto-sans-osage-fonts -%reconfigure_fonts_scriptlets -n noto-sans-nushu-fonts +%reconfigure_fonts_scriptlets -n google-noto-sans-osmanya-fonts -%reconfigure_fonts_scriptlets -n noto-sans-ogham-fonts +%reconfigure_fonts_scriptlets -n google-noto-sans-pahawhhmong-fonts -%reconfigure_fonts_scriptlets -n noto-sans-olchiki-fonts +%reconfigure_fonts_scriptlets -n google-noto-sans-palmyrene-fonts -%reconfigure_fonts_scriptlets -n noto-sans-oldhungarian-fonts +%reconfigure_fonts_scriptlets -n google-noto-sans-paucinhau-fonts -%reconfigure_fonts_scriptlets -n noto-sans-olditalic-fonts +%reconfigure_fonts_scriptlets -n google-noto-sans-phagspa-fonts -%reconfigure_fonts_scriptlets -n noto-sans-oldnortharabian-fonts +%reconfigure_fonts_scriptlets -n google-noto-sans-phoenician-fonts -%reconfigure_fonts_scriptlets -n noto-sans-oldpermic-fonts +%reconfigure_fonts_scriptlets -n google-noto-sans-psalterpahlavi-fonts -%reconfigure_fonts_scriptlets -n noto-sans-oldpersian-fonts +%reconfigure_fonts_scriptlets -n google-noto-sans-rejang-fonts -%reconfigure_fonts_scriptlets -n noto-sans-oldsogdian-fonts +%reconfigure_fonts_scriptlets -n google-noto-sans-runic-fonts -%reconfigure_fonts_scriptlets -n noto-sans-oldsoutharabian-fonts +%reconfigure_fonts_scriptlets -n google-noto-sans-samaritan-fonts -%reconfigure_fonts_scriptlets -n noto-sans-oldturkic-fonts +%reconfigure_fonts_scriptlets -n google-noto-sans-saurashtra-fonts -%reconfigure_fonts_scriptlets -n noto-sans-oriya-fonts +%reconfigure_fonts_scriptlets -n google-noto-sans-sharada-fonts -%reconfigure_fonts_scriptlets -n noto-sans-oriya-ui-fonts +%reconfigure_fonts_scriptlets -n google-noto-sans-shavian-fonts -%reconfigure_fonts_scriptlets -n noto-sans-osage-fonts +%reconfigure_fonts_scriptlets -n google-noto-sans-siddham-fonts -%reconfigure_fonts_scriptlets -n noto-sans-osmanya-fonts +%reconfigure_fonts_scriptlets -n google-noto-sans-signwriting-fonts -%reconfigure_fonts_scriptlets -n noto-sans-pahawhhmong-fonts +%reconfigure_fonts_scriptlets -n google-noto-sans-sinhala-fonts -%reconfigure_fonts_scriptlets -n noto-sans-palmyrene-fonts +%reconfigure_fonts_scriptlets -n google-noto-sans-sogdian-fonts -%reconfigure_fonts_scriptlets -n noto-sans-paucinhau-fonts +%reconfigure_fonts_scriptlets -n google-noto-sans-sorasompeng-fonts -%reconfigure_fonts_scriptlets -n noto-sans-phagspa-fonts +%reconfigure_fonts_scriptlets -n google-noto-sans-soyombo-fonts -%reconfigure_fonts_scriptlets -n noto-sans-phoenician-fonts +%reconfigure_fonts_scriptlets -n google-noto-sans-sundanese-fonts -%reconfigure_fonts_scriptlets -n noto-sans-psalterpahlavi-fonts +%reconfigure_fonts_scriptlets -n google-noto-sans-sylotinagri-fonts -%reconfigure_fonts_scriptlets -n noto-sans-rejang-fonts +%reconfigure_fonts_scriptlets -n google-noto-sans-symbols-fonts -%reconfigure_fonts_scriptlets -n noto-sans-runic-fonts +%reconfigure_fonts_scriptlets -n google-noto-sans-symbols2-fonts -%reconfigure_fonts_scriptlets -n noto-sans-samaritan-fonts +%reconfigure_fonts_scriptlets -n google-noto-sans-syriac-fonts -%reconfigure_fonts_scriptlets -n noto-sans-saurashtra-fonts +%reconfigure_fonts_scriptlets -n google-noto-sans-syriaceastern-fonts -%reconfigure_fonts_scriptlets -n noto-sans-sharada-fonts +%reconfigure_fonts_scriptlets -n google-noto-sans-syriacwestern-fonts -%reconfigure_fonts_scriptlets -n noto-sans-shavian-fonts +%reconfigure_fonts_scriptlets -n google-noto-sans-tagalog-fonts -%reconfigure_fonts_scriptlets -n noto-sans-siddham-fonts +%reconfigure_fonts_scriptlets -n google-noto-sans-tagbanwa-fonts -%reconfigure_fonts_scriptlets -n noto-sans-signwriting-fonts +%reconfigure_fonts_scriptlets -n google-noto-sans-taile-fonts -%reconfigure_fonts_scriptlets -n noto-sans-sinhala-fonts +%reconfigure_fonts_scriptlets -n google-noto-sans-taitham-fonts -%reconfigure_fonts_scriptlets -n noto-sans-sinhala-ui-fonts +%reconfigure_fonts_scriptlets -n google-noto-sans-taiviet-fonts -%reconfigure_fonts_scriptlets -n noto-sans-sogdian-fonts +%reconfigure_fonts_scriptlets -n google-noto-sans-takri-fonts -%reconfigure_fonts_scriptlets -n noto-sans-sorasompeng-fonts +%reconfigure_fonts_scriptlets -n google-noto-sans-tamil-fonts -%reconfigure_fonts_scriptlets -n noto-sans-soyombo-fonts +%reconfigure_fonts_scriptlets -n google-noto-sans-tamilsupplement-fonts -%reconfigure_fonts_scriptlets -n noto-sans-sundanese-fonts +%reconfigure_fonts_scriptlets -n google-noto-sans-tangsa-fonts -%reconfigure_fonts_scriptlets -n noto-sans-sylotinagri-fonts +%reconfigure_fonts_scriptlets -n google-noto-sans-telugu-fonts -%reconfigure_fonts_scriptlets -n noto-sans-symbols-fonts +%reconfigure_fonts_scriptlets -n google-noto-sans-thaana-fonts -%reconfigure_fonts_scriptlets -n noto-sans-symbols2-fonts +%reconfigure_fonts_scriptlets -n google-noto-sans-thai-fonts -%reconfigure_fonts_scriptlets -n noto-sans-syriac-fonts +%reconfigure_fonts_scriptlets -n google-noto-sans-thailooped-fonts -%reconfigure_fonts_scriptlets -n noto-sans-tagalog-fonts +%reconfigure_fonts_scriptlets -n google-noto-sans-tifinagh-fonts -%reconfigure_fonts_scriptlets -n noto-sans-tagbanwa-fonts +%reconfigure_fonts_scriptlets -n google-noto-sans-tirhuta-fonts -%reconfigure_fonts_scriptlets -n noto-sans-taile-fonts +%reconfigure_fonts_scriptlets -n google-noto-sans-ugaritic-fonts -%reconfigure_fonts_scriptlets -n noto-sans-taitham-fonts +%reconfigure_fonts_scriptlets -n google-noto-sans-vai-fonts -%reconfigure_fonts_scriptlets -n noto-sans-taiviet-fonts +%reconfigure_fonts_scriptlets -n google-noto-sans-vithkuqi-fonts -%reconfigure_fonts_scriptlets -n noto-sans-takri-fonts +%reconfigure_fonts_scriptlets -n google-noto-sans-wancho-fonts -%reconfigure_fonts_scriptlets -n noto-sans-tamil-fonts +%reconfigure_fonts_scriptlets -n google-noto-sans-warangciti-fonts -%reconfigure_fonts_scriptlets -n noto-sans-tamilsupplement-fonts +%reconfigure_fonts_scriptlets -n google-noto-sans-yi-fonts -%reconfigure_fonts_scriptlets -n noto-sans-tamil-ui-fonts +%reconfigure_fonts_scriptlets -n google-noto-sans-zanabazarsquare-fonts -%reconfigure_fonts_scriptlets -n noto-sans-tangsa-fonts +%reconfigure_fonts_scriptlets -n google-noto-serif-fonts -%reconfigure_fonts_scriptlets -n noto-sans-telugu-fonts +%reconfigure_fonts_scriptlets -n google-noto-serif-ahom-fonts -%reconfigure_fonts_scriptlets -n noto-sans-telugu-ui-fonts +%reconfigure_fonts_scriptlets -n google-noto-serif-armenian-fonts -%reconfigure_fonts_scriptlets -n noto-sans-thaana-fonts +%reconfigure_fonts_scriptlets -n google-noto-serif-balinese-fonts -%reconfigure_fonts_scriptlets -n noto-sans-thai-fonts +%reconfigure_fonts_scriptlets -n google-noto-serif-bengali-fonts -%reconfigure_fonts_scriptlets -n noto-sans-thai-ui-fonts +%reconfigure_fonts_scriptlets -n google-noto-serif-devanagari-fonts -%reconfigure_fonts_scriptlets -n noto-sans-tifinagh-fonts +%reconfigure_fonts_scriptlets -n google-noto-serif-display-fonts -%reconfigure_fonts_scriptlets -n noto-sans-tifinaghadrar-fonts +%reconfigure_fonts_scriptlets -n google-noto-serif-divesakuru-fonts -%reconfigure_fonts_scriptlets -n noto-sans-tifinaghagrawimazighen-fonts +%reconfigure_fonts_scriptlets -n google-noto-serif-dogra-fonts -%reconfigure_fonts_scriptlets -n noto-sans-tifinaghahaggar-fonts +%reconfigure_fonts_scriptlets -n google-noto-serif-ethiopic-fonts -%reconfigure_fonts_scriptlets -n noto-sans-tifinaghair-fonts +%reconfigure_fonts_scriptlets -n google-noto-serif-georgian-fonts -%reconfigure_fonts_scriptlets -n noto-sans-tifinaghapt-fonts +%reconfigure_fonts_scriptlets -n google-noto-serif-grantha-fonts -%reconfigure_fonts_scriptlets -n noto-sans-tifinaghazawagh-fonts +%reconfigure_fonts_scriptlets -n google-noto-serif-gujarati-fonts -%reconfigure_fonts_scriptlets -n noto-sans-tifinaghghat-fonts +%reconfigure_fonts_scriptlets -n google-noto-serif-gurmukhi-fonts -%reconfigure_fonts_scriptlets -n noto-sans-tifinaghhawad-fonts +%reconfigure_fonts_scriptlets -n google-noto-serif-hebrew-fonts -%reconfigure_fonts_scriptlets -n noto-sans-tifinaghrhissaixa-fonts +%reconfigure_fonts_scriptlets -n google-noto-serif-kannada-fonts -%reconfigure_fonts_scriptlets -n noto-sans-tifinaghsil-fonts +%reconfigure_fonts_scriptlets -n google-noto-serif-khitansmallscript-fonts -%reconfigure_fonts_scriptlets -n noto-sans-tifinaghtawellemmet-fonts +%reconfigure_fonts_scriptlets -n google-noto-serif-khmer-fonts -%reconfigure_fonts_scriptlets -n noto-sans-tirhuta-fonts +%reconfigure_fonts_scriptlets -n google-noto-serif-khojki-fonts -%reconfigure_fonts_scriptlets -n noto-sans-ugaritic-fonts +%reconfigure_fonts_scriptlets -n google-noto-serif-lao-fonts -%reconfigure_fonts_scriptlets -n noto-sans-vai-fonts +%reconfigure_fonts_scriptlets -n google-noto-serif-makasar-fonts -%reconfigure_fonts_scriptlets -n noto-sans-vithkuqi-fonts +%reconfigure_fonts_scriptlets -n google-noto-serif-malayalam-fonts -%reconfigure_fonts_scriptlets -n noto-sans-wancho-fonts +%reconfigure_fonts_scriptlets -n google-noto-serif-myanmar-fonts -%reconfigure_fonts_scriptlets -n noto-sans-warangciti-fonts +%reconfigure_fonts_scriptlets -n google-noto-serif-nphmong-fonts -%reconfigure_fonts_scriptlets -n noto-sans-yi-fonts +%reconfigure_fonts_scriptlets -n google-noto-serif-olduyghur-fonts -%reconfigure_fonts_scriptlets -n noto-sans-zanabazarsquare-fonts +%reconfigure_fonts_scriptlets -n google-noto-serif-oriya-fonts -%reconfigure_fonts_scriptlets -n noto-serif-fonts +%reconfigure_fonts_scriptlets -n google-noto-serif-ottomansiyaq-fonts -%reconfigure_fonts_scriptlets -n noto-serif-ahom-fonts +%reconfigure_fonts_scriptlets -n google-noto-serif-sinhala-fonts -%reconfigure_fonts_scriptlets -n noto-serif-armenian-fonts +%reconfigure_fonts_scriptlets -n google-noto-serif-tamil-fonts -%reconfigure_fonts_scriptlets -n noto-serif-balinese-fonts +%reconfigure_fonts_scriptlets -n google-noto-serif-tangut-fonts -%reconfigure_fonts_scriptlets -n noto-serif-bengali-fonts +%reconfigure_fonts_scriptlets -n google-noto-serif-telugu-fonts -%reconfigure_fonts_scriptlets -n noto-serif-devanagari-fonts +%reconfigure_fonts_scriptlets -n google-noto-serif-thai-fonts -%reconfigure_fonts_scriptlets -n noto-serif-display-fonts +%reconfigure_fonts_scriptlets -n google-noto-serif-tibetan-fonts -%reconfigure_fonts_scriptlets -n noto-serif-divesakuru-fonts +%reconfigure_fonts_scriptlets -n google-noto-serif-toto-fonts -%reconfigure_fonts_scriptlets -n noto-serif-dogra-fonts +%reconfigure_fonts_scriptlets -n google-noto-serif-vithkuqi-fonts -%reconfigure_fonts_scriptlets -n noto-serif-ethiopic-fonts +%reconfigure_fonts_scriptlets -n google-noto-serif-yezidi-fonts -%reconfigure_fonts_scriptlets -n noto-serif-georgian-fonts +%reconfigure_fonts_scriptlets -n google-noto-traditionalnushu-fonts -%reconfigure_fonts_scriptlets -n noto-serif-grantha-fonts +%reconfigure_fonts_scriptlets -n google-noto-znamennymusicalnotation-fonts -%reconfigure_fonts_scriptlets -n noto-serif-gujarati-fonts +%files -%reconfigure_fonts_scriptlets -n noto-serif-gurmukhi-fonts - -%reconfigure_fonts_scriptlets -n noto-serif-hebrew-fonts - -%reconfigure_fonts_scriptlets -n noto-serif-kannada-fonts - -%reconfigure_fonts_scriptlets -n noto-serif-khmer-fonts - -%reconfigure_fonts_scriptlets -n noto-serif-khojki-fonts - -%reconfigure_fonts_scriptlets -n noto-serif-lao-fonts - -%reconfigure_fonts_scriptlets -n noto-serif-makasar-fonts - -%reconfigure_fonts_scriptlets -n noto-serif-malayalam-fonts - -%reconfigure_fonts_scriptlets -n noto-serif-myanmar-fonts - -%reconfigure_fonts_scriptlets -n noto-serif-nyiakengpuachuehmong-fonts - -%reconfigure_fonts_scriptlets -n noto-serif-olduyghur-fonts - -%reconfigure_fonts_scriptlets -n noto-serif-oriya-fonts - -%reconfigure_fonts_scriptlets -n noto-serif-sinhala-fonts - -%reconfigure_fonts_scriptlets -n noto-serif-tamil-fonts - -%reconfigure_fonts_scriptlets -n noto-serif-tamilslanted-fonts - -%reconfigure_fonts_scriptlets -n noto-serif-tangut-fonts - -%reconfigure_fonts_scriptlets -n noto-serif-telugu-fonts - -%reconfigure_fonts_scriptlets -n noto-serif-thai-fonts - -%reconfigure_fonts_scriptlets -n noto-serif-tibetan-fonts - -%reconfigure_fonts_scriptlets -n noto-serif-toto-fonts - -%reconfigure_fonts_scriptlets -n noto-serif-vithkuqi-fonts - -%reconfigure_fonts_scriptlets -n noto-serif-yezidi-fonts - -%reconfigure_fonts_scriptlets -n noto-tinos-fonts - -%reconfigure_fonts_scriptlets -n noto-traditionalnushu-fonts - -%files -n noto-fonts -%defattr(0644,root,root,755) - -%files -n noto-arimo-fonts -%defattr(0644,root,root,755) +%files -n google-noto-fangsongkssrotated-fonts %license LICENSE %dir %{_ttfontsdir} -%{_ttfontsdir}/Arimo-*.?tf +%{_ttfontsdir}/NotoFangsongKSSRotated-*.?tf -%files -n noto-cousine-fonts -%defattr(0644,root,root,755) +%files -n google-noto-fangsongkssvertical-fonts %license LICENSE %dir %{_ttfontsdir} -%{_ttfontsdir}/Cousine-*.?tf +%{_ttfontsdir}/NotoFangsongKSSVertical-*.?tf -%files -n noto-kufiarabic-fonts -%defattr(0644,root,root,755) +%files -n google-noto-kufiarabic-fonts %license LICENSE %dir %{_ttfontsdir} %{_ttfontsdir}/NotoKufiArabic-*.?tf -%files -n noto-loopedlao-fonts -%defattr(0644,root,root,755) -%license LICENSE -%dir %{_ttfontsdir} -%{_ttfontsdir}/NotoLoopedLao-*.?tf - -%files -n noto-loopedlao-ui-fonts -%defattr(0644,root,root,755) -%license LICENSE -%dir %{_ttfontsdir} -%{_ttfontsdir}/NotoLoopedLaoUI-*.?tf - -%files -n noto-loopedthai-fonts -%defattr(0644,root,root,755) -%license LICENSE -%dir %{_ttfontsdir} -%{_ttfontsdir}/NotoLoopedThai-*.?tf - -%files -n noto-loopedthai-ui-fonts -%defattr(0644,root,root,755) -%license LICENSE -%dir %{_ttfontsdir} -%{_ttfontsdir}/NotoLoopedThaiUI-*.?tf - -%files -n noto-music-fonts -%defattr(0644,root,root,755) +%files -n google-noto-music-fonts %license LICENSE %dir %{_ttfontsdir} %{_ttfontsdir}/NotoMusic-*.?tf -%files -n noto-naskharabic-fonts -%defattr(0644,root,root,755) +%files -n google-noto-naskharabic-fonts %license LICENSE %dir %{_ttfontsdir} %{_ttfontsdir}/NotoNaskhArabic-*.?tf - -%files -n noto-naskharabic-ui-fonts -%defattr(0644,root,root,755) -%license LICENSE -%dir %{_ttfontsdir} %{_ttfontsdir}/NotoNaskhArabicUI-*.?tf -%files -n noto-nastaliqurdu-fonts -%defattr(0644,root,root,755) +%files -n google-noto-nastaliqurdu-fonts %license LICENSE %dir %{_ttfontsdir} %{_ttfontsdir}/NotoNastaliqUrdu-*.?tf -%files -n noto-rashihebrew-fonts -%defattr(0644,root,root,755) +%files -n google-noto-rashihebrew-fonts %license LICENSE %dir %{_ttfontsdir} %{_ttfontsdir}/NotoRashiHebrew-*.?tf -%files -n noto-sans-fonts -%defattr(0644,root,root,755) +%files -n google-noto-sans-fonts %license LICENSE %dir %{_ttfontsdir} %{_ttfontsdir}/NotoSans-*.?tf -%files -n noto-sans-adlam-fonts -%defattr(0644,root,root,755) +%files -n google-noto-sans-adlam-fonts %license LICENSE %dir %{_ttfontsdir} %{_ttfontsdir}/NotoSansAdlam-*.?tf -%files -n noto-sans-adlamunjoined-fonts -%defattr(0644,root,root,755) +%files -n google-noto-sans-adlamunjoined-fonts %license LICENSE %dir %{_ttfontsdir} %{_ttfontsdir}/NotoSansAdlamUnjoined-*.?tf -%files -n noto-sans-anatolianhieroglyphs-fonts -%defattr(0644,root,root,755) +%files -n google-noto-sans-anatolianhieroglyphs-fonts %license LICENSE %dir %{_ttfontsdir} %{_ttfontsdir}/NotoSansAnatolianHieroglyphs-*.?tf -%files -n noto-sans-arabic-fonts -%defattr(0644,root,root,755) +%files -n google-noto-sans-arabic-fonts %license LICENSE %dir %{_ttfontsdir} %{_ttfontsdir}/NotoSansArabic-*.?tf -%files -n noto-sans-arabic-ui-fonts -%defattr(0644,root,root,755) -%license LICENSE -%dir %{_ttfontsdir} -%{_ttfontsdir}/NotoSansArabicUI-*.?tf - -%files -n noto-sans-armenian-fonts -%defattr(0644,root,root,755) +%files -n google-noto-sans-armenian-fonts %license LICENSE %dir %{_ttfontsdir} %{_ttfontsdir}/NotoSansArmenian-*.?tf -%files -n noto-sans-avestan-fonts -%defattr(0644,root,root,755) +%files -n google-noto-sans-avestan-fonts %license LICENSE %dir %{_ttfontsdir} %{_ttfontsdir}/NotoSansAvestan-*.?tf -%files -n noto-sans-balinese-fonts -%defattr(0644,root,root,755) +%files -n google-noto-sans-balinese-fonts %license LICENSE %dir %{_ttfontsdir} %{_ttfontsdir}/NotoSansBalinese-*.?tf -%files -n noto-sans-bamum-fonts -%defattr(0644,root,root,755) +%files -n google-noto-sans-bamum-fonts %license LICENSE %dir %{_ttfontsdir} %{_ttfontsdir}/NotoSansBamum-*.?tf -%files -n noto-sans-bassavah-fonts -%defattr(0644,root,root,755) +%files -n google-noto-sans-bassavah-fonts %license LICENSE %dir %{_ttfontsdir} %{_ttfontsdir}/NotoSansBassaVah-*.?tf -%files -n noto-sans-batak-fonts -%defattr(0644,root,root,755) +%files -n google-noto-sans-batak-fonts %license LICENSE %dir %{_ttfontsdir} %{_ttfontsdir}/NotoSansBatak-*.?tf -%files -n noto-sans-bengali-fonts -%defattr(0644,root,root,755) +%files -n google-noto-sans-bengali-fonts %license LICENSE %dir %{_ttfontsdir} %{_ttfontsdir}/NotoSansBengali-*.?tf - -%files -n noto-sans-bengali-ui-fonts -%defattr(0644,root,root,755) -%license LICENSE -%dir %{_ttfontsdir} %{_ttfontsdir}/NotoSansBengaliUI-*.?tf -%files -n noto-sans-bhaiksuki-fonts -%defattr(0644,root,root,755) +%files -n google-noto-sans-bhaiksuki-fonts %license LICENSE %dir %{_ttfontsdir} %{_ttfontsdir}/NotoSansBhaiksuki-*.?tf -%files -n noto-sans-brahmi-fonts -%defattr(0644,root,root,755) +%files -n google-noto-sans-brahmi-fonts %license LICENSE %dir %{_ttfontsdir} %{_ttfontsdir}/NotoSansBrahmi-*.?tf -%files -n noto-sans-buginese-fonts -%defattr(0644,root,root,755) +%files -n google-noto-sans-buginese-fonts %license LICENSE %dir %{_ttfontsdir} %{_ttfontsdir}/NotoSansBuginese-*.?tf -%files -n noto-sans-buhid-fonts -%defattr(0644,root,root,755) +%files -n google-noto-sans-buhid-fonts %license LICENSE %dir %{_ttfontsdir} %{_ttfontsdir}/NotoSansBuhid-*.?tf -%files -n noto-sans-canadianaboriginal-fonts -%defattr(0644,root,root,755) +%files -n google-noto-sans-canadianaboriginal-fonts %license LICENSE %dir %{_ttfontsdir} %{_ttfontsdir}/NotoSansCanadianAboriginal-*.?tf -%files -n noto-sans-carian-fonts -%defattr(0644,root,root,755) +%files -n google-noto-sans-carian-fonts %license LICENSE %dir %{_ttfontsdir} %{_ttfontsdir}/NotoSansCarian-*.?tf -%files -n noto-sans-caucasianalbanian-fonts -%defattr(0644,root,root,755) +%files -n google-noto-sans-caucasianalbanian-fonts %license LICENSE %dir %{_ttfontsdir} %{_ttfontsdir}/NotoSansCaucasianAlbanian-*.?tf -%files -n noto-sans-chakma-fonts -%defattr(0644,root,root,755) +%files -n google-noto-sans-chakma-fonts %license LICENSE %dir %{_ttfontsdir} %{_ttfontsdir}/NotoSansChakma-*.?tf -%files -n noto-sans-cham-fonts -%defattr(0644,root,root,755) +%files -n google-noto-sans-cham-fonts %license LICENSE %dir %{_ttfontsdir} %{_ttfontsdir}/NotoSansCham-*.?tf -%files -n noto-sans-cherokee-fonts -%defattr(0644,root,root,755) +%files -n google-noto-sans-cherokee-fonts %license LICENSE %dir %{_ttfontsdir} %{_ttfontsdir}/NotoSansCherokee-*.?tf -%files -n noto-sans-chorasmian-fonts -%defattr(0644,root,root,755) +%files -n google-noto-sans-chorasmian-fonts %license LICENSE %dir %{_ttfontsdir} %{_ttfontsdir}/NotoSansChorasmian-*.?tf -%files -n noto-sans-coptic-fonts -%defattr(0644,root,root,755) +%files -n google-noto-sans-coptic-fonts %license LICENSE %dir %{_ttfontsdir} %{_ttfontsdir}/NotoSansCoptic-*.?tf -%files -n noto-sans-cuneiform-fonts -%defattr(0644,root,root,755) +%files -n google-noto-sans-cuneiform-fonts %license LICENSE %dir %{_ttfontsdir} %{_ttfontsdir}/NotoSansCuneiform-*.?tf -%files -n noto-sans-cypriot-fonts -%defattr(0644,root,root,755) +%files -n google-noto-sans-cypriot-fonts %license LICENSE %dir %{_ttfontsdir} %{_ttfontsdir}/NotoSansCypriot-*.?tf -%files -n noto-sans-cyprominoan-fonts -%defattr(0644,root,root,755) +%files -n google-noto-sans-cyprominoan-fonts %license LICENSE %dir %{_ttfontsdir} %{_ttfontsdir}/NotoSansCyproMinoan-*.?tf -%files -n noto-sans-deseret-fonts -%defattr(0644,root,root,755) +%files -n google-noto-sans-deseret-fonts %license LICENSE %dir %{_ttfontsdir} %{_ttfontsdir}/NotoSansDeseret-*.?tf -%files -n noto-sans-devanagari-fonts -%defattr(0644,root,root,755) +%files -n google-noto-sans-devanagari-fonts %license LICENSE %dir %{_ttfontsdir} %{_ttfontsdir}/NotoSansDevanagari-*.?tf - -%files -n noto-sans-devanagari-ui-fonts -%defattr(0644,root,root,755) -%license LICENSE -%dir %{_ttfontsdir} %{_ttfontsdir}/NotoSansDevanagariUI-*.?tf -%files -n noto-sans-duployan-fonts -%defattr(0644,root,root,755) +%files -n google-noto-sans-duployan-fonts %license LICENSE %dir %{_ttfontsdir} %{_ttfontsdir}/NotoSansDuployan-*.?tf -%files -n noto-sans-egyptianhieroglyphs-fonts -%defattr(0644,root,root,755) +%files -n google-noto-sans-egyptianhieroglyphs-fonts %license LICENSE %dir %{_ttfontsdir} %{_ttfontsdir}/NotoSansEgyptianHieroglyphs-*.?tf -%files -n noto-sans-elbasan-fonts -%defattr(0644,root,root,755) +%files -n google-noto-sans-elbasan-fonts %license LICENSE %dir %{_ttfontsdir} %{_ttfontsdir}/NotoSansElbasan-*.?tf -%files -n noto-sans-elymaic-fonts -%defattr(0644,root,root,755) +%files -n google-noto-sans-elymaic-fonts %license LICENSE %dir %{_ttfontsdir} %{_ttfontsdir}/NotoSansElymaic-*.?tf -%files -n noto-sans-ethiopic-fonts -%defattr(0644,root,root,755) +%files -n google-noto-sans-ethiopic-fonts %license LICENSE %dir %{_ttfontsdir} %{_ttfontsdir}/NotoSansEthiopic-*.?tf -%files -n noto-sans-georgian-fonts -%defattr(0644,root,root,755) +%files -n google-noto-sans-georgian-fonts %license LICENSE %dir %{_ttfontsdir} %{_ttfontsdir}/NotoSansGeorgian-*.?tf -%files -n noto-sans-glagolitic-fonts -%defattr(0644,root,root,755) +%files -n google-noto-sans-glagolitic-fonts %license LICENSE %dir %{_ttfontsdir} %{_ttfontsdir}/NotoSansGlagolitic-*.?tf -%files -n noto-sans-gothic-fonts -%defattr(0644,root,root,755) +%files -n google-noto-sans-gothic-fonts %license LICENSE %dir %{_ttfontsdir} %{_ttfontsdir}/NotoSansGothic-*.?tf -%files -n noto-sans-grantha-fonts -%defattr(0644,root,root,755) +%files -n google-noto-sans-grantha-fonts %license LICENSE %dir %{_ttfontsdir} %{_ttfontsdir}/NotoSansGrantha-*.?tf -%files -n noto-sans-gujarati-fonts -%defattr(0644,root,root,755) +%files -n google-noto-sans-gujarati-fonts %license LICENSE %dir %{_ttfontsdir} %{_ttfontsdir}/NotoSansGujarati-*.?tf - -%files -n noto-sans-gujarati-ui-fonts -%defattr(0644,root,root,755) -%license LICENSE -%dir %{_ttfontsdir} %{_ttfontsdir}/NotoSansGujaratiUI-*.?tf -%files -n noto-sans-gunjalagondi-fonts -%defattr(0644,root,root,755) +%files -n google-noto-sans-gunjalagondi-fonts %license LICENSE %dir %{_ttfontsdir} %{_ttfontsdir}/NotoSansGunjalaGondi-*.?tf -%files -n noto-sans-gurmukhi-fonts -%defattr(0644,root,root,755) +%files -n google-noto-sans-gurmukhi-fonts %license LICENSE %dir %{_ttfontsdir} %{_ttfontsdir}/NotoSansGurmukhi-*.?tf - -%files -n noto-sans-gurmukhi-ui-fonts -%defattr(0644,root,root,755) -%license LICENSE -%dir %{_ttfontsdir} %{_ttfontsdir}/NotoSansGurmukhiUI-*.?tf -%files -n noto-sans-hanifirohingya-fonts -%defattr(0644,root,root,755) +%files -n google-noto-sans-hanifirohingya-fonts %license LICENSE %dir %{_ttfontsdir} %{_ttfontsdir}/NotoSansHanifiRohingya-*.?tf -%files -n noto-sans-hanunoo-fonts -%defattr(0644,root,root,755) +%files -n google-noto-sans-hanunoo-fonts %license LICENSE %dir %{_ttfontsdir} %{_ttfontsdir}/NotoSansHanunoo-*.?tf -%files -n noto-sans-hatran-fonts -%defattr(0644,root,root,755) +%files -n google-noto-sans-hatran-fonts %license LICENSE %dir %{_ttfontsdir} %{_ttfontsdir}/NotoSansHatran-*.?tf -%files -n noto-sans-hebrew-fonts -%defattr(0644,root,root,755) +%files -n google-noto-sans-hebrew-fonts %license LICENSE %dir %{_ttfontsdir} %{_ttfontsdir}/NotoSansHebrew-*.?tf -%files -n noto-sans-hebrewdroid-fonts -%defattr(0644,root,root,755) -%license LICENSE -%dir %{_ttfontsdir} -%{_ttfontsdir}/NotoSansHebrewDroid-*.?tf - -%files -n noto-sans-hebrewnew-fonts -%defattr(0644,root,root,755) -%license LICENSE -%dir %{_ttfontsdir} -%{_ttfontsdir}/NotoSansHebrewNew-*.?tf - -%files -n noto-sans-imperialaramaic-fonts -%defattr(0644,root,root,755) +%files -n google-noto-sans-imperialaramaic-fonts %license LICENSE %dir %{_ttfontsdir} %{_ttfontsdir}/NotoSansImperialAramaic-*.?tf -%files -n noto-sans-indicsiyaqnumbers-fonts -%defattr(0644,root,root,755) +%files -n google-noto-sans-indicsiyaqnumbers-fonts %license LICENSE %dir %{_ttfontsdir} %{_ttfontsdir}/NotoSansIndicSiyaqNumbers-*.?tf -%files -n noto-sans-inscriptionalpahlavi-fonts -%defattr(0644,root,root,755) +%files -n google-noto-sans-inscriptionalpahlavi-fonts %license LICENSE %dir %{_ttfontsdir} %{_ttfontsdir}/NotoSansInscriptionalPahlavi-*.?tf -%files -n noto-sans-inscriptionalparthian-fonts -%defattr(0644,root,root,755) +%files -n google-noto-sans-inscriptionalparthian-fonts %license LICENSE %dir %{_ttfontsdir} %{_ttfontsdir}/NotoSansInscriptionalParthian-*.?tf -%files -n noto-sans-javanese-fonts -%defattr(0644,root,root,755) +%files -n google-noto-sans-javanese-fonts %license LICENSE %dir %{_ttfontsdir} %{_ttfontsdir}/NotoSansJavanese-*.?tf -%files -n noto-sans-kaithi-fonts -%defattr(0644,root,root,755) +%files -n google-noto-sans-kaithi-fonts %license LICENSE %dir %{_ttfontsdir} %{_ttfontsdir}/NotoSansKaithi-*.?tf -%files -n noto-sans-kannada-fonts -%defattr(0644,root,root,755) +%files -n google-noto-sans-kannada-fonts %license LICENSE %dir %{_ttfontsdir} %{_ttfontsdir}/NotoSansKannada-*.?tf - -%files -n noto-sans-kannada-ui-fonts -%defattr(0644,root,root,755) -%license LICENSE -%dir %{_ttfontsdir} %{_ttfontsdir}/NotoSansKannadaUI-*.?tf -%files -n noto-sans-kayahli-fonts -%defattr(0644,root,root,755) +%files -n google-noto-sans-kawi-fonts +%license LICENSE +%dir %{_ttfontsdir} +%{_ttfontsdir}/NotoSansKawi-*.?tf + +%files -n google-noto-sans-kayahli-fonts %license LICENSE %dir %{_ttfontsdir} %{_ttfontsdir}/NotoSansKayahLi-*.?tf -%files -n noto-sans-kharoshthi-fonts -%defattr(0644,root,root,755) +%files -n google-noto-sans-kharoshthi-fonts %license LICENSE %dir %{_ttfontsdir} %{_ttfontsdir}/NotoSansKharoshthi-*.?tf -%files -n noto-sans-khmer-fonts -%defattr(0644,root,root,755) +%files -n google-noto-sans-khmer-fonts %license LICENSE %dir %{_ttfontsdir} %{_ttfontsdir}/NotoSansKhmer-*.?tf -%files -n noto-sans-khmer-ui-fonts -%defattr(0644,root,root,755) -%license LICENSE -%dir %{_ttfontsdir} -%{_ttfontsdir}/NotoSansKhmerUI-*.?tf - -%files -n noto-sans-khojki-fonts -%defattr(0644,root,root,755) +%files -n google-noto-sans-khojki-fonts %license LICENSE %dir %{_ttfontsdir} %{_ttfontsdir}/NotoSansKhojki-*.?tf -%files -n noto-sans-khudawadi-fonts -%defattr(0644,root,root,755) +%files -n google-noto-sans-khudawadi-fonts %license LICENSE %dir %{_ttfontsdir} %{_ttfontsdir}/NotoSansKhudawadi-*.?tf -%files -n noto-sans-lao-fonts -%defattr(0644,root,root,755) +%files -n google-noto-sans-lao-fonts %license LICENSE %dir %{_ttfontsdir} %{_ttfontsdir}/NotoSansLao-*.?tf -%files -n noto-sans-lao-ui-fonts -%defattr(0644,root,root,755) +%files -n google-noto-sans-laolooped-fonts %license LICENSE %dir %{_ttfontsdir} -%{_ttfontsdir}/NotoSansLaoUI-*.?tf +%{_ttfontsdir}/NotoSansLaoLooped-*.?tf -%files -n noto-sans-lepcha-fonts -%defattr(0644,root,root,755) +%files -n google-noto-sans-lepcha-fonts %license LICENSE %dir %{_ttfontsdir} %{_ttfontsdir}/NotoSansLepcha-*.?tf -%files -n noto-sans-limbu-fonts -%defattr(0644,root,root,755) +%files -n google-noto-sans-limbu-fonts %license LICENSE %dir %{_ttfontsdir} %{_ttfontsdir}/NotoSansLimbu-*.?tf -%files -n noto-sans-lineara-fonts -%defattr(0644,root,root,755) +%files -n google-noto-sans-lineara-fonts %license LICENSE %dir %{_ttfontsdir} %{_ttfontsdir}/NotoSansLinearA-*.?tf -%files -n noto-sans-linearb-fonts -%defattr(0644,root,root,755) +%files -n google-noto-sans-linearb-fonts %license LICENSE %dir %{_ttfontsdir} %{_ttfontsdir}/NotoSansLinearB-*.?tf -%files -n noto-sans-lisu-fonts -%defattr(0644,root,root,755) +%files -n google-noto-sans-lisu-fonts %license LICENSE %dir %{_ttfontsdir} %{_ttfontsdir}/NotoSansLisu-*.?tf -%files -n noto-sans-lycian-fonts -%defattr(0644,root,root,755) +%files -n google-noto-sans-lycian-fonts %license LICENSE %dir %{_ttfontsdir} %{_ttfontsdir}/NotoSansLycian-*.?tf -%files -n noto-sans-lydian-fonts -%defattr(0644,root,root,755) +%files -n google-noto-sans-lydian-fonts %license LICENSE %dir %{_ttfontsdir} %{_ttfontsdir}/NotoSansLydian-*.?tf -%files -n noto-sans-mahajani-fonts -%defattr(0644,root,root,755) +%files -n google-noto-sans-mahajani-fonts %license LICENSE %dir %{_ttfontsdir} %{_ttfontsdir}/NotoSansMahajani-*.?tf -%files -n noto-sans-malayalam-fonts -%defattr(0644,root,root,755) +%files -n google-noto-sans-malayalam-fonts %license LICENSE %dir %{_ttfontsdir} %{_ttfontsdir}/NotoSansMalayalam-*.?tf - -%files -n noto-sans-malayalam-ui-fonts -%defattr(0644,root,root,755) -%license LICENSE -%dir %{_ttfontsdir} %{_ttfontsdir}/NotoSansMalayalamUI-*.?tf -%files -n noto-sans-mandaic-fonts -%defattr(0644,root,root,755) +%files -n google-noto-sans-mandaic-fonts %license LICENSE %dir %{_ttfontsdir} %{_ttfontsdir}/NotoSansMandaic-*.?tf -%files -n noto-sans-manichaean-fonts -%defattr(0644,root,root,755) +%files -n google-noto-sans-manichaean-fonts %license LICENSE %dir %{_ttfontsdir} %{_ttfontsdir}/NotoSansManichaean-*.?tf -%files -n noto-sans-marchen-fonts -%defattr(0644,root,root,755) +%files -n google-noto-sans-marchen-fonts %license LICENSE %dir %{_ttfontsdir} %{_ttfontsdir}/NotoSansMarchen-*.?tf -%files -n noto-sans-masaramgondi-fonts -%defattr(0644,root,root,755) +%files -n google-noto-sans-masaramgondi-fonts %license LICENSE %dir %{_ttfontsdir} %{_ttfontsdir}/NotoSansMasaramGondi-*.?tf -%files -n noto-sans-math-fonts -%defattr(0644,root,root,755) +%files -n google-noto-sans-math-fonts %license LICENSE %dir %{_ttfontsdir} %{_ttfontsdir}/NotoSansMath-*.?tf -%files -n noto-sans-mayannumerals-fonts -%defattr(0644,root,root,755) +%files -n google-noto-sans-mayannumerals-fonts %license LICENSE %dir %{_ttfontsdir} %{_ttfontsdir}/NotoSansMayanNumerals-*.?tf -%files -n noto-sans-medefaidrin-fonts -%defattr(0644,root,root,755) +%files -n google-noto-sans-medefaidrin-fonts %license LICENSE %dir %{_ttfontsdir} %{_ttfontsdir}/NotoSansMedefaidrin-*.?tf -%files -n noto-sans-meeteimayek-fonts -%defattr(0644,root,root,755) +%files -n google-noto-sans-meeteimayek-fonts %license LICENSE %dir %{_ttfontsdir} %{_ttfontsdir}/NotoSansMeeteiMayek-*.?tf -%files -n noto-sans-mendekikakui-fonts -%defattr(0644,root,root,755) +%files -n google-noto-sans-mendekikakui-fonts %license LICENSE %dir %{_ttfontsdir} %{_ttfontsdir}/NotoSansMendeKikakui-*.?tf -%files -n noto-sans-meroitic-fonts -%defattr(0644,root,root,755) +%files -n google-noto-sans-meroitic-fonts %license LICENSE %dir %{_ttfontsdir} %{_ttfontsdir}/NotoSansMeroitic-*.?tf -%files -n noto-sans-miao-fonts -%defattr(0644,root,root,755) +%files -n google-noto-sans-miao-fonts %license LICENSE %dir %{_ttfontsdir} %{_ttfontsdir}/NotoSansMiao-*.?tf -%files -n noto-sans-modi-fonts -%defattr(0644,root,root,755) +%files -n google-noto-sans-modi-fonts %license LICENSE %dir %{_ttfontsdir} %{_ttfontsdir}/NotoSansModi-*.?tf -%files -n noto-sans-mongolian-fonts -%defattr(0644,root,root,755) +%files -n google-noto-sans-mongolian-fonts %license LICENSE %dir %{_ttfontsdir} %{_ttfontsdir}/NotoSansMongolian-*.?tf -%files -n noto-sans-mono-fonts -%defattr(0644,root,root,755) +%files -n google-noto-sans-mono-fonts %license LICENSE %dir %{_ttfontsdir} %{_ttfontsdir}/NotoSansMono-*.?tf -%files -n noto-sans-mro-fonts -%defattr(0644,root,root,755) +%files -n google-noto-sans-mro-fonts %license LICENSE %dir %{_ttfontsdir} %{_ttfontsdir}/NotoSansMro-*.?tf -%files -n noto-sans-multani-fonts -%defattr(0644,root,root,755) +%files -n google-noto-sans-multani-fonts %license LICENSE %dir %{_ttfontsdir} %{_ttfontsdir}/NotoSansMultani-*.?tf -%files -n noto-sans-myanmar-fonts -%defattr(0644,root,root,755) +%files -n google-noto-sans-myanmar-fonts %license LICENSE %dir %{_ttfontsdir} %{_ttfontsdir}/NotoSansMyanmar-*.?tf -%files -n noto-sans-myanmar-ui-fonts -%defattr(0644,root,root,755) -%license LICENSE -%dir %{_ttfontsdir} -%{_ttfontsdir}/NotoSansMyanmarUI-*.?tf - -%files -n noto-sans-nabataean-fonts -%defattr(0644,root,root,755) +%files -n google-noto-sans-nabataean-fonts %license LICENSE %dir %{_ttfontsdir} %{_ttfontsdir}/NotoSansNabataean-*.?tf -%files -n noto-sans-nandinagari-fonts -%defattr(0644,root,root,755) +%files -n google-noto-sans-nagmundari-fonts +%license LICENSE +%dir %{_ttfontsdir} +%{_ttfontsdir}/NotoSansNagMundari-*.?tf + +%files -n google-noto-sans-nandinagari-fonts %license LICENSE %dir %{_ttfontsdir} %{_ttfontsdir}/NotoSansNandinagari-*.?tf -%files -n noto-sans-newa-fonts -%defattr(0644,root,root,755) +%files -n google-noto-sans-newa-fonts %license LICENSE %dir %{_ttfontsdir} %{_ttfontsdir}/NotoSansNewa-*.?tf -%files -n noto-sans-newtailue-fonts -%defattr(0644,root,root,755) +%files -n google-noto-sans-newtailue-fonts %license LICENSE %dir %{_ttfontsdir} %{_ttfontsdir}/NotoSansNewTaiLue-*.?tf -%files -n noto-sans-nko-fonts -%defattr(0644,root,root,755) +%files -n google-noto-sans-nko-fonts %license LICENSE %dir %{_ttfontsdir} %{_ttfontsdir}/NotoSansNKo-*.?tf -%files -n noto-sans-nushu-fonts -%defattr(0644,root,root,755) +%files -n google-noto-sans-nkounjoined-fonts +%license LICENSE +%dir %{_ttfontsdir} +%{_ttfontsdir}/NotoSansNKoUnjoined-*.?tf + +%files -n google-noto-sans-nushu-fonts %license LICENSE %dir %{_ttfontsdir} %{_ttfontsdir}/NotoSansNushu-*.?tf -%files -n noto-sans-ogham-fonts -%defattr(0644,root,root,755) +%files -n google-noto-sans-ogham-fonts %license LICENSE %dir %{_ttfontsdir} %{_ttfontsdir}/NotoSansOgham-*.?tf -%files -n noto-sans-olchiki-fonts -%defattr(0644,root,root,755) +%files -n google-noto-sans-olchiki-fonts %license LICENSE %dir %{_ttfontsdir} %{_ttfontsdir}/NotoSansOlChiki-*.?tf -%files -n noto-sans-oldhungarian-fonts -%defattr(0644,root,root,755) +%files -n google-noto-sans-oldhungarian-fonts %license LICENSE %dir %{_ttfontsdir} %{_ttfontsdir}/NotoSansOldHungarian-*.?tf -%files -n noto-sans-olditalic-fonts -%defattr(0644,root,root,755) +%files -n google-noto-sans-olditalic-fonts %license LICENSE %dir %{_ttfontsdir} %{_ttfontsdir}/NotoSansOldItalic-*.?tf -%files -n noto-sans-oldnortharabian-fonts -%defattr(0644,root,root,755) +%files -n google-noto-sans-oldnortharabian-fonts %license LICENSE %dir %{_ttfontsdir} %{_ttfontsdir}/NotoSansOldNorthArabian-*.?tf -%files -n noto-sans-oldpermic-fonts -%defattr(0644,root,root,755) +%files -n google-noto-sans-oldpermic-fonts %license LICENSE %dir %{_ttfontsdir} %{_ttfontsdir}/NotoSansOldPermic-*.?tf -%files -n noto-sans-oldpersian-fonts -%defattr(0644,root,root,755) +%files -n google-noto-sans-oldpersian-fonts %license LICENSE %dir %{_ttfontsdir} %{_ttfontsdir}/NotoSansOldPersian-*.?tf -%files -n noto-sans-oldsogdian-fonts -%defattr(0644,root,root,755) +%files -n google-noto-sans-oldsogdian-fonts %license LICENSE %dir %{_ttfontsdir} %{_ttfontsdir}/NotoSansOldSogdian-*.?tf -%files -n noto-sans-oldsoutharabian-fonts -%defattr(0644,root,root,755) +%files -n google-noto-sans-oldsoutharabian-fonts %license LICENSE %dir %{_ttfontsdir} %{_ttfontsdir}/NotoSansOldSouthArabian-*.?tf -%files -n noto-sans-oldturkic-fonts -%defattr(0644,root,root,755) +%files -n google-noto-sans-oldturkic-fonts %license LICENSE %dir %{_ttfontsdir} %{_ttfontsdir}/NotoSansOldTurkic-*.?tf -%files -n noto-sans-oriya-fonts -%defattr(0644,root,root,755) +%files -n google-noto-sans-oriya-fonts %license LICENSE %dir %{_ttfontsdir} %{_ttfontsdir}/NotoSansOriya-*.?tf -%files -n noto-sans-oriya-ui-fonts -%defattr(0644,root,root,755) -%license LICENSE -%dir %{_ttfontsdir} -%{_ttfontsdir}/NotoSansOriyaUI-*.?tf - -%files -n noto-sans-osage-fonts -%defattr(0644,root,root,755) +%files -n google-noto-sans-osage-fonts %license LICENSE %dir %{_ttfontsdir} %{_ttfontsdir}/NotoSansOsage-*.?tf -%files -n noto-sans-osmanya-fonts -%defattr(0644,root,root,755) +%files -n google-noto-sans-osmanya-fonts %license LICENSE %dir %{_ttfontsdir} %{_ttfontsdir}/NotoSansOsmanya-*.?tf -%files -n noto-sans-pahawhhmong-fonts -%defattr(0644,root,root,755) +%files -n google-noto-sans-pahawhhmong-fonts %license LICENSE %dir %{_ttfontsdir} %{_ttfontsdir}/NotoSansPahawhHmong-*.?tf -%files -n noto-sans-palmyrene-fonts -%defattr(0644,root,root,755) +%files -n google-noto-sans-palmyrene-fonts %license LICENSE %dir %{_ttfontsdir} %{_ttfontsdir}/NotoSansPalmyrene-*.?tf -%files -n noto-sans-paucinhau-fonts -%defattr(0644,root,root,755) +%files -n google-noto-sans-paucinhau-fonts %license LICENSE %dir %{_ttfontsdir} %{_ttfontsdir}/NotoSansPauCinHau-*.?tf -%files -n noto-sans-phagspa-fonts -%defattr(0644,root,root,755) +%files -n google-noto-sans-phagspa-fonts %license LICENSE %dir %{_ttfontsdir} %{_ttfontsdir}/NotoSansPhagsPa-*.?tf -%files -n noto-sans-phoenician-fonts -%defattr(0644,root,root,755) +%files -n google-noto-sans-phoenician-fonts %license LICENSE %dir %{_ttfontsdir} %{_ttfontsdir}/NotoSansPhoenician-*.?tf -%files -n noto-sans-psalterpahlavi-fonts -%defattr(0644,root,root,755) +%files -n google-noto-sans-psalterpahlavi-fonts %license LICENSE %dir %{_ttfontsdir} %{_ttfontsdir}/NotoSansPsalterPahlavi-*.?tf -%files -n noto-sans-rejang-fonts -%defattr(0644,root,root,755) +%files -n google-noto-sans-rejang-fonts %license LICENSE %dir %{_ttfontsdir} %{_ttfontsdir}/NotoSansRejang-*.?tf -%files -n noto-sans-runic-fonts -%defattr(0644,root,root,755) +%files -n google-noto-sans-runic-fonts %license LICENSE %dir %{_ttfontsdir} %{_ttfontsdir}/NotoSansRunic-*.?tf -%files -n noto-sans-samaritan-fonts -%defattr(0644,root,root,755) +%files -n google-noto-sans-samaritan-fonts %license LICENSE %dir %{_ttfontsdir} %{_ttfontsdir}/NotoSansSamaritan-*.?tf -%files -n noto-sans-saurashtra-fonts -%defattr(0644,root,root,755) +%files -n google-noto-sans-saurashtra-fonts %license LICENSE %dir %{_ttfontsdir} %{_ttfontsdir}/NotoSansSaurashtra-*.?tf -%files -n noto-sans-sharada-fonts -%defattr(0644,root,root,755) +%files -n google-noto-sans-sharada-fonts %license LICENSE %dir %{_ttfontsdir} %{_ttfontsdir}/NotoSansSharada-*.?tf -%files -n noto-sans-shavian-fonts -%defattr(0644,root,root,755) +%files -n google-noto-sans-shavian-fonts %license LICENSE %dir %{_ttfontsdir} %{_ttfontsdir}/NotoSansShavian-*.?tf -%files -n noto-sans-siddham-fonts -%defattr(0644,root,root,755) +%files -n google-noto-sans-siddham-fonts %license LICENSE %dir %{_ttfontsdir} %{_ttfontsdir}/NotoSansSiddham-*.?tf -%files -n noto-sans-signwriting-fonts -%defattr(0644,root,root,755) +%files -n google-noto-sans-signwriting-fonts %license LICENSE %dir %{_ttfontsdir} %{_ttfontsdir}/NotoSansSignWriting-*.?tf -%files -n noto-sans-sinhala-fonts -%defattr(0644,root,root,755) +%files -n google-noto-sans-sinhala-fonts %license LICENSE %dir %{_ttfontsdir} %{_ttfontsdir}/NotoSansSinhala-*.?tf - -%files -n noto-sans-sinhala-ui-fonts -%defattr(0644,root,root,755) -%license LICENSE -%dir %{_ttfontsdir} %{_ttfontsdir}/NotoSansSinhalaUI-*.?tf -%files -n noto-sans-sogdian-fonts -%defattr(0644,root,root,755) +%files -n google-noto-sans-sogdian-fonts %license LICENSE %dir %{_ttfontsdir} %{_ttfontsdir}/NotoSansSogdian-*.?tf -%files -n noto-sans-sorasompeng-fonts -%defattr(0644,root,root,755) +%files -n google-noto-sans-sorasompeng-fonts %license LICENSE %dir %{_ttfontsdir} %{_ttfontsdir}/NotoSansSoraSompeng-*.?tf -%files -n noto-sans-soyombo-fonts -%defattr(0644,root,root,755) +%files -n google-noto-sans-soyombo-fonts %license LICENSE %dir %{_ttfontsdir} %{_ttfontsdir}/NotoSansSoyombo-*.?tf -%files -n noto-sans-sundanese-fonts -%defattr(0644,root,root,755) +%files -n google-noto-sans-sundanese-fonts %license LICENSE %dir %{_ttfontsdir} %{_ttfontsdir}/NotoSansSundanese-*.?tf -%files -n noto-sans-sylotinagri-fonts -%defattr(0644,root,root,755) +%files -n google-noto-sans-sylotinagri-fonts %license LICENSE %dir %{_ttfontsdir} %{_ttfontsdir}/NotoSansSylotiNagri-*.?tf -%files -n noto-sans-symbols-fonts -%defattr(0644,root,root,755) +%files -n google-noto-sans-symbols-fonts %license LICENSE %dir %{_ttfontsdir} %{_ttfontsdir}/NotoSansSymbols-*.?tf -%files -n noto-sans-symbols2-fonts -%defattr(0644,root,root,755) +%files -n google-noto-sans-symbols2-fonts %license LICENSE %dir %{_ttfontsdir} %{_ttfontsdir}/NotoSansSymbols2-*.?tf -%files -n noto-sans-syriac-fonts -%defattr(0644,root,root,755) +%files -n google-noto-sans-syriac-fonts %license LICENSE %dir %{_ttfontsdir} %{_ttfontsdir}/NotoSansSyriac-*.?tf -%files -n noto-sans-tagalog-fonts -%defattr(0644,root,root,755) +%files -n google-noto-sans-syriaceastern-fonts +%license LICENSE +%dir %{_ttfontsdir} +%{_ttfontsdir}/NotoSansSyriacEastern-*.?tf + +%files -n google-noto-sans-syriacwestern-fonts +%license LICENSE +%dir %{_ttfontsdir} +%{_ttfontsdir}/NotoSansSyriacWestern-*.?tf + +%files -n google-noto-sans-tagalog-fonts %license LICENSE %dir %{_ttfontsdir} %{_ttfontsdir}/NotoSansTagalog-*.?tf -%files -n noto-sans-tagbanwa-fonts -%defattr(0644,root,root,755) +%files -n google-noto-sans-tagbanwa-fonts %license LICENSE %dir %{_ttfontsdir} %{_ttfontsdir}/NotoSansTagbanwa-*.?tf -%files -n noto-sans-taile-fonts -%defattr(0644,root,root,755) +%files -n google-noto-sans-taile-fonts %license LICENSE %dir %{_ttfontsdir} %{_ttfontsdir}/NotoSansTaiLe-*.?tf -%files -n noto-sans-taitham-fonts -%defattr(0644,root,root,755) +%files -n google-noto-sans-taitham-fonts %license LICENSE %dir %{_ttfontsdir} %{_ttfontsdir}/NotoSansTaiTham-*.?tf -%files -n noto-sans-taiviet-fonts -%defattr(0644,root,root,755) +%files -n google-noto-sans-taiviet-fonts %license LICENSE %dir %{_ttfontsdir} %{_ttfontsdir}/NotoSansTaiViet-*.?tf -%files -n noto-sans-takri-fonts -%defattr(0644,root,root,755) +%files -n google-noto-sans-takri-fonts %license LICENSE %dir %{_ttfontsdir} %{_ttfontsdir}/NotoSansTakri-*.?tf -%files -n noto-sans-tamil-fonts -%defattr(0644,root,root,755) +%files -n google-noto-sans-tamil-fonts %license LICENSE %dir %{_ttfontsdir} %{_ttfontsdir}/NotoSansTamil-*.?tf +%{_ttfontsdir}/NotoSansTamilUI-*.?tf -%files -n noto-sans-tamilsupplement-fonts -%defattr(0644,root,root,755) +%files -n google-noto-sans-tamilsupplement-fonts %license LICENSE %dir %{_ttfontsdir} %{_ttfontsdir}/NotoSansTamilSupplement-*.?tf -%files -n noto-sans-tamil-ui-fonts -%defattr(0644,root,root,755) -%license LICENSE -%dir %{_ttfontsdir} -%{_ttfontsdir}/NotoSansTamilUI-*.?tf - -%files -n noto-sans-tangsa-fonts -%defattr(0644,root,root,755) +%files -n google-noto-sans-tangsa-fonts %license LICENSE %dir %{_ttfontsdir} %{_ttfontsdir}/NotoSansTangsa-*.?tf -%files -n noto-sans-telugu-fonts -%defattr(0644,root,root,755) +%files -n google-noto-sans-telugu-fonts %license LICENSE %dir %{_ttfontsdir} %{_ttfontsdir}/NotoSansTelugu-*.?tf - -%files -n noto-sans-telugu-ui-fonts -%defattr(0644,root,root,755) -%license LICENSE -%dir %{_ttfontsdir} %{_ttfontsdir}/NotoSansTeluguUI-*.?tf -%files -n noto-sans-thaana-fonts -%defattr(0644,root,root,755) +%files -n google-noto-sans-thaana-fonts %license LICENSE %dir %{_ttfontsdir} %{_ttfontsdir}/NotoSansThaana-*.?tf -%files -n noto-sans-thai-fonts -%defattr(0644,root,root,755) +%files -n google-noto-sans-thai-fonts %license LICENSE %dir %{_ttfontsdir} %{_ttfontsdir}/NotoSansThai-*.?tf -%files -n noto-sans-thai-ui-fonts -%defattr(0644,root,root,755) +%files -n google-noto-sans-thailooped-fonts %license LICENSE %dir %{_ttfontsdir} -%{_ttfontsdir}/NotoSansThaiUI-*.?tf +%{_ttfontsdir}/NotoSansThaiLooped-*.?tf -%files -n noto-sans-tifinagh-fonts -%defattr(0644,root,root,755) +%files -n google-noto-sans-tifinagh-fonts %license LICENSE %dir %{_ttfontsdir} -%{_ttfontsdir}/NotoSansTifinagh-*.?tf +%{_ttfontsdir}/NotoSansTifinagh*.?tf -%files -n noto-sans-tifinaghadrar-fonts -%defattr(0644,root,root,755) -%license LICENSE -%dir %{_ttfontsdir} -%{_ttfontsdir}/NotoSansTifinaghAdrar-*.?tf - -%files -n noto-sans-tifinaghagrawimazighen-fonts -%defattr(0644,root,root,755) -%license LICENSE -%dir %{_ttfontsdir} -%{_ttfontsdir}/NotoSansTifinaghAgrawImazighen-*.?tf - -%files -n noto-sans-tifinaghahaggar-fonts -%defattr(0644,root,root,755) -%license LICENSE -%dir %{_ttfontsdir} -%{_ttfontsdir}/NotoSansTifinaghAhaggar-*.?tf - -%files -n noto-sans-tifinaghair-fonts -%defattr(0644,root,root,755) -%license LICENSE -%dir %{_ttfontsdir} -%{_ttfontsdir}/NotoSansTifinaghAir-*.?tf - -%files -n noto-sans-tifinaghapt-fonts -%defattr(0644,root,root,755) -%license LICENSE -%dir %{_ttfontsdir} -%{_ttfontsdir}/NotoSansTifinaghAPT-*.?tf - -%files -n noto-sans-tifinaghazawagh-fonts -%defattr(0644,root,root,755) -%license LICENSE -%dir %{_ttfontsdir} -%{_ttfontsdir}/NotoSansTifinaghAzawagh-*.?tf - -%files -n noto-sans-tifinaghghat-fonts -%defattr(0644,root,root,755) -%license LICENSE -%dir %{_ttfontsdir} -%{_ttfontsdir}/NotoSansTifinaghGhat-*.?tf - -%files -n noto-sans-tifinaghhawad-fonts -%defattr(0644,root,root,755) -%license LICENSE -%dir %{_ttfontsdir} -%{_ttfontsdir}/NotoSansTifinaghHawad-*.?tf - -%files -n noto-sans-tifinaghrhissaixa-fonts -%defattr(0644,root,root,755) -%license LICENSE -%dir %{_ttfontsdir} -%{_ttfontsdir}/NotoSansTifinaghRhissaIxa-*.?tf - -%files -n noto-sans-tifinaghsil-fonts -%defattr(0644,root,root,755) -%license LICENSE -%dir %{_ttfontsdir} -%{_ttfontsdir}/NotoSansTifinaghSIL-*.?tf - -%files -n noto-sans-tifinaghtawellemmet-fonts -%defattr(0644,root,root,755) -%license LICENSE -%dir %{_ttfontsdir} -%{_ttfontsdir}/NotoSansTifinaghTawellemmet-*.?tf - -%files -n noto-sans-tirhuta-fonts -%defattr(0644,root,root,755) +%files -n google-noto-sans-tirhuta-fonts %license LICENSE %dir %{_ttfontsdir} %{_ttfontsdir}/NotoSansTirhuta-*.?tf -%files -n noto-sans-ugaritic-fonts -%defattr(0644,root,root,755) +%files -n google-noto-sans-ugaritic-fonts %license LICENSE %dir %{_ttfontsdir} %{_ttfontsdir}/NotoSansUgaritic-*.?tf -%files -n noto-sans-vai-fonts -%defattr(0644,root,root,755) +%files -n google-noto-sans-vai-fonts %license LICENSE %dir %{_ttfontsdir} %{_ttfontsdir}/NotoSansVai-*.?tf -%files -n noto-sans-vithkuqi-fonts -%defattr(0644,root,root,755) +%files -n google-noto-sans-vithkuqi-fonts %license LICENSE %dir %{_ttfontsdir} %{_ttfontsdir}/NotoSansVithkuqi-*.?tf -%files -n noto-sans-wancho-fonts -%defattr(0644,root,root,755) +%files -n google-noto-sans-wancho-fonts %license LICENSE %dir %{_ttfontsdir} %{_ttfontsdir}/NotoSansWancho-*.?tf -%files -n noto-sans-warangciti-fonts -%defattr(0644,root,root,755) +%files -n google-noto-sans-warangciti-fonts %license LICENSE %dir %{_ttfontsdir} %{_ttfontsdir}/NotoSansWarangCiti-*.?tf -%files -n noto-sans-yi-fonts -%defattr(0644,root,root,755) +%files -n google-noto-sans-yi-fonts %license LICENSE %dir %{_ttfontsdir} %{_ttfontsdir}/NotoSansYi-*.?tf -%files -n noto-sans-zanabazarsquare-fonts -%defattr(0644,root,root,755) +%files -n google-noto-sans-zanabazarsquare-fonts %license LICENSE %dir %{_ttfontsdir} %{_ttfontsdir}/NotoSansZanabazarSquare-*.?tf -%files -n noto-serif-fonts -%defattr(0644,root,root,755) +%files -n google-noto-serif-fonts %license LICENSE %dir %{_ttfontsdir} %{_ttfontsdir}/NotoSerif-*.?tf -%files -n noto-serif-ahom-fonts -%defattr(0644,root,root,755) +%files -n google-noto-serif-ahom-fonts %license LICENSE %dir %{_ttfontsdir} %{_ttfontsdir}/NotoSerifAhom-*.?tf -%files -n noto-serif-armenian-fonts -%defattr(0644,root,root,755) +%files -n google-noto-serif-armenian-fonts %license LICENSE %dir %{_ttfontsdir} %{_ttfontsdir}/NotoSerifArmenian-*.?tf -%files -n noto-serif-balinese-fonts -%defattr(0644,root,root,755) +%files -n google-noto-serif-balinese-fonts %license LICENSE %dir %{_ttfontsdir} %{_ttfontsdir}/NotoSerifBalinese-*.?tf -%files -n noto-serif-bengali-fonts -%defattr(0644,root,root,755) +%files -n google-noto-serif-bengali-fonts %license LICENSE %dir %{_ttfontsdir} %{_ttfontsdir}/NotoSerifBengali-*.?tf -%files -n noto-serif-devanagari-fonts -%defattr(0644,root,root,755) +%files -n google-noto-serif-devanagari-fonts %license LICENSE %dir %{_ttfontsdir} %{_ttfontsdir}/NotoSerifDevanagari-*.?tf -%files -n noto-serif-display-fonts -%defattr(0644,root,root,755) +%files -n google-noto-serif-display-fonts %license LICENSE %dir %{_ttfontsdir} %{_ttfontsdir}/NotoSerifDisplay-*.?tf -%files -n noto-serif-divesakuru-fonts -%defattr(0644,root,root,755) +%files -n google-noto-serif-divesakuru-fonts %license LICENSE %dir %{_ttfontsdir} %{_ttfontsdir}/NotoSerifDivesAkuru-*.?tf -%files -n noto-serif-dogra-fonts -%defattr(0644,root,root,755) +%files -n google-noto-serif-dogra-fonts %license LICENSE %dir %{_ttfontsdir} %{_ttfontsdir}/NotoSerifDogra-*.?tf -%files -n noto-serif-ethiopic-fonts -%defattr(0644,root,root,755) +%files -n google-noto-serif-ethiopic-fonts %license LICENSE %dir %{_ttfontsdir} %{_ttfontsdir}/NotoSerifEthiopic-*.?tf -%files -n noto-serif-georgian-fonts -%defattr(0644,root,root,755) +%files -n google-noto-serif-georgian-fonts %license LICENSE %dir %{_ttfontsdir} %{_ttfontsdir}/NotoSerifGeorgian-*.?tf -%files -n noto-serif-grantha-fonts -%defattr(0644,root,root,755) +%files -n google-noto-serif-grantha-fonts %license LICENSE %dir %{_ttfontsdir} %{_ttfontsdir}/NotoSerifGrantha-*.?tf -%files -n noto-serif-gujarati-fonts -%defattr(0644,root,root,755) +%files -n google-noto-serif-gujarati-fonts %license LICENSE %dir %{_ttfontsdir} %{_ttfontsdir}/NotoSerifGujarati-*.?tf -%files -n noto-serif-gurmukhi-fonts -%defattr(0644,root,root,755) +%files -n google-noto-serif-gurmukhi-fonts %license LICENSE %dir %{_ttfontsdir} %{_ttfontsdir}/NotoSerifGurmukhi-*.?tf -%files -n noto-serif-hebrew-fonts -%defattr(0644,root,root,755) +%files -n google-noto-serif-hebrew-fonts %license LICENSE %dir %{_ttfontsdir} %{_ttfontsdir}/NotoSerifHebrew-*.?tf -%files -n noto-serif-kannada-fonts -%defattr(0644,root,root,755) +%files -n google-noto-serif-kannada-fonts %license LICENSE %dir %{_ttfontsdir} %{_ttfontsdir}/NotoSerifKannada-*.?tf -%files -n noto-serif-khmer-fonts -%defattr(0644,root,root,755) +%files -n google-noto-serif-khitansmallscript-fonts +%license LICENSE +%dir %{_ttfontsdir} +%{_ttfontsdir}/NotoSerifKhitanSmallScript-*.?tf + +%files -n google-noto-serif-khmer-fonts %license LICENSE %dir %{_ttfontsdir} %{_ttfontsdir}/NotoSerifKhmer-*.?tf -%files -n noto-serif-khojki-fonts -%defattr(0644,root,root,755) +%files -n google-noto-serif-khojki-fonts %license LICENSE %dir %{_ttfontsdir} %{_ttfontsdir}/NotoSerifKhojki-*.?tf -%files -n noto-serif-lao-fonts -%defattr(0644,root,root,755) +%files -n google-noto-serif-lao-fonts %license LICENSE %dir %{_ttfontsdir} %{_ttfontsdir}/NotoSerifLao-*.?tf -%files -n noto-serif-makasar-fonts -%defattr(0644,root,root,755) +%files -n google-noto-serif-makasar-fonts %license LICENSE %dir %{_ttfontsdir} %{_ttfontsdir}/NotoSerifMakasar-*.?tf -%files -n noto-serif-malayalam-fonts -%defattr(0644,root,root,755) +%files -n google-noto-serif-malayalam-fonts %license LICENSE %dir %{_ttfontsdir} %{_ttfontsdir}/NotoSerifMalayalam-*.?tf -%files -n noto-serif-myanmar-fonts -%defattr(0644,root,root,755) +%files -n google-noto-serif-myanmar-fonts %license LICENSE %dir %{_ttfontsdir} %{_ttfontsdir}/NotoSerifMyanmar-*.?tf -%files -n noto-serif-nyiakengpuachuehmong-fonts -%defattr(0644,root,root,755) +%files -n google-noto-serif-nphmong-fonts %license LICENSE %dir %{_ttfontsdir} -%{_ttfontsdir}/NotoSerifNyiakengPuachueHmong-*.?tf +%{_ttfontsdir}/NotoSerifNPHmong-*.?tf -%files -n noto-serif-olduyghur-fonts -%defattr(0644,root,root,755) +%files -n google-noto-serif-olduyghur-fonts %license LICENSE %dir %{_ttfontsdir} %{_ttfontsdir}/NotoSerifOldUyghur-*.?tf -%files -n noto-serif-oriya-fonts -%defattr(0644,root,root,755) +%files -n google-noto-serif-oriya-fonts %license LICENSE %dir %{_ttfontsdir} %{_ttfontsdir}/NotoSerifOriya-*.?tf -%files -n noto-serif-sinhala-fonts -%defattr(0644,root,root,755) +%files -n google-noto-serif-ottomansiyaq-fonts +%license LICENSE +%dir %{_ttfontsdir} +%{_ttfontsdir}/NotoSerifOttomanSiyaq-*.?tf + +%files -n google-noto-serif-sinhala-fonts %license LICENSE %dir %{_ttfontsdir} %{_ttfontsdir}/NotoSerifSinhala-*.?tf -%files -n noto-serif-tamil-fonts -%defattr(0644,root,root,755) +%files -n google-noto-serif-tamil-fonts %license LICENSE %dir %{_ttfontsdir} %{_ttfontsdir}/NotoSerifTamil-*.?tf -%files -n noto-serif-tamilslanted-fonts -%defattr(0644,root,root,755) -%license LICENSE -%dir %{_ttfontsdir} -%{_ttfontsdir}/NotoSerifTamilSlanted-*.?tf - -%files -n noto-serif-tangut-fonts -%defattr(0644,root,root,755) +%files -n google-noto-serif-tangut-fonts %license LICENSE %dir %{_ttfontsdir} %{_ttfontsdir}/NotoSerifTangut-*.?tf -%files -n noto-serif-telugu-fonts -%defattr(0644,root,root,755) +%files -n google-noto-serif-telugu-fonts %license LICENSE %dir %{_ttfontsdir} %{_ttfontsdir}/NotoSerifTelugu-*.?tf -%files -n noto-serif-thai-fonts -%defattr(0644,root,root,755) +%files -n google-noto-serif-thai-fonts %license LICENSE %dir %{_ttfontsdir} %{_ttfontsdir}/NotoSerifThai-*.?tf -%files -n noto-serif-tibetan-fonts -%defattr(0644,root,root,755) +%files -n google-noto-serif-tibetan-fonts %license LICENSE %dir %{_ttfontsdir} %{_ttfontsdir}/NotoSerifTibetan-*.?tf -%files -n noto-serif-toto-fonts -%defattr(0644,root,root,755) +%files -n google-noto-serif-toto-fonts %license LICENSE %dir %{_ttfontsdir} %{_ttfontsdir}/NotoSerifToto-*.?tf -%files -n noto-serif-vithkuqi-fonts -%defattr(0644,root,root,755) +%files -n google-noto-serif-vithkuqi-fonts %license LICENSE %dir %{_ttfontsdir} %{_ttfontsdir}/NotoSerifVithkuqi-*.?tf -%files -n noto-serif-yezidi-fonts -%defattr(0644,root,root,755) +%files -n google-noto-serif-yezidi-fonts %license LICENSE %dir %{_ttfontsdir} %{_ttfontsdir}/NotoSerifYezidi-*.?tf -%files -n noto-tinos-fonts -%defattr(0644,root,root,755) -%license LICENSE -%dir %{_ttfontsdir} -%{_ttfontsdir}/Tinos-*.?tf - -%files -n noto-traditionalnushu-fonts -%defattr(0644,root,root,755) +%files -n google-noto-traditionalnushu-fonts %license LICENSE %dir %{_ttfontsdir} %{_ttfontsdir}/NotoTraditionalNushu-*.?tf +%files -n google-noto-znamennymusicalnotation-fonts +%license LICENSE +%dir %{_ttfontsdir} +%{_ttfontsdir}/NotoZnamennyMusicalNotation-*.?tf + %changelog diff --git a/google-noto-fonts.spec.in b/google-noto-fonts.spec.in index 079c55c..60a9e0f 100644 --- a/google-noto-fonts.spec.in +++ b/google-noto-fonts.spec.in @@ -1,7 +1,7 @@ # # spec file for package google-noto-fonts # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2024 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -16,77 +16,52 @@ # -%define hyear 2022 -%define hmonth 06 -%define hday 07 +%define hyear 2024 +%define hmonth 09 +%define hday 01 %define src_name NotoFonts -# DO NOT EDIT THIS SPECFILE DIRECTLY, edit google-noto-fonts.spec.in and run generate-fonts-and-specfile.sh script +# DO NOT EDIT THIS SPECFILE DIRECTLY, edit google-noto-fonts.spec.in and run generate-specfile.sh script Name: google-noto-fonts Version: %{hyear}%{hmonth}%{hday} Release: 0 -Summary: Noto Font Families +Summary: All Noto Fonts except CJK and Emoji License: OFL-1.1 -Group: System/X11/Fonts -URL: https://github.com/googlefonts/noto-fonts -# Generate Source0 via generate-fonts-and-specfile.sh -Source0: ttf.tar.gz -Source1: generate-fonts-and-specfile.sh -Source2: LICENSE -Source3: README.FAQ -Patch0: fix-arimo.patch +URL: https://notofonts.github.io/ +# https://github.com/notofonts/notofonts.github.io/archive/refs/tags/noto-monthly-release-24.9.1.tar.gz +Source0: notofonts.github.io-noto-monthly-release-24.9.1.tar.gz +Source1: generate-specfile.sh +Source2: README.FAQ +Source3: README.maintain BuildRequires: fontpackages-devel -BuildRequires: fonttools -BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildArch: noarch +Obsoletes: noto-fonts < %{version} +Provides: noto-fonts = %{version} +@LIST_OF_SUBPACKAGES@ %description Noto's design goal is to achieve visual harmonization (e.g., compatible heights and stroke -thicknesses) across languages. - -%package -n noto-fonts -Summary: All Noto Fonts except CJK and Emoji -Group: System/X11/Fonts -@LIST_OF_SUBPACKAGES@ - -%description -n noto-fonts -Noto's design goal is to achieve visual harmonization (e.g., compatible -heights and stroke thicknesses) across languages. This package contains -most noto fonts except for CJK and Emoji. - +thicknesses) across languages. This package contains most noto fonts except for CJK and Emoji. @SUBPACKAGE_HEADERS@ %prep -tar -xzf %{SOURCE0} -C . +%autosetup -c -# Arimo BoldItalic has an extra "Italic" style -# https://bugzilla.suse.com/show_bug.cgi?id=1202279 and https://github.com/notofonts/Arimo/issues/14 -# Fix weight too https://github.com/notofonts/Arimo/issues/13 -ttx ttf/Arimo/Arimo-BoldItalic.ttf -%patch0 -ttx -f ttf/Arimo/Arimo-BoldItalic.ttx -rm ttf/Arimo/Arimo-BoldItalic.ttx - -cp %{SOURCE2} . +cp notofonts.github.io-noto-monthly-release-24.9.1/fonts/LICENSE . %build %install -# Tifinagh fonts have duplicates in NotoSansTifinagh folder -# https://github.com/googlefonts/noto-fonts/issues/2177 and https://github.com/googlefonts/noto-fonts/issues/2326 -rm ttf/NotoSansTifinagh/NotoSansTifinagh[!\-]* -# NotoSansDisplay is already provided by NotoSans -# Also they have inconsistent family names: https://github.com/googlefonts/noto-fonts/issues/2315 -rm -r ttf/NotoSansDisplay/ +rm -r notofonts.github.io-noto-monthly-release-24.9.1/fonts/Noto*Test +rm -r notofonts.github.io-noto-monthly-release-24.9.1/fonts/NotoSansArabicUI -install -Dm 644 -t %{buildroot}%{_ttfontsdir} ttf/*/*.ttf +install -Dm 644 -t %{buildroot}%{_ttfontsdir} notofonts.github.io-noto-monthly-release-24.9.1/fonts/*/hinted/ttf/* @SUBPACKAGE_SCRIPTLETS@ -%files -n noto-fonts -%defattr(0644,root,root,755) +%files @SUBPACKAGE_FILELISTS@ %changelog diff --git a/notofonts.github.io-noto-monthly-release-24.9.1.tar.gz b/notofonts.github.io-noto-monthly-release-24.9.1.tar.gz new file mode 100644 index 0000000..77512bc --- /dev/null +++ b/notofonts.github.io-noto-monthly-release-24.9.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:73fc256356e4ed66c54aa300a71c390695603547e127f27cd6eefdeb942726b0 +size 1086944636 diff --git a/ttf.tar.gz b/ttf.tar.gz deleted file mode 100644 index 2dcc679..0000000 --- a/ttf.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:35256fdb0a2cb9d6f3eef6c590f2a97edfdceb04d1c2f1e9b432531319055e9d -size 247024638