File rozynski-comic-neue-fonts.spec of Package rozynski-comic-neue-fonts
#
# spec file for package rozynski-comic-neue
#
# Copyright (c) 2024 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 http://bugs.opensuse.org/
#
%define fontname comic-neue
Name: rozynski-comic-neue-fonts
Version: 2.51
Release: 0
Summary: Comic Neue font
License: OFL-1.1
Group: System/X11/Fonts
Url: http://comicneue.com
Source0: %{fontname}-%{version}.zip
BuildRequires: fontpackages-devel
BuildRequires: unzip
%reconfigure_fonts_prereq
BuildArch: noarch
%description
Comic Neue aspires to be the casual script choice
for everyone including the typographically savvy.
The squashed, wonky, and weird glyphs of Comic Sans have
been beaten into shape while maintaining the honesty that
made Comic Sans so popular.
It's perfect as a display face, for marking up comments, and
writing passive aggressive office memos.
%package -n rozynski-comic-neue-angular-fonts
Summary: Comic Neue Angular Font
License: OFL-1.1
Group: System/X11/Fonts
%reconfigure_fonts_prereq
%description -n rozynski-comic-neue-angular-fonts
Comic Neue Angular aspires to be the casual script choice
for everyone including the typographically savvy.
The squashed, wonky, and weird glyphs of Comic Sans have
been beaten into shape while maintaining the honesty that
made Comic Sans so popular.
It's perfect as a display face, for marking up comments, and
writing passive aggressive office memos.
%prep
%autosetup -n %{fontname}-%{version}
%build
# Nothing to build
%install
mkdir -p %{buildroot}%{_ttfontsdir}/
install -c -m 644 OTF/ComicNeue/*.otf %{buildroot}%{_ttfontsdir}
install -c -m 644 OTF/ComicNeue-Angular/*.otf %{buildroot}%{_ttfontsdir}
%reconfigure_fonts_scriptlets
%files
%license OFL.txt
%dir %{_ttfontsdir}
%{_ttfontsdir}/ComicNeue-*.otf
%files -n rozynski-comic-neue-angular-fonts
%license OFL.txt
%dir %{_ttfontsdir}
%{_ttfontsdir}/ComicNeueAngular-*.otf
%changelog