Update to 2.200
This commit is contained in:
parent
f961b54e18
commit
c9e7997ca3
1
.gitignore
vendored
1
.gitignore
vendored
@ -1 +1,2 @@
|
||||
/ttf-sil-nuosusil-2.1.1.tar.gz
|
||||
/NuosuSIL-2.200.tar.xz
|
||||
|
@ -1,16 +1,16 @@
|
||||
%global fontname sil-nuosu
|
||||
%global fontconf 66-%{fontname}.conf
|
||||
|
||||
%global archivename ttf-sil-nuosusil-2.1.1.tar.gz
|
||||
%global archivename NuosuSIL-%{version}.tar.xz
|
||||
|
||||
Name: %{fontname}-fonts
|
||||
Version: 2.1.1
|
||||
Release: 19%{?dist}
|
||||
Version: 2.200
|
||||
Release: 1%{?dist}
|
||||
Summary: The Nuosu SIL Font
|
||||
|
||||
License: OFL
|
||||
URL: http://scripts.sil.org/SILYi_home
|
||||
Source0: %{archivename}
|
||||
Source0: https://github.com/silnrsi/font-nuosu/releases/download/v%{version}/%{archivename}
|
||||
Source1: %{name}-fontconfig.conf
|
||||
Source2: %{fontname}.metainfo.xml
|
||||
|
||||
@ -24,8 +24,8 @@ used by a large ethnic group in southwestern China.
|
||||
Until this version, the font was called SIL Yi.
|
||||
|
||||
%prep
|
||||
%setup -q -c %{name}
|
||||
sed -i 's/\r//' OFL.txt doc/FONTLOG.txt
|
||||
%setup -q -n NuosuSIL-%{version}
|
||||
sed -i 's/\r//' OFL.txt FONTLOG.txt
|
||||
|
||||
%build
|
||||
|
||||
@ -47,10 +47,14 @@ install -Dm 0644 -p %{SOURCE2} \
|
||||
%{buildroot}%{_datadir}/appdata/%{fontname}.metainfo.xml
|
||||
|
||||
%_font_pkg -f %{fontconf} *.ttf
|
||||
%doc OFL.txt doc/FONTLOG.txt
|
||||
%doc OFL.txt FONTLOG.txt
|
||||
%{_datadir}/appdata/%{fontname}.metainfo.xml
|
||||
|
||||
%changelog
|
||||
* Thu Oct 29 2020 Peng Wu <pwu@redhat.com> - 2.200-1
|
||||
- Update to 2.200
|
||||
- Corrected shape of U+300D and U+300F
|
||||
|
||||
* Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 2.1.1-19
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user