Version 6.5.0
This commit is contained in:
parent
4266c88064
commit
02af669c7f
File diff suppressed because one or more lines are too long
@ -1,7 +1,7 @@
|
||||
Name: fontawesome-fonts
|
||||
Summary: Support files for the FontAwesome fonts
|
||||
Epoch: 1
|
||||
Version: 6.4.2
|
||||
Version: 6.5.0
|
||||
Release: 1%{?dist}
|
||||
|
||||
License: MIT
|
||||
@ -15,12 +15,12 @@ with the power of CSS.}
|
||||
|
||||
%global fontlicense OFL-1.1-RFN
|
||||
%global fontlicenses LICENSE.txt
|
||||
%global fontdocs CHANGELOG.md README* UPGRADING.md
|
||||
%global fontdocs CHANGELOG.md README.md UPGRADING.md
|
||||
%global fontorg com.fontawesome
|
||||
|
||||
%global fontfamily1 FontAwesome 6 Free
|
||||
%global fontsummary1 Iconic font set
|
||||
%global fonts1 otfs/*Free*
|
||||
%global fonts1 free/otfs/*Free*
|
||||
%global fontconfs1 %{SOURCE3}
|
||||
%global fontpkgheader1 %{expand:
|
||||
# This can be removed when F42 reaches EOL
|
||||
@ -34,7 +34,7 @@ font files.}
|
||||
|
||||
%global fontfamily2 FontAwesome 6 Brands Regular
|
||||
%global fontsummary2 Iconic font set
|
||||
%global fonts2 otfs/*Brands*
|
||||
%global fonts2 free/otfs/*Brands*
|
||||
%global fontconfs2 %{SOURCE4}
|
||||
%global fontpkgheader2 %{expand:
|
||||
# This can be removed when F42 reaches EOL
|
||||
@ -108,8 +108,10 @@ cp -p %SOURCE2 .
|
||||
|
||||
# Install the web files
|
||||
mkdir -p %{buildroot}%{_datadir}/fontawesome
|
||||
cd free
|
||||
cp -a css js less metadata scss sprites svgs webfonts \
|
||||
%{buildroot}%{_datadir}/fontawesome
|
||||
cd -
|
||||
|
||||
# Fix up the generated metainfo; see bz 1943727
|
||||
sed -e 's,updatecontact,update_contact,g' \
|
||||
@ -129,6 +131,9 @@ sed -e 's,updatecontact,update_contact,g' \
|
||||
%{_datadir}/fontawesome/
|
||||
|
||||
%changelog
|
||||
* Thu Nov 30 2023 Jerry James <loganjerry@gmail.com> - 1:6.5.0-1
|
||||
- Version 6.5.0
|
||||
|
||||
* Thu Aug 3 2023 Jerry James <loganjerry@gmail.com> - 1:6.4.2-1
|
||||
- Version 6.4.2
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (Font-Awesome-6.4.2.tar.gz) = d1ea99052498a84de5eaccf18b00f15aed9a78a1279feaf54d6dec266dcfe674a1b73e5fef0d82bd53cf8c06df1803919e237c66f0644ccfb144cc898ccd6b51
|
||||
SHA512 (Font-Awesome-6.5.0.tar.gz) = a84ee155e6d4276d05be1f61b65c8b03032825fa24fe1819dac1bef9285c220a687dd98e79676bb70f299ee8914027cd6feac219620fe24b58d7638cd20f1481
|
||||
|
Loading…
Reference in New Issue
Block a user