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.
49 lines
1.3 KiB
49 lines
1.3 KiB
2 years ago
|
%global fontname intel-one-mono
|
||
|
%global fontconf 64-%{fontname}.conf
|
||
|
|
||
|
Summary: An expressive monospaced font family
|
||
|
Name: %{fontname}-fonts
|
||
|
Version: 1.2.1
|
||
|
Release: 1%{?dist}
|
||
|
|
||
|
License: OFL
|
||
|
URL: https://github.com/intel/intel-one-mono
|
||
|
Source0: https://github.com/intel/intel-one-mono/releases/download/V%{version}/ttf.zip
|
||
|
Source1: https://raw.githubusercontent.com/intel/intel-one-mono/V%{version}/README.md
|
||
|
|
||
|
BuildArch: noarch
|
||
|
BuildRequires: fontpackages-devel
|
||
|
BuildRequires: unzip
|
||
|
Requires: fontpackages-filesystem
|
||
|
|
||
|
%description
|
||
|
Intel One Mono is an expressive monospaced font family.
|
||
|
|
||
|
Identifying the typographically underserved low-vision developer
|
||
|
audience, Frere-Jones Type designed the Intel One Mono typeface in
|
||
|
partnership with the Intel Brand Team and VMLY&R, for maximum
|
||
|
legibility to address developers' fatigue and eyestrain and reduce
|
||
|
coding errors. A panel of low-vision and legally blind developers
|
||
|
provided feedback at each stage of design.
|
||
|
|
||
|
%prep
|
||
|
%autosetup -cT
|
||
|
unzip -qq %{SOURCE0}
|
||
|
cp %{S:1} .
|
||
|
|
||
|
%build
|
||
|
|
||
|
%install
|
||
|
install -m755 -d %{buildroot}%{_fontdir}
|
||
|
install -m644 ttf/*.ttf %{buildroot}%{_fontdir}
|
||
|
|
||
|
%files
|
||
|
%doc README.md
|
||
|
%license ttf/license
|
||
|
%dir %{_fontdir}
|
||
|
%{_fontdir}/*
|
||
|
|
||
|
%changelog
|
||
|
* Wed Jun 14 2023 Sergey Cherevko <ashejn@msvsphere.ru> - 1.2.1-1
|
||
|
- Rebuilt for MSVSphere 9.2
|