[tlomt-league-gothic-fonts] Initial import (#714408)

kjaleel kjaleel at fedoraproject.org
Tue Jul 5 21:41:02 UTC 2011


commit ea99a49c575b82a9bf6b0043923021582ef61f10
Author: Khusro Jaleel <kerneljack at kerneljack.com>
Date:   Tue Jul 5 22:40:44 2011 +0100

    Initial import (#714408)

 .gitignore                                |    1 +
 sources                                   |    1 +
 tlomt-league-gothic-fonts-fontconfig.conf |   16 +++++++
 tlomt-league-gothic-fonts.spec            |   64 +++++++++++++++++++++++++++++
 4 files changed, 82 insertions(+), 0 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e69de29..2092cbd 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/league-gothic.zip
diff --git a/sources b/sources
index e69de29..a83b716 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+72b228695f1ad8ac0e3824a1e7edb313  league-gothic.zip
diff --git a/tlomt-league-gothic-fonts-fontconfig.conf b/tlomt-league-gothic-fonts-fontconfig.conf
new file mode 100644
index 0000000..b75ed98
--- /dev/null
+++ b/tlomt-league-gothic-fonts-fontconfig.conf
@@ -0,0 +1,16 @@
+<?xml version="1.0"?>
+<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
+<fontconfig>
+  <alias>
+    <family>sans-serif</family>
+    <prefer>
+      <family>League Gothic</family>
+    </prefer>
+  </alias>
+  <alias>
+    <family>League Gothic</family>
+    <default>
+      <family>sans-serif</family>
+    </default>
+  </alias>
+</fontconfig>
diff --git a/tlomt-league-gothic-fonts.spec b/tlomt-league-gothic-fonts.spec
new file mode 100644
index 0000000..d2c6429
--- /dev/null
+++ b/tlomt-league-gothic-fonts.spec
@@ -0,0 +1,64 @@
+%global fontname tlomt-league-gothic
+%global fontconf 61-%{fontname}.conf
+
+Name:           %{fontname}-fonts
+Version:        1.0
+Release:        2%{?dist}
+Summary:        A sans serif gothic typeface
+
+Group:          User Interface/X
+License:        OFL
+URL:            http://www.theleagueofmoveabletype.com/fonts/7-league-gothic
+Source0:        http://s3.amazonaws.com/theleague-production/fonts/league-gothic.zip
+Source1:        %{name}-fontconfig.conf
+
+BuildArch:      noarch
+BuildRequires:  fontpackages-devel
+Requires:       fontpackages-filesystem
+
+%description
+League Gothic is a revival of an old classic, Alternate Gothic No.1.
+It was originally designed by Morris Fuller Benton for the American
+Type Founders Company (ATF) in 1903. The company went bankrupt in 1993.
+And since the original typeface was created before 1923, the typeface
+is in the public domain. It is a sans serif gothic typeface.
+
+This is actually another version of the font which was made by
+The League of Movable Type and contributed to the Open Source Type
+Movement.
+
+%prep
+%setup -q -c -T
+unzip -j -L -q %{SOURCE0}
+
+%build
+
+
+%install
+rm -fr %{buildroot}
+
+install -m 0755 -d %{buildroot}%{_fontdir}
+install -m 0644 -p League\ Gothic.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} *.otf
+
+
+%changelog
+* Sat Jul 02 2011 Khusro Jaleel <kerneljack at kerneljack.com> - 1.0-2
+- fixed up the description to make it obvious that this is a derivative font
+
+* Sun Jun 19 2011 Khusro Jaleel <kerneljack at kerneljack.com> - 1.0-1
+- initial package for Fedora
+


More information about the scm-commits mailing list