8e7af51
%global fontname        mozilla-zilla-slab
8e7af51
%global fontconf        60-%{fontname}
8e7af51
8e7af51
# Common description
8e7af51
%global common_desc \
8e7af51
Zilla Slab is a casual and contemporary slab serif with a good amount of quirk. \
8e7af51
It is the official brand typeface for Mozilla. \
8e7af51
%{nil}
8e7af51
8e7af51
Name:      %{fontname}-fonts
8e7af51
Version:   1.002
e8be5f8
Release:   3%{?dist}
8e7af51
Summary:   Mozilla's Zilla Slab fonts
8e7af51
License:   OFL
8e7af51
URL:       https://mozilla.design/mozilla/typography/
8e7af51
Source0:   https://github.com/mozilla/zilla-slab/releases/download/v%{version}/Zilla-Slab-Fonts-v%{version}.zip
8e7af51
Source1:   %{fontname}.conf
8e7af51
Source2:   %{fontname}-highlight.conf
8e7af51
BuildArch: noarch
8e7af51
BuildRequires: fontpackages-devel
8e7af51
BuildRequires: unzip
8e7af51
Requires:  %{name}-common = %{version}-%{release}
8e7af51
8e7af51
%description
8e7af51
%common_desc
8e7af51
8e7af51
%_font_pkg -f %{fontconf}.conf ZillaSlab-*.otf
8e7af51
8e7af51
8e7af51
%package common
8e7af51
Summary:  Common files for Mozilla's Zilla Slab font set
8e7af51
Requires: fontpackages-filesystem
8e7af51
%description common
8e7af51
%common_desc
8e7af51
This package consists of files used by other %{name} packages.
8e7af51
8e7af51
8e7af51
8e7af51
%package -n %{fontname}-highlight-fonts
8e7af51
Summary:   Highlighted version of Mozilla's Zilla Slab font
8e7af51
Requires:  %{name}-common = %{version}-%{release}
8e7af51
%description -n %{fontname}-highlight-fonts
8e7af51
%common_desc
8e7af51
This package contains the highlighted version of Mozilla's Zilla Slab font.
8e7af51
8e7af51
%_font_pkg -n highlight -f %{fontconf}-highlight.conf ZillaSlabHighlight-*.otf
8e7af51
8e7af51
8e7af51
%prep
8e7af51
%setup -q -n zilla-slab
8e7af51
cp -p %{SOURCE1} %{SOURCE2} .
8e7af51
8e7af51
# Fix permissions for license file
8e7af51
chmod 644 LICENSE
8e7af51
8e7af51
%build
8e7af51
8e7af51
%install
8e7af51
install -m 0755 -d %{buildroot}%{_fontdir}
8e7af51
install -m 0644 -p otf/*.otf  %{buildroot}%{_fontdir}
8e7af51
8e7af51
install -m 0755 -d %{buildroot}%{_fontconfig_templatedir} \
8e7af51
                   %{buildroot}%{_fontconfig_confdir}
8e7af51
8e7af51
install -m 0644 -p %{fontname}.conf \
8e7af51
  %{buildroot}%{_fontconfig_templatedir}/%{fontconf}.conf
8e7af51
install -m 0644 -p %{fontname}-highlight.conf \
8e7af51
  %{buildroot}%{_fontconfig_templatedir}/%{fontconf}-highlight.conf
8e7af51
8e7af51
for fconf in %{fontconf}.conf \
8e7af51
             %{fontconf}-highlight.conf ; do
8e7af51
  ln -s %{_fontconfig_templatedir}/$fconf \
8e7af51
        %{buildroot}%{_fontconfig_confdir}/$fontconf
8e7af51
done
8e7af51
8e7af51
8e7af51
%files common
8e7af51
%license LICENSE
8e7af51
%dir %{_fontdir}
8e7af51
8e7af51
8e7af51
%changelog
e8be5f8
* Thu Jul 22 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.002-3
e8be5f8
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
e8be5f8
b5197d6
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.002-2
b5197d6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
b5197d6
8e7af51
* Fri Oct 16 2020 Neal Gompa <ngompa13@gmail.com> - 1.002-1
8e7af51
- Initial packaging
8e7af51