forked from pool/google-opensans-fonts
- First public version (declared "1.0")
OBS-URL: https://build.opensuse.org/package/show/M17N:fonts/google-opensans-fonts?expand=0&rev=1
This commit is contained in:
commit
e9ddb01612
23
.gitattributes
vendored
Normal file
23
.gitattributes
vendored
Normal 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
|
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
||||
.osc
|
5
google-opensans-fonts.changes
Normal file
5
google-opensans-fonts.changes
Normal file
@ -0,0 +1,5 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Feb 4 13:11:21 UTC 2012 - toms@opensuse.org
|
||||
|
||||
- First public version (declared "1.0")
|
||||
|
61
google-opensans-fonts.spec
Normal file
61
google-opensans-fonts.spec
Normal file
@ -0,0 +1,61 @@
|
||||
#
|
||||
# spec file for package google-opensans-fonts
|
||||
#
|
||||
# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# This file and all modifications and additions to the pristine
|
||||
# package are under the same license as the package itself.
|
||||
#
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
%define fontdir %{_datadir}/fonts/truetype
|
||||
%define fontname opensans
|
||||
|
||||
Name: google-opensans-fonts
|
||||
BuildRequires: bzip2
|
||||
License: Apache License v2
|
||||
Group: System/X11/Fonts
|
||||
PreReq: %suseconfig_fonts_prereq
|
||||
Version: 1.0
|
||||
Release: 0
|
||||
URL: http://code.google.com/webfonts/family?family=Open+Sans
|
||||
Source0: %{fontname}.tar.bz2
|
||||
BuildArch: noarch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
Summary: Humanist Sans Serif Typeface
|
||||
|
||||
%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.
|
||||
|
||||
%prep
|
||||
%setup -q -n %{fontname} -c %{fontname}
|
||||
|
||||
|
||||
%build
|
||||
# -- nothing to do --
|
||||
|
||||
%install
|
||||
mkdir -p $RPM_BUILD_ROOT%{fontdir}/
|
||||
install -m 0644 %{fontname}/*.ttf $RPM_BUILD_ROOT%{fontdir}
|
||||
|
||||
%post
|
||||
%run_suseconfig_fonts
|
||||
|
||||
%postun
|
||||
%run_suseconfig_fonts
|
||||
|
||||
%files
|
||||
%defattr(-, root,root)
|
||||
%dir %{fontdir}/
|
||||
%{fontdir}/*
|
||||
|
||||
%changelog
|
||||
|
3
opensans.tar.bz2
Normal file
3
opensans.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:4dc539baa7676410addc924a2e9a607322cb773d25866cdafedb856d1ccfa975
|
||||
size 1037146
|
Loading…
Reference in New Issue
Block a user