[tlomt-orbitron-fonts] initial import

Lameire Alexis alexises at fedoraproject.org
Mon Aug 30 18:58:47 UTC 2010


commit d219e465f036dc9fa03932ac915267f45148bed0
Author: alexises <alexises at fedoraproject.org>
Date:   Mon Aug 30 20:58:15 2010 +0200

    initial import

 .gitignore                           |    1 +
 sources                              |    1 +
 tlomt-orbitron-fonts-fontconfig.conf |   16 +++++++
 tlomt-orbitron-fonts.spec            |   76 ++++++++++++++++++++++++++++++++++
 4 files changed, 94 insertions(+), 0 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e69de29..73801a5 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/orbitron.zip
diff --git a/sources b/sources
index e69de29..25dfe3d 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+64f4966fc00f5396bea757f391e6cdf4  orbitron.zip
diff --git a/tlomt-orbitron-fonts-fontconfig.conf b/tlomt-orbitron-fonts-fontconfig.conf
new file mode 100644
index 0000000..f7f90c7
--- /dev/null
+++ b/tlomt-orbitron-fonts-fontconfig.conf
@@ -0,0 +1,16 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE fontconfig SYSTEM "../fonts.dtd">
+<fontconfig>
+    <alias>
+        <family>sans-serif</family>
+        <prefer>
+            <family>orbitron</family>
+        </prefer>
+    </alias>
+    <alias>
+        <family>orbitron</family>
+        <default>
+            <family>sans-serif</family>
+        </default>
+    </alias>
+</fontconfig>
diff --git a/tlomt-orbitron-fonts.spec b/tlomt-orbitron-fonts.spec
new file mode 100644
index 0000000..2bcb386
--- /dev/null
+++ b/tlomt-orbitron-fonts.spec
@@ -0,0 +1,76 @@
+%global shortfontname orbitron
+%global fontname tlomt-%{shortfontname}
+%global fontconf 61-%{fontname}.conf
+
+Name:           %{fontname}-fonts
+Version:        1.000
+Release:        2%{?dist}
+Summary:        Geometric sans-serif typeface
+
+Group:          User Interface/X
+License:        OFL
+URL:            http://www.theleagueofmoveabletype.com/
+Source0:        http://s3.amazonaws.com/theleague-production/fonts/%{shortfontname}.zip
+Source1:        %{name}-fontconfig.conf
+
+BuildArch:      noarch
+BuildRequires:  fontpackages-devel
+Requires:       fontpackages-filesystem
+
+%description
+Orbitron is a geometric sans-serif typeface intended for display purposes. It
+features four weights (light, medium, bold, and black), a stylistic
+alternative, small caps, and a ton of alternate glyphs. Orbitron was designed
+so that graphic designers in the future will have some alternative to typefaces
+like Eurostile or Bank Gothic. If you’ve ever seen a futuristic sci-fi movie,
+you have may noticed that all other fonts have been lost or destroyed in the
+apocalypse that led humans to flee earth. Only those very few geometric
+typefaces have survived to be used on spaceship exteriors, spacestation
+signage, monopolistic corporate branding, uniforms featuring aerodynamic
+shoulder pads, etc. Of course Orbitron could also be used on the posters for
+the movies portraying this inevitable future.
+
+%prep
+%setup -q -n Orbitron
+#
+# supress windows EOL style
+#
+sed 's/\r//' Open\ Font\ License.txt > License.new
+touch -r Open\ Font\ License.txt License.new
+mv License.new Open\ Font\ License.txt
+
+
+%build
+
+
+%install
+rm -rf %{buildroot} 
+
+install -m 0755 -d %{buildroot}%{_fontdir}
+install -m 0644 -p OTF/*.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
+
+%doc readme.txt
+%doc Open\ Font\ License.txt
+
+%changelog
+* Thu Aug 26 2010 alexisis-pristontale at hotmail.com - 1.000-2
+- bad version naming
+
+* Thu Aug 26 2010 Lameire Alexis <alexisis-pristontale at hotmail.com> - 1.0.0.0-1
+- initial release
+


More information about the scm-commits mailing list