[overpass-fonts/f16] initial package

Tom Callaway spot at fedoraproject.org
Tue Oct 23 16:03:49 UTC 2012


commit 0322539ad7469d5677a12f5b6a9a91fc2e871d1d
Author: Tom Callaway <spot at fedoraproject.org>
Date:   Tue Oct 23 12:05:14 2012 -0400

    initial package

 overpass-fonts-fontconfig.conf |   16 +++++++++++++
 overpass-fonts.spec            |   47 ++++++++++++++++++++++++++++++++++++++++
 sources                        |    1 +
 3 files changed, 64 insertions(+), 0 deletions(-)
---
diff --git a/overpass-fonts-fontconfig.conf b/overpass-fonts-fontconfig.conf
new file mode 100644
index 0000000..06edfeb
--- /dev/null
+++ b/overpass-fonts-fontconfig.conf
@@ -0,0 +1,16 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE fontconfig SYSTEM "../fonts.dtd">
+<fontconfig>
+ <alias>
+    <family>Overpass</family>
+    <prefer>
+      <family>sans-serif</family>
+    </prefer>
+  </alias>
+  <alias>
+    <family>sans-serif</family>
+    <default>
+      <family>Overpass</family>
+    </default>
+  </alias>
+</fontconfig>
diff --git a/overpass-fonts.spec b/overpass-fonts.spec
new file mode 100644
index 0000000..2085bb9
--- /dev/null
+++ b/overpass-fonts.spec
@@ -0,0 +1,47 @@
+%global fontname overpass
+%global fontconf 60-%{fontname}.conf
+
+Name:		%{fontname}-fonts
+Version:	1.01
+Release:	2%{?dist}
+Summary:	Typeface based on the U.S. interstate highway road signage type system
+License:	OFL
+URL:		https://fedorahosted.org/overpass-fonts/
+Source0:	https://fedorahosted.org/releases/o/v/overpass-fonts/Overpass-Fonts-%{version}.tar.gz
+Source1:	%{name}-fontconfig.conf
+BuildArch:	noarch
+BuildRequires:	fontpackages-devel
+Requires:	fontpackages-filesystem
+
+%description
+Free & open source typeface based on the U.S. interstate highway road signage 
+type system; it is sans-serif and suitable for both body and titling text.
+
+%prep
+%setup -q -c
+
+%build
+# Nothing to do here.
+
+%install
+install -m 0755 -d %{buildroot}%{_fontdir}
+install -m 0644 -p *.ttf %{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}
+
+%_font_pkg -f %{fontconf} *.ttf
+%doc Overpass-OFL.txt
+
+%changelog
+* Mon Sep 24 2012 Tom Callaway <spot at fedoraproject.org> - 1.01-2
+- fix spaces vs tabs issue
+
+* Mon Aug 27 2012 Tom Callaway <spot at fedoraproject.org> - 1.01-1
+- initial package
diff --git a/sources b/sources
index e69de29..4e70bca 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+e8be2d8d85bbc7d15816f3dd6d2615c7  Overpass-Fonts-1.01.tar.gz


More information about the fonts-bugs mailing list