Accepting request 1040053 from home:dirkmueller:Factory
- update to 20210927 from GitHub * Add gasp tables * Add VTT hinting * Cvt editing * Hinting Updates - Clarify license to be OFL 1.1 OBS-URL: https://build.opensuse.org/request/show/1040053 OBS-URL: https://build.opensuse.org/package/show/M17N:fonts/google-opensans-fonts?expand=0&rev=12
This commit is contained in:
parent
22ae55b422
commit
a94550f7fb
BIN
27d060e1aad6886daeda67629ee28189f795f534.zip
(Stored with Git LFS)
Normal file
BIN
27d060e1aad6886daeda67629ee28189f795f534.zip
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -1,3 +1,13 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
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>
|
Fri Sep 14 07:45:20 UTC 2018 - Yunhe Guo <yunhe.guo@protonmail.com>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package google-opensans-fonts
|
# spec file for package google-opensans-fonts
|
||||||
#
|
#
|
||||||
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
|
# Copyright (c) 2022 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -17,20 +17,19 @@
|
|||||||
|
|
||||||
|
|
||||||
%define fontname opensans
|
%define fontname opensans
|
||||||
|
|
||||||
Name: google-opensans-fonts
|
Name: google-opensans-fonts
|
||||||
Version: 20180610
|
Version: 20210927
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Humanist Sans Serif Typeface
|
Summary: Humanist Sans Serif Typeface
|
||||||
License: Apache-2.0
|
License: OFL-1.1
|
||||||
Group: System/X11/Fonts
|
Group: System/X11/Fonts
|
||||||
Url: https://github.com/googlefonts/opensans
|
URL: https://github.com/googlefonts/opensans
|
||||||
Source0: %{fontname}-%{version}.tar.gz
|
Source0: https://github.com/googlefonts/opensans/archive/27d060e1aad6886daeda67629ee28189f795f534.zip
|
||||||
Obsoletes: %{name} <= 1.0
|
|
||||||
BuildRequires: fontpackages-devel
|
BuildRequires: fontpackages-devel
|
||||||
%reconfigure_fonts_prereq
|
BuildRequires: unzip
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
Obsoletes: %{name} <= 1.0
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
|
%reconfigure_fonts_prereq
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Open Sans is a humanist sans serif typeface designed by
|
Open Sans is a humanist sans serif typeface designed by
|
||||||
@ -46,20 +45,19 @@ excellent legibility characteristics in its letterforms.
|
|||||||
Designer: Steve Matteson
|
Designer: Steve Matteson
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n %{fontname}-%{version}
|
%setup -q -n %{fontname}-27d060e1aad6886daeda67629ee28189f795f534
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
|
||||||
%install
|
%install
|
||||||
mkdir -p %{buildroot}%{_ttfontsdir}/
|
mkdir -p %{buildroot}%{_ttfontsdir}/
|
||||||
install -m 0644 hinted_ttfs/*.ttf %{buildroot}%{_ttfontsdir}
|
install -p -m 0644 fonts/ttf/*.ttf %{buildroot}%{_ttfontsdir}
|
||||||
|
|
||||||
%reconfigure_fonts_scriptlets
|
%reconfigure_fonts_scriptlets
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-, root,root)
|
|
||||||
%dir %{_ttfontsdir}/
|
%dir %{_ttfontsdir}/
|
||||||
%{_ttfontsdir}/*
|
%{_ttfontsdir}/*
|
||||||
%license LICENSE.txt
|
%license OFL.txt
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:60099f3a7f1c52f221f016d34ecca81de0342df71db064a3251d1d5c387bd6ae
|
|
||||||
size 5952995
|
|
Loading…
Reference in New Issue
Block a user