Drop unnecessary config.

This commit is contained in:
Akira TAGOH 2022-12-20 14:39:03 +09:00
parent 68957509ae
commit 87974b11bd

View File

@ -22,7 +22,7 @@ in Unicode.\
Name: %{fontname}-fonts Name: %{fontname}-fonts
Version: 20201206^1.git%{snapver} Version: 20201206^1.git%{snapver}
Release: 8%{?dist} Release: 9%{?dist}
Summary: Hinted and Non Hinted OpenType fonts for Unicode scripts Summary: Hinted and Non Hinted OpenType fonts for Unicode scripts
License: OFL-1.1 License: OFL-1.1
URL: https://github.com/googlefonts/noto-fonts/ URL: https://github.com/googlefonts/noto-fonts/
@ -619,10 +619,7 @@ local function genfcconf(table)
</test>\ </test>\
<edit name=\"family\" mode=\"prepend\">\ <edit name=\"family\" mode=\"prepend\">\
<string>Noto ]] .. table.family .. [[</string>\ <string>Noto ]] .. table.family .. [[</string>\
</edit>\ </edit>]]
<edit name=\"fonthashint\" mode=\"append\">\
<bool>]] .. (table.variable and "true" or "false") .. [[</bool>\
</edit>\]]
local xml = [[ local xml = [[
<?xml version=\"1.0\" encoding=\"UTF-8\"?>\ <?xml version=\"1.0\" encoding=\"UTF-8\"?>\
<!DOCTYPE fontconfig SYSTEM \"urn:fontconfig:fonts.dtd\">\ <!DOCTYPE fontconfig SYSTEM \"urn:fontconfig:fonts.dtd\">\
@ -1075,6 +1072,9 @@ done
%changelog %changelog
* Tue Dec 20 2022 Akira TAGOH <tagoh@redhat.com> - 20201206^1.git0c78c8329-9
- Drop unnecessary config.
* Thu Dec 1 2022 Akira TAGOH <tagoh@redhat.com> - 20201206-1.git0c78c8329-8 * Thu Dec 1 2022 Akira TAGOH <tagoh@redhat.com> - 20201206-1.git0c78c8329-8
- Convert License tag to SPDX. - Convert License tag to SPDX.