packages: fonts-OTF-Aeguptus/fonts-OTF-Aeguptus.spec (NEW) - initial, font ...
ankry
ankry at pld-linux.org
Tue Feb 9 18:02:50 CET 2010
Author: ankry Date: Tue Feb 9 17:02:50 2010 GMT
Module: packages Tag: HEAD
---- Log message:
- initial, font for Egyptian hieroglyphs
---- Files affected:
packages/fonts-OTF-Aeguptus:
fonts-OTF-Aeguptus.spec (NONE -> 1.1) (NEW)
---- Diffs:
================================================================
Index: packages/fonts-OTF-Aeguptus/fonts-OTF-Aeguptus.spec
diff -u /dev/null packages/fonts-OTF-Aeguptus/fonts-OTF-Aeguptus.spec:1.1
--- /dev/null Tue Feb 9 18:02:50 2010
+++ packages/fonts-OTF-Aeguptus/fonts-OTF-Aeguptus.spec Tue Feb 9 18:02:42 2010
@@ -0,0 +1,64 @@
+# $Revision$, $Date$
+Summary: Free UCS font for Egyptian hieroglyphs
+Summary(pl.UTF-8): Wolnodostępny font UCS dla hieroglifów egipskich
+Name: fonts-OTF-Aegyptus
+Version: 3.11
+Release: 1
+License: Freeware
+Group: Fonts
+Source0: http://users.teilar.gr/~g1951d/Aegyptus%{version}.zip
+# Source0-md5: de9426b4fbed2ce23d6121effce36ba9
+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
+The Aegyptus font encodes some 7100 Egyptian Hieroglyphs, all with a
+graphical representation. The main sources of glyphs are Hieroglyphica
+<http://www.ccer.nl/product8.html> and the work of Alan Gardiner
+<http://std.dkuug.dk/JTC1/SC2/WG2/docs/n3182.pdf>. Egyptian
+Hieroglyphs are allocated in the Supplementary Private Use Plane 15,
+for the lack of a standard. The font also covers Basic Latin, Egyptian
+Transliteration characters, Meroitic, some Punctuation and other
+Symbols and the Gardiner set of Egyptian Hieroglyphs supported by The
+Unicode Standard 5.2
+
+%%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}/Aegyptus.otf
+
+%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <feedback at pld-linux.org>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1 2010/02/09 17:02:42 ankry
+- initial, font for Egyptian hieroglyphs
+
================================================================
More information about the pld-cvs-commit
mailing list