2023-11-30 09:36:49 +00:00
|
|
|
%global commit 2a87ac6f6ea3495150bfa00d0c0fb53dd0a2f11b
|
|
|
|
%global shortcommit %(c=%{commit}; echo ${c:0:7})
|
|
|
|
%global date 20210729
|
|
|
|
Version: 3.105
|
|
|
|
Release: %autorelease %{?shortcommit: -p -s %{date}git%{shortcommit}}
|
2021-11-11 02:00:11 +00:00
|
|
|
URL: https://www.deviantart.com/aajohan
|
|
|
|
|
|
|
|
%global foundry Aajohan
|
|
|
|
%global fontlicense OFL
|
|
|
|
%global fontlicenses OFL.txt
|
|
|
|
%global fontdocs AUTHORS.txt CONTRIBUTORS.txt FONTLOG.txt DESCRIPTION.en_us.html README.md
|
|
|
|
%global fontdocsex %{fontlicenses}
|
|
|
|
|
|
|
|
%global fontfamily Comfortaa
|
|
|
|
%global fontsummary Modern style true type font
|
2023-11-30 09:36:49 +00:00
|
|
|
%global fonts fonts/OTF/*.otf fonts/otf/*otf
|
2021-11-11 02:00:11 +00:00
|
|
|
%global fontconfs %{SOURCE1}
|
|
|
|
%global fontdescription %{expand:
|
|
|
|
Comfortaa is a sans-serif font comfortable in every aspect with
|
|
|
|
Bold, Regular, and Thin variants.
|
|
|
|
It has very good European language coverage and decent Cyrillic coverage.}
|
2010-08-08 00:22:31 +00:00
|
|
|
|
2023-11-30 09:36:49 +00:00
|
|
|
%{?shortcommit:
|
|
|
|
Source0: https://github.com/googlefonts/comfortaa/archive/%{shortcommit}/comfortaa-%{shortcommit}.tar.gz}
|
|
|
|
%{!?shortcommit:
|
|
|
|
Source0: https://github.com/googlefonts/comfortaa/archive/%{version}/comfortaa-%{version}.tar.gz}
|
2021-11-11 02:00:11 +00:00
|
|
|
Source1: 61-%{fontpkgname}.conf
|
2014-10-19 06:59:56 +00:00
|
|
|
|
2021-11-11 02:00:11 +00:00
|
|
|
%fontpkg
|
2010-08-08 00:22:31 +00:00
|
|
|
|
|
|
|
%prep
|
2023-11-30 09:36:49 +00:00
|
|
|
%{?shortcommit:
|
|
|
|
%autosetup -n comfortaa-%{commit} }
|
|
|
|
%{!?shortcommit:
|
2021-06-02 15:04:45 +00:00
|
|
|
%autosetup -n comfortaa-%{version}
|
2023-11-30 09:36:49 +00:00
|
|
|
}
|
|
|
|
%linuxtext OFL.txt
|
2010-08-08 00:22:31 +00:00
|
|
|
|
|
|
|
%build
|
2021-11-11 02:00:11 +00:00
|
|
|
%fontbuild
|
2010-08-08 00:22:31 +00:00
|
|
|
|
|
|
|
%install
|
2021-11-11 02:00:11 +00:00
|
|
|
%fontinstall
|
2010-08-08 00:22:31 +00:00
|
|
|
|
2017-10-02 06:47:13 +00:00
|
|
|
%check
|
2021-11-11 02:00:11 +00:00
|
|
|
%fontcheck
|
2010-08-08 00:22:31 +00:00
|
|
|
|
2021-11-11 02:00:11 +00:00
|
|
|
%fontfiles
|
2010-08-08 00:22:31 +00:00
|
|
|
|
|
|
|
%changelog
|
2023-05-16 23:23:10 +00:00
|
|
|
%autochangelog
|