Son aktivite 1765816268

RPM specfiles for Atkinson Hyperlegible Fedora packages

atkinson-hyperlegible-mono.spec Ham
1# SPDX-License-Identifier: MIT
2
3%global commit 154d50362016cc3e873eb21d242cd0772384c8f9
4%global shortcommit %{sub %{commit} 1 7}
5%global commitdate 20241120
6%global fontname atkinson-hyperlegible-mono
7
8%global fontdescription %{expand:
9Atkinson Hyperlegible Mono is an entirely new typeface inspired by the Atkinson
10Hyperlegible font. The monospaced font features characters that each occupy the
11same amount of horizontal space, allowing for them to be scanned quickly in
12table-based and coding environments.
13}
14
15
16Version: 2.100
17Release: %autorelease
18URL: https://www.brailleinstitute.org/freefont/
19
20Source0: https://github.com/googlefonts/atkinson-hyperlegible-next-mono/archive/%{shortcommit}.tar.gz
21Source1: 64-%{fontname}.xml
22
23BuildRequires: fontpackages-devel
24
25%global fontfamily Atkinson Hyperlegible Mono
26%global fontsummary Monospace typeface made for low-vision legibility
27%global fontlicense OFL-1.1
28%global fontlicenses OFL.txt
29%global fontdocs DESCRIPTION.en_us.html
30%global fonts fonts/otf/*.otf
31%global fontconfs %{SOURCE1}
32
33%fontpkg
34
35
36%prep
37%setup -n atkinson-hyperlegible-next-mono-%{commit}
38
39%build
40%fontbuild
41
42%install
43%fontinstall
44
45%check
46%fontcheck
47
48%fontfiles
49
50%changelog
51%autochangelog
52
atkinson-hyperlegible-next.spec Ham
1%global commit 7925f50f649b3813257faf2f4c0b381011f434f1
2%global shortcommit %{sub %{commit} 1 7}
3%global commitdate 20250222
4%global fontname atkinson-hyperlegible-next
5
6%global fontdescription %{expand:
7Atkinson Hyperlegible is a uniquely accessible typeface created by Braille
8Institute of America. It has been developed specifically to increase legibility
9for readers with low vision, and to improve comprehension.
10
11Atkinson Hyperlegible Next, a refined version of Atkinson Hyperlegible,
12improves on the original in every way. It features new weights, improved
13kerning, refined curves, added symbols, and additional language support.
14}
15
16
17Version: 2.100
18Release: %autorelease
19URL: https://www.brailleinstitute.org/freefont/
20
21Source0: https://github.com/googlefonts/%{fontname}/archive/%{shortcommit}.tar.gz
22Source1: 64-%{fontname}.xml
23
24BuildRequires: fontpackages-devel
25
26%global fontfamily Atkinson Hyperlegible Next
27%global fontsummary Second-gen font family made for low-vision legibility
28%global fontlicense OFL-1.1
29%global fontlicenses OFL.txt
30%global fontdocs DESCRIPTION.en_us.html
31%global fonts fonts/otf/*.otf
32%global fontconfs %{SOURCE1}
33
34%fontpkg
35
36
37%prep
38%setup -n %{fontname}-%{commit}
39
40%build
41%fontbuild
42
43%install
44%fontinstall
45
46%check
47%fontcheck
48
49%fontfiles
50
51%changelog
52%autochangelog
53