Update to 3.101
New source url
This commit is contained in:
parent
600277171a
commit
7e69bdd27b
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,2 +1,3 @@
|
||||
Comfortaa___font_by_aajohan.zip
|
||||
/comfortaa___font_by_aajohan-d1qr019.zip
|
||||
/aajohan-comfortaa-fonts-3.101.tar.gz
|
||||
|
@ -2,13 +2,13 @@
|
||||
%global fontconf 61-%{fontname}.conf
|
||||
|
||||
Name: %{fontname}-fonts
|
||||
Version: 3.001
|
||||
Release: 8%{?dist}
|
||||
Version: 3.101
|
||||
Release: 1%{?dist}
|
||||
Summary: Modern style true type font
|
||||
|
||||
License: OFL
|
||||
URL: http://aajohan.deviantart.com
|
||||
Source0: http://www.deviantart.com/download/105395949/comfortaa___font_by_aajohan-d1qr019.zip
|
||||
Source0: https://github.com/googlefonts/comfortaa/archive/%{version}%{?prerelease}/%{name}-%{version}%{?prerelease}.tar.gz
|
||||
Source1: %{name}-fontconfig.conf
|
||||
Source2: %{fontname}.metainfo.xml
|
||||
|
||||
@ -23,7 +23,7 @@ Bold, Regular, and Thin variants.
|
||||
It has very good European language coverage and decent Cyrillic coverage.
|
||||
|
||||
%prep
|
||||
%autosetup -n %{version}
|
||||
%autosetup -n comfortaa-%{version}
|
||||
|
||||
# Fixing
|
||||
# wrong-file-end-of-line-encoding issue
|
||||
@ -40,7 +40,8 @@ done
|
||||
|
||||
%install
|
||||
install -m 0755 -d %{buildroot}%{_fontdir}
|
||||
install -m 0644 -p *.ttf %{buildroot}%{_fontdir}
|
||||
install -m 0644 -p fonts/OTF/*.otf %{buildroot}%{_fontdir}
|
||||
install -m 0644 -p fonts/TTF/*.ttf %{buildroot}%{_fontdir}
|
||||
install -m 0755 -d %{buildroot}%{_fontconfig_templatedir} \
|
||||
%{buildroot}%{_fontconfig_confdir}
|
||||
install -m 0644 -p %{SOURCE1} \
|
||||
@ -55,11 +56,15 @@ install -Dm 0644 -p %{SOURCE2} \
|
||||
%check
|
||||
appstream-util validate-relax --nonet %{buildroot}/%{_datadir}/appdata/%{fontname}.metainfo.xml
|
||||
|
||||
%_font_pkg -f %{fontconf} *.ttf
|
||||
%_font_pkg -f %{fontconf} *.{otf,ttf}
|
||||
%doc FONTLOG.txt OFL.txt
|
||||
%{_datadir}/appdata/%{fontname}.metainfo.xml
|
||||
|
||||
%changelog
|
||||
* Tue Jun 1 2021 Luya Tshimbalanga <luya@fedoraproject.org> - 3.101-1
|
||||
- Update to 3.101
|
||||
- New source url
|
||||
|
||||
* Mon Jan 25 2021 Fedora Release Engineering <releng@fedoraproject.org> - 3.001-8
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (comfortaa___font_by_aajohan-d1qr019.zip) = caf998f9a1dd994f790a2ace1fcc8bf5632f21a61d849e6b5590d808d646556115ec08142397817d9dcfc1bb507d62ca52caf061e5c6048f89bc77f6e74c1f4b
|
||||
SHA512 (aajohan-comfortaa-fonts-3.101.tar.gz) = 0411960f72729513c234de753271e311465968ea62975201e1d54125aee16520a065f983b37e588f91cf7e5d0f439e7f1095ea02ea13f94b605b4b72ff626b7f
|
||||
|
Loading…
Reference in New Issue
Block a user