google-noto-fonts/google-noto-fonts.spec.in
Marguerite Su 73102681f9 Accepting request 707254 from home:ftake:branches:M17N:fonts
NOTE: carefully review together with SR#699617
and send to Factory at the same time with google-noto-emoji

- Separate Noto Color Emoji and Noto Emoji fonts into a new project
  due to their different release cycle
- Fix the direct changes to spec file at the previous commit

OBS-URL: https://build.opensuse.org/request/show/707254
OBS-URL: https://build.opensuse.org/package/show/M17N:fonts/google-noto-fonts?expand=0&rev=42
2019-06-07 15:03:17 +00:00

72 lines
2.0 KiB
RPMSpec

#
# spec file for package google-noto-fonts
#
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# 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 http://bugs.opensuse.org/
#
%define hyear 2017
%define hmonth 09
%define hday 19
%define src_name NotoFonts
# 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
License: OFL-1.1
Group: System/X11/Fonts
Url: https://github.com/googlei18n/noto-fonts
Source0: https://noto-website-2.storage.googleapis.com/pkgs/Noto-hinted.zip
Source1: generate-specfile.sh
BuildRequires: fontpackages-devel
BuildRequires: unzip
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 doc
Summary: Noto Font Families License
Group: Documentation/Other
%description doc
License for Google's Noto fonts.
@SUBPACKAGE_HEADERS@
%prep
%setup -q -c -n %{name}-%{version}
# remove cjk
rm -rf *CJK*.?tf
%build
%install
mkdir -p %{buildroot}%{_ttfontsdir}
cp *.?tf %{buildroot}%{_ttfontsdir}/
@SUBPACKAGE_SCRIPTLETS@
%files doc
%defattr(0644,root,root,755)
%doc LICENSE*.txt
@SUBPACKAGE_FILELISTS@
%changelog