2020-02-14 11:43:10 +08:00
|
|
|
Name: sil-scheherazade-fonts
|
2024-01-31 17:09:20 +08:00
|
|
|
Version: 3.300
|
|
|
|
|
Release: 1
|
2020-02-14 11:43:10 +08:00
|
|
|
Summary: An Arabic script unicode font
|
2022-05-10 17:30:03 +08:00
|
|
|
License: OFL-1.1
|
2020-02-14 11:43:10 +08:00
|
|
|
URL: https://software.sil.org/scheherazade/
|
2024-01-31 17:09:20 +08:00
|
|
|
Source0: https://software.sil.org/downloads/r/scheherazade/ScheherazadeNew-%{version}.zip
|
2020-02-14 11:43:10 +08:00
|
|
|
Source1: sil-scheherazade-fonts-fontconfig.conf
|
|
|
|
|
BuildArch: noarch
|
|
|
|
|
BuildRequires: fontpackages-devel
|
|
|
|
|
Requires: fontpackages-filesystem
|
|
|
|
|
|
|
|
|
|
%description
|
|
|
|
|
Scheherazade, named after the heroine of the classic Arabian Nights tale, is
|
|
|
|
|
designed in a similar style to traditional typefaces such as Monotype Naskh,
|
|
|
|
|
extended to cover the full Unicode Arabic repertoire.
|
|
|
|
|
|
2024-01-31 17:09:20 +08:00
|
|
|
|
|
|
|
|
Provides: sil-scheherazade-fonts = %{version}-%{release}
|
|
|
|
|
Obsoletes: sil-scheherazade-fonts < %{version}-%{release}
|
|
|
|
|
|
2020-02-14 11:43:10 +08:00
|
|
|
%prep
|
2024-01-31 17:09:20 +08:00
|
|
|
%setup -q -n ScheherazadeNew-%{version}
|
2020-02-14 11:43:10 +08:00
|
|
|
|
|
|
|
|
%install
|
|
|
|
|
install -m 0755 -d %{buildroot}%{_datadir}/fonts/sil-scheherazade
|
|
|
|
|
install -m 0644 -p *.ttf %{buildroot}%{_datadir}/fonts/sil-scheherazade
|
|
|
|
|
|
|
|
|
|
install -m 0755 -d %{buildroot}%{_datadir}/fontconfig/conf.avail
|
|
|
|
|
install -m 0644 -p %{SOURCE1} %{buildroot}%{_datadir}/fontconfig/conf.avail/65-sil-scheherazade.conf
|
|
|
|
|
|
|
|
|
|
install -m 0755 -d %{buildroot}/etc/fonts/conf.d
|
|
|
|
|
ln -s {_datadir}/fontconfig/conf.avail/65-sil-scheherazade.conf %{buildroot}/etc/fonts/conf.d/65-sil-scheherazade.conf
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%files
|
|
|
|
|
%dir %{_datadir}/fonts/sil-scheherazade/
|
|
|
|
|
%{_datadir}/fonts/sil-scheherazade/*.ttf
|
|
|
|
|
%{_datadir}/fontconfig/conf.avail/65-sil-scheherazade.conf
|
|
|
|
|
%config(noreplace) /etc/fonts/conf.d/65-sil-scheherazade.conf
|
|
|
|
|
%license OFL.txt
|
|
|
|
|
%doc FONTLOG.txt README.txt OFL-FAQ.txt documentation/*
|
|
|
|
|
|
|
|
|
|
%changelog
|
2024-01-31 17:09:20 +08:00
|
|
|
* Wed Jan 31 2024 xu_ping <707078654@qq.com> - 3.300-1
|
|
|
|
|
- Upgrade version to 3.300
|
|
|
|
|
|
2022-05-10 17:30:03 +08:00
|
|
|
* Tue May 10 2022 yaoxin <yaoxin30@h-partners.com> - 2.100-10
|
|
|
|
|
- License compliance rectification
|
|
|
|
|
|
2020-02-14 11:43:10 +08:00
|
|
|
* Thu Nov 22 2019 openEuler Buildteam <buildteam@openeuler.org> - 2.100-9
|
|
|
|
|
- Package init
|