Compare commits

...

No commits in common. 'c9' and 'cs10' have entirely different histories.
c9 ... cs10

@ -1,5 +1,5 @@
<?xml version="1.0"?>
<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
<!DOCTYPE fontconfig SYSTEM "urn:fontconfig:fonts.dtd">
<fontconfig>
<alias>
<family>sans-serif</family>

@ -1,17 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Copyright 2014 Parag Nemade <pnemade AT redhat DOT com> -->
<component type="font">
<id>sil-nuosu</id>
<metadata_license>CC-BY-3.0</metadata_license>
<name>Nuosu SIL</name>
<summary>The Nuosu SIL Font</summary>
<description>
<p>
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.
</p>
</description>
<updatecontact>pnemade_at_redhat_dot_com</updatecontact>
<url type="homepage">http://scripts.sil.org/SILYi_home</url>
</component>

@ -1,62 +1,75 @@
%global fontname sil-nuosu
%global fontconf 66-%{fontname}.conf
# SPDX-License-Identifier: MIT
%global archivename NuosuSIL-%{version}.tar.xz
Version: 2.200
Release: 12%{?dist}
URL: http://scripts.sil.org/SILYi_home
Name: %{fontname}-fonts
Version: 2.200
Release: 4%{?dist}
Summary: The Nuosu SIL Font
%global foundry SIL
%global fontlicense OFL-1.1-RFN
%global fontlicenses OFL.txt
%global fontdocs README.txt FONTLOG.txt
License: OFL
URL: http://scripts.sil.org/SILYi_home
Source0: https://github.com/silnrsi/font-nuosu/releases/download/v%{version}/%{archivename}
Source1: %{name}-fontconfig.conf
Source2: %{fontname}.metainfo.xml
%global fontfamily Nuosu SIL
%global fontsummary The Nuosu SIL Font
%global fonts NuosuSIL-Regular.ttf
%global fontconfs %{SOURCE10}
BuildArch: noarch
BuildRequires: fontpackages-devel
Requires: fontpackages-filesystem
%global fontdescription %{expand:
The Nuosu SIL Font is a single Unicode font for the standardized Yi script used by a large ethnic group in southwestern China.
}
%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.
Source0: https://github.com/silnrsi/font-nuosu/releases/download/v%{version}/NuosuSIL-%{version}.tar.xz
Source10: 66-sil-nuosu-fonts.conf
%fontpkg
%prep
%setup -q -n NuosuSIL-%{version}
sed -i 's/\r//' OFL.txt FONTLOG.txt
%autosetup -n NuosuSIL-%{version}
%linuxtext OFL.txt FONTLOG.txt
%build
%fontbuild
%install
install -m 0755 -d %{buildroot}%{_fontdir}
install -m 0644 -p *.ttf %{buildroot}%{_fontdir}
%fontinstall
install -m 0755 -d %{buildroot}%{_fontconfig_templatedir} \
%{buildroot}%{_fontconfig_confdir}
%check
%fontcheck
install -m 0644 -p %{SOURCE1} \
%{buildroot}%{_fontconfig_templatedir}/%{fontconf}
ln -s %{_fontconfig_templatedir}/%{fontconf} \
%{buildroot}%{_fontconfig_confdir}/%{fontconf}
%fontfiles
# Add AppStream metadata
install -Dm 0644 -p %{SOURCE2} \
%{buildroot}%{_datadir}/appdata/%{fontname}.metainfo.xml
%changelog
* Tue Oct 29 2024 Troy Dawson <tdawson@redhat.com> - 2.200-12
- Bump release for October 2024 mass rebuild:
Resolves: RHEL-64018
%_font_pkg -f %{fontconf} *.ttf
%doc OFL.txt FONTLOG.txt
%{_datadir}/appdata/%{fontname}.metainfo.xml
* Mon Jun 24 2024 Troy Dawson <tdawson@redhat.com> - 2.200-11
- Bump release for June 2024 mass rebuild
%changelog
* Tue Aug 10 2021 Mohan Boddu <mboddu@redhat.com> - 2.200-4
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
Related: rhbz#1991688
* Sat Jan 27 2024 Fedora Release Engineering <releng@fedoraproject.org> - 2.200-10
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
* Sat Jul 22 2023 Fedora Release Engineering <releng@fedoraproject.org> - 2.200-9
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
* Fri Mar 10 2023 Peng Wu <pwu@redhat.com> - 2.200-8
- Migrate to SPDX license
* Sat Jan 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 2.200-7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
* Sat Jul 23 2022 Fedora Release Engineering <releng@fedoraproject.org> - 2.200-6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
* Tue Jun 21 2022 Peng Wu <pwu@redhat.com> - 2.200-5
- Update the fonts package
- https://fedoraproject.org/wiki/Changes/New_Fonts_Packaging
* Sat Jan 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 2.200-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
* Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com> - 2.200-3
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
* Fri Jul 23 2021 Fedora Release Engineering <releng@fedoraproject.org> - 2.200-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 2.200-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild

Loading…
Cancel
Save