File omnibustype-asap-symbol-fonts.spec of Package omnibustype-asap-symbol-fonts
#
# spec file for package omnibustype-asap-symbol-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/
#
Name: omnibustype-asap-symbol-fonts
Version: 1.000
Release: 0
Summary: A pictographic complement for Asap Family
License: OFL-1.1
Group: System/X11/Fonts
URL: https://www.omnibus-type.com/fonts/asap-symbol/
Source0: https://www.omnibus-type.com/wp-content/uploads/Asap-Symbol.zip
Source1: https://www.omnibus-type.com/wp-content/uploads/Asap-Symbol_Specimen.pdf
Source2: https://www.omnibus-type.com/wp-content/uploads/Asap-Symbol_CharacterMap.pdf
Source3: https://github.com/Omnibus-Type/Asap-Symbol/raw/master/README.md
BuildRequires: fontpackages-devel
BuildRequires: unzip
BuildArch: noarch
%reconfigure_fonts_prereq
%description
Asap Symbol is a libre icon-font produced as a pictographic complement for Asap
Family. It has a comprehensive set of more than 150 icons, covering contexts of
education, public spaces, health, tourism and transport. To learn more about
how-to-use this icon-font download its Free Character Map.
%prep
%autosetup -n Asap-Symbol
cp %{SOURCE1} %{SOURCE2} %{SOURCE3} .
%build
%install
install -dm0755 %{buildroot}%{_ttfontsdir}
install -m0644 otf/Asap-Symbol.otf %{buildroot}%{_ttfontsdir}/AsapSymbol.otf
install -m0644 Asap-Symbol-by-SS/*/*.otf %{buildroot}%{_ttfontsdir}
%reconfigure_fonts_scriptlets
%files
%license OFL.txt
%doc README.md Asap-Symbol_{Specimen,CharacterMap}.pdf
%dir %{_ttfontsdir}
%{_ttfontsdir}/*.otf
%changelog