]> git.pld-linux.org Git - packages/fonts-TTF-CRULP-Nafees_Nastaleeq.git/blob - fonts-TTF-CRULP-Nafees_Nastaleeq.spec
- removed spaces from file name
[packages/fonts-TTF-CRULP-Nafees_Nastaleeq.git] / fonts-TTF-CRULP-Nafees_Nastaleeq.spec
1 %define         _font_name      Nafees_Nastaleeq
2 Summary:        Free font from Center for Research in Urdu Language Processing
3 Summary(pl.UTF-8):      Wolnodostępna czcionka z Centrum Badań nad Przetwarzaniem Języka Urdu
4 Name:           fonts-TTF-CRULP-Nafees_Nastaleeq
5 Version:        1.02
6 Release:        0.2
7 License:        MPL-like
8 Group:          Fonts
9 Source0:        http://www.crulp.org/Downloads/localization/fonts/NafeesNastaleeq/%{_font_name}_v%{version}.zip
10 # Source0-md5:  34ca164ce011b682522431fc332c0cb6
11 URL:            http://www.crulp.org/software/localization/Fonts/nafeesNastaleeq.html
12 Requires(post,postun):  fontpostinst
13 BuildArch:      noarch
14 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
15
16 %define         ttffontsdir     %{_fontsdir}/TTF
17
18 %description
19 Nafees Nastaleeq is developed according to calligraphic rules, following the style
20 of Syed Nafees Al-Hussaini (Nafees Raqam), one of the finest calligraphers of
21 Pakistan. Guidance and calligraphy of basic glyphs for the font has been provided
22 by Syed Jameel-ur-Rehman. He is pupil of Syed Nafees Shah and Hafiz
23 Syed Anees-ul-Hassan.
24
25 %prep
26 %setup -q -c %{name}-%{version}
27
28 %install
29 rm -rf $RPM_BUILD_ROOT
30 install -d $RPM_BUILD_ROOT%{ttffontsdir}
31
32 install Nafees\ Nastaleeq\ v1.02.ttf $RPM_BUILD_ROOT%{ttffontsdir}/%{_font_name}.ttf
33
34 %clean
35 rm -rf $RPM_BUILD_ROOT
36
37 %post
38 fontpostinst TTF
39
40 %postun
41 fontpostinst TTF
42
43 %files
44 %defattr(644,root,root,755)
45 %doc %{_font_name}_v%{version}.pdf
46 %{ttffontsdir}/*.ttf
This page took 0.111241 seconds and 3 git commands to generate.