- Test package from recently updated googlefontdirectory
OBS-URL: https://build.opensuse.org/package/show/M17N:fonts/google-exo-fonts?expand=0&rev=1
This commit is contained in:
commit
8f1120d929
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
|
3
exo.tar.bz2
Normal file
3
exo.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:9629f54649c7306ad8e4bce0f75a0d4256911853c0fc0bfe77368015c9d140f5
|
||||||
|
size 698784
|
5
google-exo-fonts.changes
Normal file
5
google-exo-fonts.changes
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Feb 4 10:56:23 UTC 2012 - toms@opensuse.org
|
||||||
|
|
||||||
|
- Test package from recently updated googlefontdirectory
|
||||||
|
|
58
google-exo-fonts.spec
Normal file
58
google-exo-fonts.spec
Normal file
@ -0,0 +1,58 @@
|
|||||||
|
#
|
||||||
|
# spec file for package google-exo-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 exo
|
||||||
|
|
||||||
|
Name: google-exo-fonts
|
||||||
|
BuildRequires: bzip2
|
||||||
|
License: SIL Open Font License 1.1
|
||||||
|
Group: System/X11/Fonts
|
||||||
|
PreReq: %suseconfig_fonts_prereq
|
||||||
|
Version: 0.9pre
|
||||||
|
Release: 0
|
||||||
|
URL: http://code.google.com/webfonts/family?family=Exo
|
||||||
|
Source0: %{fontname}.tar.bz2
|
||||||
|
BuildArch: noarch
|
||||||
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
|
Summary: Contemporary Geometric Sans Serif Typeface
|
||||||
|
|
||||||
|
%description
|
||||||
|
Exo is a contemporary geometric sans serif typeface that
|
||||||
|
tries to convey a technological/futuristic feeling while
|
||||||
|
keeping an elegant design. Exo was meant to be a very
|
||||||
|
versatile font, so it has 9 weights (the maximum on the web)
|
||||||
|
each with a true italic version. It works great as a display
|
||||||
|
face but it also works good for small to intermediate size texts.
|
||||||
|
|
||||||
|
%prep
|
||||||
|
%setup -q -n %{fontname} -c %{fontname}
|
||||||
|
|
||||||
|
|
||||||
|
%build
|
||||||
|
# -- nothing to do --
|
||||||
|
|
||||||
|
%install
|
||||||
|
mkdir -p $RPM_BUILD_ROOT%{fontdir}/
|
||||||
|
install -m 0644 exo/*.ttf $RPM_BUILD_ROOT%{fontdir}
|
||||||
|
|
||||||
|
%post
|
||||||
|
%run_suseconfig_fonts
|
||||||
|
|
||||||
|
%postun
|
||||||
|
%run_suseconfig_fonts
|
||||||
|
|
||||||
|
%files
|
||||||
|
%defattr(-, root,root)
|
||||||
|
%dir %{fontdir}/
|
||||||
|
%{fontdir}/*
|
||||||
|
|
||||||
|
%changelog
|
||||||
|
|
Loading…
Reference in New Issue
Block a user