File google-scada-fonts.spec of Package google-scada-fonts
#
# spec file for package google-scada-fonts
#
# Copyright (c) 2021 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-scada-fonts
Version: 4.100+git1489418755.df06a15
Release: 0
Summary: Sans-serif font
License: OFL-1.1
Group: System/X11/Fonts
URL: https://github.com/googlefonts/scada
Source0: %{name}-%{version}.tar.xz
BuildRequires: fontpackages-devel
BuildArch: noarch
%reconfigure_fonts_prereq
%description
A sans-serif font by Jovanny Lemonad, originally designed as the
corporate identity font for the Latvian design studio Scada.lv.
%prep
%autosetup
%build
%install
install -dm0755 %{buildroot}%{_ttfontsdir}
install -m0644 fonts/otf/*.otf %{buildroot}%{_ttfontsdir}
%reconfigure_fonts_scriptlets
%files
%dir %{_ttfontsdir}
%{_ttfontsdir}/*.otf
%defattr(0644,root,root)
%doc README.md {AUTHORS,CONTRIBUTORS,TRADEMARKS,FONTLOG}.txt
%license OFL.txt
%changelog