[mph-2b-damase-fonts] Initial import (#991753)

pnemade pnemade at fedoraproject.org
Tue Aug 6 06:42:24 UTC 2013


commit f4f6b2fa169b91286a141c6171d18a91d8b144d6
Author: Parag Nemade <pnemade at redhat.com>
Date:   Tue Aug 6 12:12:07 2013 +0530

    Initial import (#991753)

 .gitignore                          |    1 +
 mph-2b-damase-fonts-fontconfig.conf |   17 ++++++++++++
 mph-2b-damase-fonts.spec            |   47 +++++++++++++++++++++++++++++++++++
 sources                             |    1 +
 4 files changed, 66 insertions(+), 0 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e69de29..4376c64 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/damase_v.2.zip
diff --git a/mph-2b-damase-fonts-fontconfig.conf b/mph-2b-damase-fonts-fontconfig.conf
new file mode 100644
index 0000000..74535d8
--- /dev/null
+++ b/mph-2b-damase-fonts-fontconfig.conf
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE fontconfig SYSTEM "../fonts.dtd">
+<fontconfig>
+        <alias>
+               <family>serif</family>
+               <prefer>
+                       <family>MPH 2B Damase</family>
+                </prefer>
+        </alias>
+        <alias>
+                <family>MPH 2B Damase</family>
+                <default>
+                        <family>serif</family>
+                </default>
+        </alias>
+</fontconfig>
+
diff --git a/mph-2b-damase-fonts.spec b/mph-2b-damase-fonts.spec
new file mode 100644
index 0000000..5b8c693
--- /dev/null
+++ b/mph-2b-damase-fonts.spec
@@ -0,0 +1,47 @@
+%global fontname mph-2b-damase
+%global fontconf 62-%{fontname}.conf
+
+
+Name:           %{fontname}-fonts
+Version:        002.000
+Release:        1%{?dist}
+Summary:        Free font encoding many non-Latin scripts
+
+License:        Public Domain
+URL:            http://www.wazu.jp/gallery/views/View_MPH2BDamase.html
+Source0:        http://www.wazu.jp/downloads/damase_v.2.zip
+Source1:        %{name}-fontconfig.conf
+
+BuildArch:      noarch
+BuildRequires:  fontpackages-devel
+Requires:       fontpackages-filesystem
+
+%description
+Mark Williamson's MPH 2B Damase is a free font encoding many non-Latin scripts.
+
+%prep
+
+%build
+
+%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
+
+
+%changelog
+* Sat Aug 03 2013 Parag Nemade <pnemade AT redhat DOT com> - 002.000-1
+- Initial Fedora release.
+
diff --git a/sources b/sources
index e69de29..819b1b2 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+2f7c3154800cc7ff70e50a0b81cee764  damase_v.2.zip


More information about the scm-commits mailing list