|
|
|
@ -1,5 +1,4 @@
|
|
|
|
|
%global fontname intel-one-mono
|
|
|
|
|
%global fontconf 64-%{fontname}.conf
|
|
|
|
|
|
|
|
|
|
Summary: An expressive monospaced font family
|
|
|
|
|
Name: %{fontname}-fonts
|
|
|
|
@ -8,8 +7,8 @@ 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
|
|
|
|
|
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
|
|
|
|
@ -44,5 +43,5 @@ install -m644 ttf/*.ttf %{buildroot}%{_fontdir}
|
|
|
|
|
%{_fontdir}/*
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Wed Jun 14 2023 Sergey Cherevko <ashejn@msvsphere.ru> - 1.2.1-1
|
|
|
|
|
- Rebuilt for MSVSphere 9.2
|
|
|
|
|
* Fri Jun 16 2023 Arkady L. Shane <ashejn@msvsphere.ru> - 1.2.1-1
|
|
|
|
|
- initial build for MSVSphere 9.2
|
|
|
|
|