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