From b1e251c1392ad06f19723408d5229185a271012d Mon Sep 17 00:00:00 2001 From: ankry Date: Tue, 9 Feb 2010 18:23:55 +0000 Subject: [PATCH] - initial Changed files: fonts-OTF-Akkadian.spec -> 1.1 --- fonts-OTF-Akkadian.spec | 48 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 48 insertions(+) create mode 100644 fonts-OTF-Akkadian.spec diff --git a/fonts-OTF-Akkadian.spec b/fonts-OTF-Akkadian.spec new file mode 100644 index 0000000..22d2dc5 --- /dev/null +++ b/fonts-OTF-Akkadian.spec @@ -0,0 +1,48 @@ +Summary: Free UCS font for Cuneiform +Summary(pl.UTF-8): Wolnodostępny font UCS dla pisma klinowego +Name: fonts-OTF-Aegyptus +Version: 2.52 +Release: 1 +License: Freeware +Group: Fonts +Source0: http://users.teilar.gr/~g1951d/Akkadian.zip +# Source0-md5: +URL: http://users.teilar.gr/~g1951d/ +BuildRequires: unzip +Requires(post,postun): fontpostinst +BuildArch: noarch +BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) + +%define otffontsdir %{_fontsdir}/OTF + +%description +Akkadian font covers the following scripts and symbols supported by +The Unicode Standard 5.2: Basic Latin, Greek and Coptic, some +Punctuation and other Symbols, Cuneiform, Cuneiform Numbers and +Punctuation. + +%%description -l pl.UTF-8 +#TODO + +%prep +%setup -q -n freefont-%{version} + +%install +rm -rf $RPM_BUILD_ROOT +install -d $RPM_BUILD_ROOT%{otffontsdir} + +install *.otf $RPM_BUILD_ROOT%{otffontsdir} + +%clean +rm -rf $RPM_BUILD_ROOT + +%post +fontpostinst OTF + +%postun +fontpostinst OTF + +%files +%defattr(644,root,root,755) +#%%doc *.txt +%{otffontsdir}/Akkadian.otf -- 2.43.0