open-sans-fonts 1.10-10 (x86_64;i686;znver1) 2019-6543
10000

Status published
Submitter rugyada [@T] gmail.com
Platform 4.0
Repository main
URL https://abf.openmandriva.org/build_lists/598788
Packages
open-sans-fonts-1.10-10.x86_64.source
open-sans-fonts-1.10-10.x86_64.binary
open-sans-fonts-1.10-10.i686.source
open-sans-fonts-1.10-10.i686.binary
open-sans-fonts-1.10-10.znver1.binary
open-sans-fonts-1.10-10.znver1.source
Build Date 2019-08-31 09:33:13 +0000 UTC
Last Updated 2019-09-17 07:58:32.47047192 +0000 UTC
$ git show --format=fuller --patch-with-stat --summary 2436b7afe056b7e429f2a6a6bfe374f33e76b25e

commit 2436b7afe056b7e429f2a6a6bfe374f33e76b25e
Author:     Alex <alexander@mezon.ru>
AuthorDate: Sun Jul 21 11:18:11 2019 +0000
Commit:     Alex <alexander@mezon.ru>
CommitDate: Sun Jul 21 11:18:11 2019 +0000

    add more files
---
 .abf.yml                        |  2 ++
 getopensans.sh                  | 16 +++++++++++++
 open-sans-fonts-fontconfig.conf | 16 +++++++++++++
 open-sans-fonts.spec            | 53 +++++++++++++++++++++++++++++++++++++++++
 4 files changed, 87 insertions(+)
 create mode 100644 .abf.yml
 create mode 100755 getopensans.sh
 create mode 100644 open-sans-fonts-fontconfig.conf
 create mode 100644 open-sans-fonts.spec

diff --git a/.abf.yml b/.abf.yml
new file mode 100644
index 0000000..c0facaf
--- /dev/null
+++ b/.abf.yml
@@ -0,0 +1,2 @@
+sources:
+  open-sans-fonts-1.10.tar.xz: b52887454ba7d7f7392cbbeec79b13dbde51468d
diff --git a/getopensans.sh b/getopensans.sh
new file mode 100755
index 0000000..3bf1a69
--- /dev/null
+++ b/getopensans.sh
@@ -0,0 +1,16 @@
+#!/bin/bash
+# Get upstream zip and make source tar.gz
+
+ARCHIVE="open-sans-fonts-1.10"
+TMPDIR=$(mktemp -d --tmpdir=/var/tmp getopensans-XXXXXXXXXX)
+[ $? != 0 ] && exit 1
+umask 022
+pushd "$TMPDIR"
+
+wget -N -O $ARCHIVE.zip http://www.google.com/fonts/download?kit=3hvsV99qyKCBS55e5pvb3ltkqrIMaAZWyLYEoB48lSQ
+unzip $ARCHIVE.zip -d $ARCHIVE
+tar -cvJf "$ARCHIVE.tar.xz" $ARCHIVE
+
+popd
+mv "$TMPDIR/$ARCHIVE.tar.xz" .
+rm -fr "$TMPDIR"
\ No newline at end of file
diff --git a/open-sans-fonts-fontconfig.conf b/open-sans-fonts-fontconfig.conf
new file mode 100644
index 0000000..7a40a6f
--- /dev/null
+++ b/open-sans-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>Open Sans</family>
+    </prefer>
+  </alias>
+  <alias>
+    <family>Open Sans</family>
+    <default>
+      <family>sans-serif</family>
+    </default>
+  </alias>
+</fontconfig>
diff --git a/open-sans-fonts.spec b/open-sans-fonts.spec
new file mode 100644
index 0000000..fcfad8a
--- /dev/null
+++ b/open-sans-fonts.spec
@@ -0,0 +1,53 @@
+%global fontname open-sans
+%global fontconf 60-%{fontname}.conf
+
+Name:       %{fontname}-fonts
+Version:    1.10
+Release:    10%{?dist}
+Summary:    Open Sans is a humanist sans-serif typeface designed by Steve Matteson
+
+License:    ASL 2.0
+URL:        http://www.google.com/fonts/specimen/Open+Sans
+
+# Since the font doesn't have clear upstream, the source zip package is
+# downloaded from Google Fonts. It is then converted to tar.gz. All by
+# getopensans.sh.
+Source0:    %{name}-%{version}.tar.xz
+Source1:    %{name}-fontconfig.conf
+Source2:    getopensans.sh
+
+BuildArch:  noarch
+BuildRequires:  fontpackages-devel
+BuildRequires:  ttembed
+Requires:   fontpackages-filesystem
+
+%description
+Open Sans is a humanist sans serif typeface designed by Steve Matteson, Type
+Director of Ascender Corp. This version contains the complete 897 character
+set, which includes the standard ISO Latin 1, Latin CE, Greek and Cyrillic
+character sets. Open Sans was designed with an upright stress, open forms and
+a neutral, yet friendly appearance. It was optimized for print, web, and mobile
+interfaces, and has excellent legibility characteristics in its letter forms.
+
+%prep
+%setup -q
+
+%build
+# set Embedding permission to 'Installable'
+ls *.ttf | xargs ttembed
+
+%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 LICENSE.txt
Not Available

benbullard79 [@T] cox.netCome on vote peoples!1668d 04hrs
itchka [@T] compuserve.comExpired so releasing1654d 22hrs
itchka [@T] compuserve.comNo Comment.1654d 22hrs