Compare commits

...

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

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

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

Loading…
Cancel
Save