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