1 |
%define name_orig ae_fonts |
2 |
%define fontdir fonts/TTF/arabic/arabeyes |
3 |
|
4 |
Name: fonts-ttf-arabic-arabeyes |
5 |
Summary: Arabic TrueType fonts |
6 |
Version: 2.0 |
7 |
Release: %mkrel 14 |
8 |
License: GPLv2+ |
9 |
Group: System/Fonts/True type |
10 |
Source: https://prdownloads.sourceforge.net/arabeyes/%{name_orig}_%{version}.tar.bz2 |
11 |
URL: https://www.arabeyes.org/project.php?proj=Khotot |
12 |
BuildArch: noarch |
13 |
Buildrequires: mkfontscale |
14 |
Provides: fonts-ttf-arabic |
15 |
|
16 |
%description |
17 |
This Package provides Free Arabic TrueType fonts donated under the GPL license |
18 |
by arabeyes.org. |
19 |
|
20 |
%prep |
21 |
%setup -n %{name_orig}_%version -q |
22 |
|
23 |
%build |
24 |
|
25 |
%install |
26 |
mkdir -p %buildroot/%_datadir/%fontdir |
27 |
cp */*.ttf %buildroot/%_datadir/%fontdir |
28 |
|
29 |
pushd %buildroot/%_datadir/%fontdir |
30 |
mkfontscale |
31 |
cp fonts.scale fonts.dir |
32 |
popd |
33 |
|
34 |
mkdir -p %{buildroot}%_sysconfdir/X11/fontpath.d/ |
35 |
ln -s ../../..%_datadir/%fontdir \ |
36 |
%{buildroot}%_sysconfdir/X11/fontpath.d/ttf-arabic-arabeyes:pri=50 |
37 |
|
38 |
%post |
39 |
touch %_datadir/fonts/TTF |
40 |
|
41 |
%files |
42 |
%defattr(0644,root,root,0755) |
43 |
%doc README ChangeLog |
44 |
%dir %_datadir/%fontdir |
45 |
%_datadir/%fontdir/* |
46 |
%_sysconfdir/X11/fontpath.d/ttf-arabic-arabeyes:pri=50 |
47 |
|
48 |
|
49 |
|