File google-playfair-fonts.spec of Package google-playfair-fonts
#
# spec file for package google-playfair-fonts
#
# Copyright (c) 2023 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/
#
Name: google-playfair-fonts
Version: 2.101
Release: 0
Summary: A general purpose Open Source typeface family
License: OFL-1.1
Group: System/X11/Fonts
URL: https://github.com/clauseggers/Playfair
Source0: %{name}-%{version}.tar.xz
BuildRequires: fontpackages-devel
BuildArch: noarch
%reconfigure_fonts_prereq
%description
Playfair is a general purpose Open Source typeface family.
%package -n google-playfair-variable-fonts
Summary: A general purpose Open Source typeface family (variable version)
%description -n google-playfair-variable-fonts
Playfair is a general purpose Open Source typeface family (variable version).
%prep
%autosetup
%build
%install
install -dm0755 %{buildroot}%{_ttfontsdir}
install -m0644 fonts/Static-CFF/*.otf fonts/VF-TTF/*.ttf %{buildroot}%{_ttfontsdir}
%reconfigure_fonts_scriptlets
%files
%license OFL.txt
%doc README.md Images AUTHORS.txt CITATION.cff
%dir %{_ttfontsdir}
%{_ttfontsdir}/*.otf
%files -n google-playfair-variable-fonts
%license OFL.txt
%doc README.md Images AUTHORS.txt CITATION.cff
%{_ttfontsdir}/*.ttf
%changelog