Sync from SUSE:SLFO:Main google-opensans-fonts revision f55d8893b0535a5ba6a81285253eb833

This commit is contained in:
Adrian Schröter 2024-05-03 13:13:35 +02:00
commit 551f6c1255
4 changed files with 127 additions and 0 deletions

23
.gitattributes vendored Normal file
View File

@ -0,0 +1,23 @@
## Default LFS
*.7z filter=lfs diff=lfs merge=lfs -text
*.bsp filter=lfs diff=lfs merge=lfs -text
*.bz2 filter=lfs diff=lfs merge=lfs -text
*.gem filter=lfs diff=lfs merge=lfs -text
*.gz filter=lfs diff=lfs merge=lfs -text
*.jar filter=lfs diff=lfs merge=lfs -text
*.lz filter=lfs diff=lfs merge=lfs -text
*.lzma filter=lfs diff=lfs merge=lfs -text
*.obscpio filter=lfs diff=lfs merge=lfs -text
*.oxt filter=lfs diff=lfs merge=lfs -text
*.pdf filter=lfs diff=lfs merge=lfs -text
*.png filter=lfs diff=lfs merge=lfs -text
*.rpm filter=lfs diff=lfs merge=lfs -text
*.tbz filter=lfs diff=lfs merge=lfs -text
*.tbz2 filter=lfs diff=lfs merge=lfs -text
*.tgz filter=lfs diff=lfs merge=lfs -text
*.ttf filter=lfs diff=lfs merge=lfs -text
*.txz filter=lfs diff=lfs merge=lfs -text
*.whl filter=lfs diff=lfs merge=lfs -text
*.xz filter=lfs diff=lfs merge=lfs -text
*.zip filter=lfs diff=lfs merge=lfs -text
*.zst filter=lfs diff=lfs merge=lfs -text

BIN
27d060e1aad6886daeda67629ee28189f795f534.zip (Stored with Git LFS) Normal file

Binary file not shown.

View File

@ -0,0 +1,38 @@
-------------------------------------------------------------------
Sun Dec 4 21:02:32 UTC 2022 - Dirk Müller <dmueller@suse.com>
- update to 20210927 from GitHub
* Add gasp tables
* Add VTT hinting
* Cvt editing
* Hinting Updates
- Clarify license to be OFL 1.1
-------------------------------------------------------------------
Fri Sep 14 07:45:20 UTC 2018 - Yunhe Guo <yunhe.guo@protonmail.com>
- Version 20180607 from GitHub master
- Use hinted TrueType fonts
-------------------------------------------------------------------
Wed Jul 4 12:39:06 CEST 2012 - pgajdos@suse.cz
- amend spec file to reflect new font packaging scheme
(see openFATE#313536);
-------------------------------------------------------------------
Thu May 17 09:10:13 UTC 2012 - pgajdos@suse.com
- call spec-cleaner
-------------------------------------------------------------------
Thu Apr 19 12:32:50 UTC 2012 - pgajdos@suse.com
- Apache-2.0 license
- packaged LICENSE.txt
-------------------------------------------------------------------
Sat Feb 4 13:11:21 UTC 2012 - toms@opensuse.org
- First public version (declared "1.0")

View File

@ -0,0 +1,63 @@
#
# spec file for package google-opensans-fonts
#
# Copyright (c) 2022 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
%define fontname opensans
Name: google-opensans-fonts
Version: 20210927
Release: 0
Summary: Humanist Sans Serif Typeface
License: OFL-1.1
Group: System/X11/Fonts
URL: https://github.com/googlefonts/opensans
Source0: https://github.com/googlefonts/opensans/archive/27d060e1aad6886daeda67629ee28189f795f534.zip
BuildRequires: fontpackages-devel
BuildRequires: unzip
Obsoletes: %{name} <= 1.0
BuildArch: noarch
%reconfigure_fonts_prereq
%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 letterforms.
Designer: Steve Matteson
%prep
%setup -q -n %{fontname}-27d060e1aad6886daeda67629ee28189f795f534
%build
%install
mkdir -p %{buildroot}%{_ttfontsdir}/
install -p -m 0644 fonts/ttf/*.ttf %{buildroot}%{_ttfontsdir}
%reconfigure_fonts_scriptlets
%files
%dir %{_ttfontsdir}/
%{_ttfontsdir}/*
%license OFL.txt
%changelog