Initial import (#673029).
This commit is contained in:
parent
1f4c6c14bf
commit
de8fee7d90
1
.gitignore
vendored
1
.gitignore
vendored
@ -0,0 +1 @@
|
||||
/ttf-sil-nuosusil-2.1.1.tar.gz
|
16
sil-nuosu-fonts-fontconfig.conf
Normal file
16
sil-nuosu-fonts-fontconfig.conf
Normal file
@ -0,0 +1,16 @@
|
||||
<?xml version="1.0"?>
|
||||
<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
|
||||
<fontconfig>
|
||||
<alias>
|
||||
<family>sans-serif</family>
|
||||
<prefer>
|
||||
<family>Nuosu SIL</family>
|
||||
</prefer>
|
||||
</alias>
|
||||
<alias>
|
||||
<family>Nuosu SIL</family>
|
||||
<default>
|
||||
<family>sans-serif</family>
|
||||
</default>
|
||||
</alias>
|
||||
</fontconfig>
|
56
sil-nuosu-fonts.spec
Normal file
56
sil-nuosu-fonts.spec
Normal file
@ -0,0 +1,56 @@
|
||||
%global fontname sil-nuosu
|
||||
%global fontconf 66-%{fontname}.conf
|
||||
|
||||
%global archivename ttf-sil-nuosusil-2.1.1.tar.gz
|
||||
|
||||
Name: %{fontname}-fonts
|
||||
Version: 2.1.1
|
||||
Release: 2%{?dist}
|
||||
Summary: The Nuosu SIL Font
|
||||
|
||||
Group: User Interface/X
|
||||
License: OFL
|
||||
URL: http://scripts.sil.org/SILYi_home
|
||||
Source0: %{archivename}
|
||||
Source1: %{name}-fontconfig.conf
|
||||
|
||||
BuildArch: noarch
|
||||
BuildRequires: fontpackages-devel
|
||||
Requires: fontpackages-filesystem
|
||||
|
||||
%description
|
||||
The Nuosu SIL Font is a single Unicode font for the standardized Yi script
|
||||
used by a large ethnic group in southwestern China.
|
||||
Until this version, the font was called SIL Yi.
|
||||
|
||||
%prep
|
||||
%setup -q -c %{name}
|
||||
|
||||
|
||||
%build
|
||||
|
||||
|
||||
%install
|
||||
install -m 0755 -d %{buildroot}%{_fontdir}
|
||||
install -m 0644 -p *.ttf %{buildroot}%{_fontdir}
|
||||
|
||||
install -m 0755 -d %{buildroot}%{_fontconfig_templatedir} \
|
||||
%{buildroot}%{_fontconfig_confdir}
|
||||
|
||||
install -m 0644 -p %{SOURCE1} \
|
||||
%{buildroot}%{_fontconfig_templatedir}/%{fontconf}
|
||||
ln -s %{_fontconfig_templatedir}/%{fontconf} \
|
||||
%{buildroot}%{_fontconfig_confdir}/%{fontconf}
|
||||
|
||||
|
||||
%_font_pkg -f %{fontconf} *.ttf
|
||||
|
||||
%doc
|
||||
|
||||
|
||||
%changelog
|
||||
* Sun Jan 30 2011 Peng Wu <pwu@redhat.com> - 2.1.1-2
|
||||
- Clean the spec file and add fontconfig file
|
||||
|
||||
* Wed Jan 26 2011 Peng Wu <pwu@redhat.com> - 2.1.1-1
|
||||
- Initial package
|
Loading…
Reference in New Issue
Block a user