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