]> git.pld-linux.org Git - packages/fonts-TTF-arabic-KACST.git/blob - fonts-TTF-arabic-KACST.spec
- updated MD5 sum (looks like the file changes contents without changing name)
[packages/fonts-TTF-arabic-KACST.git] / fonts-TTF-arabic-KACST.spec
1 Summary:        Free fonts from King Abdul Aziz City for Science and Technology
2 Summary(pl.UTF-8):      Wolnodostępne czcionki z King Abdul Aziz City for Science and Technology
3 Name:           fonts-TTF-arabic-KACST
4 Version:        2.0
5 Release:        0.3
6 License:        GPL
7 Group:          Fonts
8 Source0:        http://prdownloads.sourceforge.net/arabeyes/kacst_fonts_%{version}.tar.bz2
9 # Source0-md5:  0b6d7b619c85e09c80fca7248af59892
10 URL:            http://www.arabeyes.org
11 Requires(post,postun):  fontpostinst
12 BuildArch:      noarch
13 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
14
15 %define         ttffontsdir     %{_fontsdir}/TTF
16
17 %description
18 The Khohot project aims at increasing the number of available Arabic free and open
19 source fonts. The fonts included here come from King Abdul Aziz City for Science
20 and Technology.
21
22 %description -l pl.UTF-8
23 Celem projektu Khohot jest poszerzenie liczby wolnodostępnych i otwartych czcionek
24 arabskich. Czcionki zawarte w tej paczce pochodzą z King Abdul Aziz City for Science
25 and Technology.
26
27 %prep
28 %setup -q -n KacstArabicFonts-%{version}
29
30 %install
31 rm -rf $RPM_BUILD_ROOT
32 install -d $RPM_BUILD_ROOT%{ttffontsdir}
33
34 install *.ttf $RPM_BUILD_ROOT%{ttffontsdir}
35
36 %clean
37 rm -rf $RPM_BUILD_ROOT
38
39 %post
40 fontpostinst TTF
41
42 %postun
43 fontpostinst TTF
44
45 %files
46 %defattr(644,root,root,755)
47 %doc LICENSE README
48 %{ttffontsdir}/[Kk]acst*.ttf
This page took 0.106234 seconds and 3 git commands to generate.