File cyreal-podkova-fonts.spec of Package cyreal-podkova-fonts
#
# spec file for package cyreal-podkova-fonts
#
# Copyright (c) 2025 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 desc Open-source font by Ilya Yudin for Cyreal.\
\
Podkova is a monoline slab serif with diagonal terminals. Wide proportions and\
clean features aid to legibility at small sizes. Its unusual letterforms\
provide enough character to be used at display sizes. Podkova is the Russian\
word for Horseshoe. Try it and see if the lucky charm works for you!
Name: cyreal-podkova-fonts
Version: 2.103
Release: 0
Summary: A monoline slab serif typeface with diagonal terminals
License: OFL-1.1
Group: System/X11/Fonts
URL: http://www.cyreal.org/fonts/podkova/
Source0: https://github.com/cyrealtype/Podkova/releases/download/v%{version}/Podkova-v%{version}.zip
Source1: https://github.com/cyrealtype/Podkova/raw/v%{version}/README.md
Source2: https://github.com/cyrealtype/Podkova/raw/v%{version}/AUTHORS.txt
Source3: https://github.com/cyrealtype/Podkova/raw/v%{version}/CONTRIBUTORS.txt
Source4: https://github.com/cyrealtype/Podkova/raw/v%{version}/TRADEMARKS.txt
Source5: https://github.com/cyrealtype/Podkova/raw/v%{version}/FONTLOG.txt
Source6: https://github.com/cyrealtype/Podkova/raw/master/sources/sample.png
BuildRequires: fontpackages-devel
BuildRequires: unzip
BuildArch: noarch
%description
%{desc}
%package -n cyreal-podkova-variable-fonts
Summary: A monoline slab serif typeface with diagonal terminals (variable version)
%description -n cyreal-podkova-variable-fonts
%{desc}
This package contains the variable version of fonts.
%prep
%autosetup -c
cp %{SOURCE1} %{SOURCE2} %{SOURCE3} %{SOURCE4} %{SOURCE5} %{SOURCE6} .
chmod 0644 OFL.txt
%build
%install
install -dm0755 %{buildroot}%{_ttfontsdir}
install -m0644 fonts/{otf/*.otf,variable/*.ttf} %{buildroot}%{_ttfontsdir}
%reconfigure_fonts_scriptlets
%reconfigure_fonts_scriptlets -n cyreal-podkova-variable-fonts
%files
%license OFL.txt
%doc README.md {AUTHORS,CONTRIBUTORS,TRADEMARKS,FONTLOG}.txt sample.png
%dir %{_ttfontsdir}
%{_ttfontsdir}/Podkova-*.otf
%files -n cyreal-podkova-variable-fonts
%license OFL.txt
%doc README.md {AUTHORS,CONTRIBUTORS,TRADEMARKS,FONTLOG}.txt sample.png
%dir %{_ttfontsdir}
%{_ttfontsdir}/Podkova*.ttf
%changelog