/[packages]/cauldron/fonts-ttf-arabic-arabeyes/current/SPECS/fonts-ttf-arabic-arabeyes.spec
ViewVC logotype

Annotation of /cauldron/fonts-ttf-arabic-arabeyes/current/SPECS/fonts-ttf-arabic-arabeyes.spec

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1778788 - (hide annotations) (download)
Thu Feb 17 07:35:48 2022 UTC (3 years, 5 months ago) by danf
File size: 1108 byte(s)
SILENT: Switch to https URLs
1 ennael 63479 %define name_orig ae_fonts
2     %define fontdir fonts/TTF/arabic/arabeyes
3    
4 ovitters 644878 Name: fonts-ttf-arabic-arabeyes
5 ennael 63479 Summary: Arabic TrueType fonts
6 ovitters 644878 Version: 2.0
7 umeabot 1489878 Release: %mkrel 13
8 ennael 63479 License: GPLv2+
9     Group: System/Fonts/True type
10 danf 1778788 Source: https://prdownloads.sourceforge.net/arabeyes/%{name_orig}_%{version}.tar.bz2
11 ennael 63479 URL: http://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    

  ViewVC Help
Powered by ViewVC 1.1.30