File omnibustype-texturina-fonts.spec of Package omnibustype-texturina-fonts
#
# spec file for package omnibustype-texturina-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/
#
%global git_hash 5f38963
Name: omnibustype-texturina-fonts
Version: 1.004
Release: 0
Summary: A highly applicable typeface
License: OFL-1.1
Group: System/X11/Fonts
URL: https://github.com/Omnibus-Type/Texturina
Source0: %{url}/tarball/%{git_hash}#/%{name}-%{version}+git.%{git_hash}.tar.gz
BuildRequires: fontpackages-devel
BuildRequires: unzip
BuildArch: noarch
%reconfigure_fonts_prereq
%description
Texturina, A highly applicable typeface with the richness of Blackletter, yet
maintaining fluidity by combining broken and softened curves. Latin GF Plus
character set (+630 characters/+800 glyphs). TTFAutohint. Designed by Guillermo
Torres (CO).
%prep
%autosetup -n Omnibus-Type-Texturina-%{git_hash}
%build
%install
install -dm0755 %{buildroot}%{_ttfontsdir}
install -m0644 fonts/otf/*.otf %{buildroot}%{_ttfontsdir}
%reconfigure_fonts_scriptlets
%files
%license OFL.txt
%doc README.md {AUTHORS,CONTRIBUTORS}.txt documentation/*.png
%dir %{_ttfontsdir}
%{_ttfontsdir}/*.otf
%changelog