a6e75b6e66
add: README.FAQ to answer some questions about Noto Fonts packaging OBS-URL: https://build.opensuse.org/package/show/M17N:fonts/google-noto-fonts?expand=0&rev=54
82 lines
2.5 KiB
RPMSpec
82 lines
2.5 KiB
RPMSpec
#
|
|
# spec file for package google-noto-fonts
|
|
#
|
|
# Copyright (c) 2022 SUSE LLC
|
|
#
|
|
# All modifications and additions to the file contributed by third parties
|
|
# remain the property of their copyright owners, unless otherwise agreed
|
|
# upon. The license for this file, and modifications and additions to the
|
|
# file, is the same license as for the pristine package itself (unless the
|
|
# license for the pristine package is not an Open Source License, in which
|
|
# case the license is the MIT License). An "Open Source License" is a
|
|
# license that conforms to the Open Source Definition (Version 1.9)
|
|
# published by the Open Source Initiative.
|
|
|
|
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
|
#
|
|
|
|
|
|
%define hyear 2022
|
|
%define hmonth 06
|
|
%define hday 07
|
|
|
|
%define src_name NotoFonts
|
|
|
|
# DO NOT EDIT THIS SPECFILE DIRECTLY, edit google-noto-fonts.spec.in and run generate-fonts-and-specfile.sh script
|
|
|
|
Name: google-noto-fonts
|
|
Version: %{hyear}%{hmonth}%{hday}
|
|
Release: 0
|
|
Summary: Noto Font Families
|
|
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
|
|
BuildRequires: fontpackages-devel
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|
BuildArch: noarch
|
|
|
|
%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.
|
|
|
|
|
|
@SUBPACKAGE_HEADERS@
|
|
%prep
|
|
tar -xzf %{SOURCE0} -C .
|
|
cp %{SOURCE2} .
|
|
|
|
%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/
|
|
|
|
install -Dm 644 -t %{buildroot}%{_ttfontsdir} ttf/*/*.ttf
|
|
|
|
@SUBPACKAGE_SCRIPTLETS@
|
|
%files -n noto-fonts
|
|
%defattr(0644,root,root,755)
|
|
|
|
@SUBPACKAGE_FILELISTS@
|
|
%changelog
|