commit
97771af69b
@ -0,0 +1 @@
|
|||||||
|
SOURCES/inter-4.0.zip
|
@ -0,0 +1 @@
|
|||||||
|
45fd9dd73240397da6ed1b7abb7777291de3279c SOURCES/inter-4.0.zip
|
@ -0,0 +1,17 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<!DOCTYPE fontconfig SYSTEM "urn:fontconfig:fonts.dtd">
|
||||||
|
<!-- SPDX-License-Identifier: MIT -->
|
||||||
|
<fontconfig>
|
||||||
|
<alias>
|
||||||
|
<family>Inter Variable</family>
|
||||||
|
<default>
|
||||||
|
<family>sans-serif</family>
|
||||||
|
</default>
|
||||||
|
</alias>
|
||||||
|
<alias>
|
||||||
|
<family>sans-serif</family>
|
||||||
|
<prefer>
|
||||||
|
<family>Inter Variable</family>
|
||||||
|
</prefer>
|
||||||
|
</alias>
|
||||||
|
</fontconfig>
|
@ -0,0 +1,23 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<!DOCTYPE fontconfig SYSTEM "urn:fontconfig:fonts.dtd">
|
||||||
|
<!-- SPDX-License-Identifier: MIT -->
|
||||||
|
<fontconfig>
|
||||||
|
<alias>
|
||||||
|
<family>Inter</family>
|
||||||
|
<default>
|
||||||
|
<family>sans-serif</family>
|
||||||
|
</default>
|
||||||
|
</alias>
|
||||||
|
<alias>
|
||||||
|
<family>Inter Display</family>
|
||||||
|
<default>
|
||||||
|
<family>sans-serif</family>
|
||||||
|
</default>
|
||||||
|
</alias>
|
||||||
|
<alias>
|
||||||
|
<family>sans-serif</family>
|
||||||
|
<prefer>
|
||||||
|
<family>Inter</family>
|
||||||
|
</prefer>
|
||||||
|
</alias>
|
||||||
|
</fontconfig>
|
@ -0,0 +1,109 @@
|
|||||||
|
Version: 4.0
|
||||||
|
Release: 4%{?dist}
|
||||||
|
URL: https://rsms.me/inter/
|
||||||
|
|
||||||
|
%global common_description %{expand:Inter is a typeface specially designed for user interfaces with focus on high
|
||||||
|
legibility of small-to-medium sized text on computer screens.
|
||||||
|
|
||||||
|
The family features a tall x-height to aid in readability of mixed-case and
|
||||||
|
lower-case text. Several OpenType features are provided as well, like contextual
|
||||||
|
alternates that adjusts punctuation depending on the shape of surrounding
|
||||||
|
glyphs, slashed zero for when you need to disambiguate "0" from "o", tabular
|
||||||
|
numbers, etc.}
|
||||||
|
|
||||||
|
%global foundry rsms
|
||||||
|
%global fontlicense OFL
|
||||||
|
%global fontlicenses LICENSE.txt
|
||||||
|
%global fontdocsex %{fontlicenses}
|
||||||
|
|
||||||
|
%global fontfamily0 Inter
|
||||||
|
%global fontsummary0 The Inter font family
|
||||||
|
%global fonts0 extras/ttf/*.ttf
|
||||||
|
%global fontconfs0 %{SOURCE10}
|
||||||
|
%global fontdescription0 %{expand:%{common_description}
|
||||||
|
|
||||||
|
This package contains the non-variable font version of the Inter font.}
|
||||||
|
|
||||||
|
%global fontfamily1 Inter-VF
|
||||||
|
%global fontsummary1 The Inter font family (variable)
|
||||||
|
%global fonts1 Inter*.ttf
|
||||||
|
%global fontconfs1 %{SOURCE11}
|
||||||
|
%global fontdescription1 %{expand:%{common_description}
|
||||||
|
|
||||||
|
This package contains the variable font version of the Inter font.}
|
||||||
|
|
||||||
|
Source0: https://github.com/rsms/inter/releases/download/v%{version}/inter-%{version}.zip
|
||||||
|
Source10: 63-rsms-inter.conf
|
||||||
|
Source11: 63-rsms-inter-vf.conf
|
||||||
|
|
||||||
|
%fontpkg -a
|
||||||
|
|
||||||
|
|
||||||
|
%prep
|
||||||
|
%autosetup -c
|
||||||
|
|
||||||
|
|
||||||
|
%build
|
||||||
|
%fontbuild -a
|
||||||
|
|
||||||
|
|
||||||
|
%install
|
||||||
|
%fontinstall -a
|
||||||
|
|
||||||
|
|
||||||
|
%check
|
||||||
|
%fontcheck -a
|
||||||
|
|
||||||
|
|
||||||
|
%fontfiles -a
|
||||||
|
|
||||||
|
|
||||||
|
%changelog
|
||||||
|
* Tue Dec 24 2024 Arkady L. Shane <tigro@msvsphere-os.ru> - 4.0-4
|
||||||
|
- Rebuilt for MSVSphere 10
|
||||||
|
|
||||||
|
* Fri Jul 19 2024 Fedora Release Engineering <releng@fedoraproject.org> - 4.0-4
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
|
||||||
|
|
||||||
|
* Fri Jan 26 2024 Fedora Release Engineering <releng@fedoraproject.org> - 4.0-3
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
||||||
|
|
||||||
|
* Mon Jan 22 2024 Fedora Release Engineering <releng@fedoraproject.org> - 4.0-2
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
||||||
|
|
||||||
|
* Thu Nov 23 2023 Mohamed El Morabity <melmorabity@fedoraproject.org> - 4.0-1
|
||||||
|
- Update to 4.0
|
||||||
|
- Add subpackage for variable fonts
|
||||||
|
|
||||||
|
* Fri Jul 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 3.19-7
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
|
||||||
|
|
||||||
|
* Fri Jan 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 3.19-6
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
|
||||||
|
|
||||||
|
* Tue Oct 04 2022 Mohamed El Morabity <melmorabity@fedoraproject.org> - 3.19-5
|
||||||
|
- Package hinted TrueType fonts instead of Type 1 OTF fonts (RHBZ #2122246)
|
||||||
|
|
||||||
|
* Sat Jul 23 2022 Fedora Release Engineering <releng@fedoraproject.org> - 3.19-4
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
||||||
|
|
||||||
|
* Fri Jan 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 3.19-3
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
||||||
|
|
||||||
|
* Fri Jul 23 2021 Fedora Release Engineering <releng@fedoraproject.org> - 3.19-2
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
||||||
|
|
||||||
|
* Sat Jun 19 2021 Mohamed El Morabity <melmorabity@fedoraproject.org> - 3.19-1
|
||||||
|
- Update to 3.19
|
||||||
|
|
||||||
|
* Thu Apr 01 2021 Mohamed El Morabity <melmorabity@fedoraproject.org> - 3.18-1
|
||||||
|
- Update to 3.18
|
||||||
|
|
||||||
|
* Tue Mar 30 2021 Mohamed El Morabity <melmorabity@fedoraproject.org> - 3.17-1
|
||||||
|
- Update to 3.17
|
||||||
|
|
||||||
|
* Mon Mar 29 2021 Mohamed El Morabity <melmorabity@fedoraproject.org> - 3.16-1
|
||||||
|
- Update to 3.16
|
||||||
|
|
||||||
|
* Thu Dec 24 2020 Mohamed El Morabity <melmorabity@fedoraproject.org> - 3.15-1
|
||||||
|
- Initial RPM release
|
Loading…
Reference in new issue