File omnibustype-labrada-fonts.spec of Package omnibustype-labrada-fonts
#
# spec file for package omnibustype-labrada-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 b15424f
Name: omnibustype-labrada-fonts
Version: 1.000
Release: 0
Summary: A contemporary serif typeface family inspired by the art of woodcut
License: OFL-1.1
Group: System/X11/Fonts
URL: https://github.com/Omnibus-Type/Labrada
Source0: %{url}/tarball/%{git_hash}#/%{name}-%{version}+git.%{git_hash}.tar.gz
BuildRequires: fontpackages-devel
BuildRequires: unzip
BuildArch: noarch
%reconfigure_fonts_prereq
%description
Labrada is a typeface family designed by Mercedes Jáuregui that expresses the
communicative richness of the conversations and discourses of the indigenous
cultures of oral tradition, at the same time that it dialogues with the classic
forms to function in immersive reading texts. This project began in the Master
of Typeface Design, MT-UBA, at the Universidad of Buenos Aires, Argentina.
%prep
%autosetup -n Omnibus-Type-Labrada-%{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 Fontlog.txt Labrada_Specimen.pdf {AUTHORS,CONTRIBUTORS}.txt
%dir %{_ttfontsdir}
%{_ttfontsdir}/*.otf
%changelog