]> git.pld-linux.org Git - packages/fonts-OTF-Akkadian.git/blob - fonts-OTF-Akkadian.spec
- initial
[packages/fonts-OTF-Akkadian.git] / fonts-OTF-Akkadian.spec
1 Summary:        Free UCS font for Cuneiform
2 Summary(pl.UTF-8):      WolnodostÄ™pny font UCS dla pisma klinowego
3 Name:           fonts-OTF-Aegyptus
4 Version:        2.52
5 Release:        1
6 License:        Freeware
7 Group:          Fonts
8 Source0:        http://users.teilar.gr/~g1951d/Akkadian.zip
9 # Source0-md5:  
10 URL:            http://users.teilar.gr/~g1951d/
11 BuildRequires:  unzip
12 Requires(post,postun):  fontpostinst
13 BuildArch:      noarch
14 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
15
16 %define         otffontsdir     %{_fontsdir}/OTF
17
18 %description
19 Akkadian font covers the following scripts and symbols supported by
20 The Unicode Standard 5.2: Basic Latin, Greek and Coptic, some
21 Punctuation and other Symbols, Cuneiform, Cuneiform Numbers and
22 Punctuation.
23
24 %%description -l pl.UTF-8
25 #TODO
26
27 %prep
28 %setup -q -n freefont-%{version}
29
30 %install
31 rm -rf $RPM_BUILD_ROOT
32 install -d $RPM_BUILD_ROOT%{otffontsdir}
33
34 install *.otf $RPM_BUILD_ROOT%{otffontsdir}
35
36 %clean
37 rm -rf $RPM_BUILD_ROOT
38
39 %post
40 fontpostinst OTF
41
42 %postun
43 fontpostinst OTF
44
45 %files
46 %defattr(644,root,root,755)
47 #%%doc *.txt
48 %{otffontsdir}/Akkadian.otf
This page took 0.072502 seconds and 3 git commands to generate.