[gdouros-symbola-fonts] New upstream version, Simplified description

Robin Sonefors ozamosi at fedoraproject.org
Thu Sep 23 10:33:12 UTC 2010


commit b3aca1f8a7ae6f46c68c3c4efa470d0e5ea32197
Author: Robin Sonefors <ozamosi at flukkost.nu>
Date:   Thu Sep 23 12:32:38 2010 +0200

    New upstream version, Simplified description

 .gitignore                            |    1 +
 gdouros-symbola-fonts-fontconfig.conf |   22 +++++++++++
 gdouros-symbola-fonts.spec            |   67 +++++++++++++++++++++++++++++++++
 sources                               |    1 +
 4 files changed, 91 insertions(+), 0 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e69de29..67f0ecb 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/Symbola254.zip
diff --git a/gdouros-symbola-fonts-fontconfig.conf b/gdouros-symbola-fonts-fontconfig.conf
new file mode 100644
index 0000000..c496acc
--- /dev/null
+++ b/gdouros-symbola-fonts-fontconfig.conf
@@ -0,0 +1,22 @@
+<?xml version="1.0"?>
+<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
+<fontconfig>
+  <alias>
+    <family>serif</family>
+    <prefer>
+      <family>Symbola</family>
+    </prefer>
+  </alias>
+  <alias>
+    <family>Symbola</family>
+    <default>
+      <family>serif</family>
+    </default>
+  </alias>
+  <alias binding="same">
+    <family>Unicode Symbols</family>
+    <accept>
+      <family>Symbola</family>
+    </accept>
+  </alias>
+</fontconfig>
diff --git a/gdouros-symbola-fonts.spec b/gdouros-symbola-fonts.spec
new file mode 100644
index 0000000..20a431e
--- /dev/null
+++ b/gdouros-symbola-fonts.spec
@@ -0,0 +1,67 @@
+%global fontname gdouros-symbola
+%global fontconf 65-%{fontname}.conf
+
+Name:           %{fontname}-fonts
+Version:        2.54
+Release:        1%{?dist}
+Summary:        A symbol font
+
+Group:          User Interface/X
+License:        Copyright only
+URL:            http://users.teilar.gr/~g1951d/
+Source0:        http://users.teilar.gr/~g1951d/Symbola254.zip
+Source1:        %{name}-fontconfig.conf
+BuildRoot:      %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
+
+BuildArch:      noarch
+BuildRequires:  fontpackages-devel
+Requires:       fontpackages-filesystem
+
+%description
+Symbola covers many scripts and symbols supported by Unicode.
+
+These include those in Basic Latin, Latin-1 Supplement, Latin Extended-A, IPA
+Extensions, Spacing Modifier Letters, Greek and Coptic, Cyrillic, Cyrillic
+Supplementary, General Punctuation, Superscripts and Subscripts, and many
+others.
+
+It was created by George Douros.
+
+%prep
+%setup -q -c
+
+
+%build
+
+
+%install
+rm -fr %{buildroot}
+
+install -m 0755 -d %{buildroot}%{_fontdir}
+install -m 0644 -p Symbola.otf %{buildroot}%{_fontdir}
+
+install -m 0755 -d %{buildroot}%{_fontconfig_templatedir} \
+                   %{buildroot}%{_fontconfig_confdir}
+
+install -m 0644 -p %{SOURCE1} \
+        %{buildroot}%{_fontconfig_templatedir}/%{fontconf}
+ln -s %{_fontconfig_templatedir}/%{fontconf} \
+      %{buildroot}%{_fontconfig_confdir}/%{fontconf}
+
+
+%clean
+rm -fr %{buildroot}
+
+
+%_font_pkg -f %{fontconf} Symbola.otf
+
+%doc Symbola.txt
+
+
+%changelog
+* Thu Sep 23 2010 Robin Sonefors <ozamosi at flukkost.nu> - 2.54-1
+- New upstream version
+- Simplified description
+
+* Thu Oct 22 2009 Robin Sonefors <ozamosi at flukkost.nu> - 2.52-1
+- Initial package
diff --git a/sources b/sources
index e69de29..f99efc6 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+20d08c7c87b6135c946a94f33b4ab704  Symbola254.zip


More information about the fonts-bugs mailing list