1 Star 0 Fork 5

jinjin/ucs-miscfixed-fonts

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
ucs-miscfixed-fonts.spec 1.08 KB
一键复制 编辑 原始数据 按行查看 历史
jinjin 提交于 2020-04-01 04:19 . init
%global fontname ucs-miscfixed
Name: %{fontname}-fonts
Version: 0.3
Release: 19
Summary: Selected set of bitmap fonts
License: Public Domain
URL: http://www.cl.cam.ac.uk/~mgk25/ucs-fonts.html
Source0: http://www.cl.cam.ac.uk/~mgk25/download/ucs-fonts.tar.gz
Source1: 66-ucs-miscfixed.conf
BuildArch: noarch
BuildRequires: fontpackages-devel xorg-x11-font-utils
%description
The usc-fixed-fonts package provides bitmap fonts for locations such as terminals.
%prep
%autosetup -c -p1
rm helvR12.bdf
%build
%install
install -m 0755 -d %{buildroot}%{_fontdir}
install -m 0644 -p *.bdf %{buildroot}%{_fontdir}
install -m 0755 -d %{buildroot}%{_fontconfig_templatedir} %{buildroot}%{_fontconfig_confdir}
install -m 0644 -p %{SOURCE1} %{buildroot}%{_fontconfig_templatedir}/66-ucs-miscfixed.conf
ln -s %{_fontconfig_templatedir}/66-ucs-miscfixed.conf %{buildroot}%{_fontconfig_confdir}/66-ucs-miscfixed.conf
%_font_pkg -f 66-ucs-miscfixed.conf *.bdf
%doc README
%changelog
* Thu Dec 12 2019 liujing<liujing144@huawei.com> - 0.3-19
- Package init
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/yanglijin/ucs-miscfixed-fonts.git
git@gitee.com:yanglijin/ucs-miscfixed-fonts.git
yanglijin
ucs-miscfixed-fonts
ucs-miscfixed-fonts
master

搜索帮助