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