You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
53 lines
1.2 KiB
53 lines
1.2 KiB
# SPDX-License-Identifier: MIT
|
|
%global forgeurl https://github.com/googlefonts/rubik
|
|
%global commit 2e360a2044e6d1d4e3a6ddd992144a9a0b5446af
|
|
%forgemeta
|
|
|
|
Version: 2.100
|
|
Release: 2%{?dist}
|
|
URL: %{forgeurl}
|
|
|
|
%global foundry google
|
|
%global fontlicense OFL
|
|
%global fontlicenses OFL.txt
|
|
%global fontdocs *txt *md
|
|
%global fontdocsex %{fontlicenses}
|
|
|
|
%global fontfamily Rubik
|
|
%global fontsummary Rubik, a sans serif font family with slightly rounded corners
|
|
%global fonts fonts/ttf/*ttf fonts/variable*fonts/*ttf
|
|
%global fontconfngs %{SOURCE10}
|
|
%global fontdescription %{expand:
|
|
Rubik is a sans serif font family with slightly rounded corners designed by
|
|
Philipp Hubert and Sebastian Fischer at Hubert & Fischer as part of the Chrome
|
|
Cube Lab project.}
|
|
|
|
Source0: %{forgesource}
|
|
Source10: 58-%{fontpkgname}.xml
|
|
|
|
%fontpkg
|
|
|
|
%prep
|
|
%forgesetup
|
|
chmod 644 %{fontdocs} %{fontlicenses}
|
|
|
|
%build
|
|
%fontbuild
|
|
|
|
%install
|
|
%fontinstall
|
|
|
|
%check
|
|
%fontcheck
|
|
|
|
%fontfiles
|
|
|
|
%changelog
|
|
* Sat Feb 22 2020 Nicolas Mailhot <nim@fedoraproject.org>
|
|
- 2.100-2
|
|
✅ Rebuild with fonts-rpm-macros 2.0.2
|
|
|
|
* Sat Feb 15 2020 Nicolas Mailhot <nim@fedoraproject.org>
|
|
- 2.100-1.20191208git2e360a2
|
|
✅ Initial packaging
|