120 Star 0 Fork 8

src-openEuler/fontawesome-fonts

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
fontawesome-fonts.spec 1.59 KB
一键复制 编辑 原始数据 按行查看 历史
starlet_dx 提交于 2024-06-13 09:52 . License compliance rectification
%global fontname fontawesome
%global fontconf 60-fontawesome.conf
Name: fontawesome-fonts
Version: 4.7.0
Release: 9
Summary: The iconic font and CSS toolkit
License: OFL-1.1 AND MIT
URL: https://github.com/FortAwesome/Font-Awesome
Source0: https://github.com/FortAwesome/Font-Awesome/archive/v4.7.0.zip
Source1: README-Trademarks.txt
BuildArch: noarch
BuildRequires: fontpackages-devel ttembed
Requires: fontpackages-filesystem
Provides: %{name}-web = %{version}-%{release}
Obsoletes: %{name}-web < %{version}-%{release}
%description
Font Awesome gives you scalable vector icons that can instantly be
customized — size, color, drop shadow, and anything that can be done with the
power of CSS.
%package_help
%prep
%autosetup -n Font-Awesome-%{version} -p1
cp -p %SOURCE1 .
%build
ttembed fonts/*.ttf fonts/*.otf
%install
install -m 0755 -d %{buildroot}%{_fontdir}
install -m 0644 -p fonts/*.ttf fonts/*.otf fonts/*.woff fonts/*.svg \
fonts/*.woff2 fonts/*.eot %{buildroot}%{_fontdir}
mkdir -p %{buildroot}%{_datadir}/font-awesome-web/
cp -a css less scss %{buildroot}%{_datadir}/font-awesome-web/
%files
%defattr(-,root,root)
%{_datadir}/font-awesome-web/
%{_datadir}/fonts/fontawesome/*
%files help
%defattr(-,root,root)
%doc README-Trademarks.txt
%changelog
* Thu Jun 13 2024 yao_xin <yao_xin001@hoperun.com> - 4.7.0-9
- License compliance rectification
* Mon Sep 14 2020 Ge Wang <wangge20@huawei.com> - 4.7.0-8
- Modify Source0 Url
* Fri Feb 14 2020 yanzhihua <yanzhihua4@huawei.com> - 4.7.0-7
- Package init
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/src-openeuler/fontawesome-fonts.git
git@gitee.com:src-openeuler/fontawesome-fonts.git
src-openeuler
fontawesome-fonts
fontawesome-fonts
master

搜索帮助