You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
komika-text-fonts/SPECS/komika-text-fonts.spec

47 lines
1.2 KiB

%global fontname komika-text
%global fontconf 61-%{fontname}.conf
Name: %{fontname}-fonts
Version: 2.0
Release: 1%{?dist}
Summary: Casual typeface similar to Comic Sans MS.
Group: User Interface/X
License: custom
URL: https://www.fontsquirrel.com/fonts/Komika-Text
Source0: https://www.fontsquirrel.com/fonts/download/Komika-Text.zip
Source1: %{fontname}-fontconfig.conf
BuildArch: noarch
BuildRequires: fontpackages-devel
Requires: fontpackages-filesystem
%description
Casual typeface similar to Comic Sans MS.
%prep
%setup -q -c
%build
%install
install -m 0755 -d %{buildroot}%{_fontdir}
install -m 0644 -p *.ttf %{buildroot}%{_fontdir}
install -m 0755 -d %{buildroot}%{_fontconfig_templatedir} \
%{buildroot}%{_fontconfig_confdir}
install -m 0644 -p %{SOURCE1} \
%{buildroot}%{_fontconfig_templatedir}/%{fontconf}
ln -s %{_fontconfig_templatedir}/%{fontconf} \
%{buildroot}%{_fontconfig_confdir}/%{fontconf}
%_font_pkg -f %{fontconf} *.ttf
%license "Apostrophic Labs License.txt"
%changelog
* Thu Nov 23 2023 MSVSphere Packaging Team <packager@msvsphere-os.ru> - 2.0-1
- Rebuilt for MSVSphere 9.3
* Fri Apr 13 2018 Dawid Zych <dawid.zych@yandex.com> - 2.0-1
- Initial packaging.