最后活跃于 1765816268

RPM specfiles for Atkinson Hyperlegible Fedora packages

修订 c7afce4d32a62857ed0d75cf62060b6f10c25685

atkinson-hyperlegible-mono.spec 原始文件
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%global fontconf 64-%{fontname}
8
9%global common_desc %{expand:
10Atkinson Hyperlegible Mono is an entirely new typeface inspired by the Atkinson
11Hyperlegible font. The monospaced font features characters that each occupy the
12same amount of horizontal space, allowing for them to be scanned quickly in
13table-based and coding environments.
14}
15
16
17Name: %{fontname}-fonts
18Version: 2.100
19Release: %autorelease
20Summary: Monospace typeface made for legibility and comprehension with low-vision
21License: OFL-1.1
22URL: https://www.brailleinstitute.org/freefont/
23
24Source0: https://github.com/googlefonts/atkinson-hyperlegible-next-mono/archive/%{shortcommit}.tar.gz
25Source1: %{fontconf}.xml
26
27BuildArch: noarch
28BuildRequires: fontpackages-devel
29
30%global fontlicense OFL
31%global fontlicenses atkinson-hyperlegible-next-mono-%{commit}/OFL.txt
32
33Requires: %{name}-common = %{version}-%{release}
34
35%description
36%common_desc
37
38
39%package common
40Summary: Common files of %{name}
41Requires: fontpackages-filesystem
42
43%description common
44%common_desc
45
46This package consists of files used by other %{name} packages.
47
48
49%prep
50%setup -n atkinson-hyperlegible-next-mono-%{commit}
51
52%build
53
54%install
55install -m 0755 -d %{buildroot}%{_fontdir}
56install -m 0644 -p fonts/otf/*.otf %{buildroot}%{_fontdir}
57
58install -m 0755 -d %{buildroot}%{_fontconfig_templatedir} %{buildroot}%{_fontconfig_confdir}
59install -m 0644 -p %{SOURCE1} %{buildroot}%{_fontconfig_templatedir}/%{fontconf}.xml
60
61for fconf in %{fontconf}.xml ; do
62 ln -s %{_fontconfig_templatedir}/$fconf \
63 %{buildroot}%{_fontconfig_confdir}/$fconf
64done
65
66%_font_pkg -f %{fontconf}.xml AtkinsonHyperlegibleMono-*.otf
67
68%check
69%fontcheck -a
70
71%fontfiles -a
72
73%files common
74%doc DESCRIPTION.en_us.html %{fontname}-%{version}/DESCRIPTION.en_us.html
75
76
77%changelog
78%autochangelog
atkinson-hyperlegible-next.spec 原始文件
1# SPDX-License-Identifier: MIT
2
3%global commit 7925f50f649b3813257faf2f4c0b381011f434f1
4%global shortcommit %{sub %{commit} 1 7}
5%global commitdate 20250222
6%global fontname atkinson-hyperlegible-next
7%global fontconf 64-%{fontname}
8
9%global fontdescription %{expand:
10Atkinson Hyperlegible is a uniquely accessible typeface created by Braille
11Institute of America. It has been developed specifically to increase legibility
12for readers with low vision, and to improve comprehension.
13
14Atkinson Hyperlegible Next, a refined version of Atkinson Hyperlegible,
15improves on the original in every way. It features new weights, improved
16kerning, refined curves, added symbols, and additional language support.
17}
18
19
20Version: 2.100
21Release: %autorelease
22URL: https://www.brailleinstitute.org/freefont/
23
24Source0: https://github.com/googlefonts/%{fontname}/archive/%{shortcommit}.tar.gz
25Source1: %{fontconf}.xml
26
27BuildRequires: fontpackages-devel
28
29%global fontfamily Atkinson Hyperlegible Next
30%global fontsummary Second-gen font family made for low-vision legibility
31%global fontlicense OFL-1.1
32%global fontlicenses OFL.txt
33%global fontdocs DESCRIPTION.en_us.html
34%global fonts fonts/otf/*.otf
35
36%fontpkg -a
37
38%fontmetapkg
39
40%prep
41%setup -n %{fontname}-%{commit}
42
43%build
44%fontbuild -a
45
46%install
47%fontinstall
48
49%check
50%fontcheck -a
51
52%fontfiles -a
53
54%changelog
55%autochangelog
56