]> git.pld-linux.org Git - packages/fonts-OTF-Akkadian.git/commitdiff
- initial
authorankry <ankry@pld-linux.org>
Tue, 9 Feb 2010 18:23:55 +0000 (18:23 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    fonts-OTF-Akkadian.spec -> 1.1

fonts-OTF-Akkadian.spec [new file with mode: 0644]

diff --git a/fonts-OTF-Akkadian.spec b/fonts-OTF-Akkadian.spec
new file mode 100644 (file)
index 0000000..22d2dc5
--- /dev/null
@@ -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
This page took 0.076393 seconds and 4 git commands to generate.