36 lines
1.1 KiB
RPMSpec
36 lines
1.1 KiB
RPMSpec
|
|
%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
|